reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 unsigned GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const;
491 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), 510 (int)ABI.GetCalleeAllocdArgSizeInBytes(CCInfo.getCallingConv()) - 614 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), 1);lib/Target/Mips/MipsFastISel.cpp
1486 IncomingArgSizeInBytes = std::min(getABI().GetCalleeAllocdArgSizeInBytes(CC),
lib/Target/Mips/MipsISelLowering.cpp3076 MemcpyInByVal ? 0 : ABI.GetCalleeAllocdArgSizeInBytes(CallConv); 3481 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1); 4190 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - 4342 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) -