Home
last modified time | relevance | path

Searched refs:GetCalleeAllocdArgSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h55 unsigned GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const;
DMipsABIInfo.cpp42 unsigned MipsABIInfo::GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const { in GetCalleeAllocdArgSizeInBytes() function in MipsABIInfo
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2680 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1); in LowerCall()
3038 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1); in LowerFormalArguments()
3737 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - in copyByValRegs()
3887 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - in writeVarArgRegs()