reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
   54   unsigned GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const;

References

lib/Target/Mips/MipsCallLowering.cpp
  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.cpp
 3076       MemcpyInByVal ? 0 : ABI.GetCalleeAllocdArgSizeInBytes(CallConv);
 3481   CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1);
 4190         (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) -
 4342         (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) -