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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h57 unsigned GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const;
H A DMipsABIInfo.cpp42 unsigned MipsABIInfo::GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const { function in class:MipsABIInfo
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2599 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1);
2961 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1);
3658 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) -
3809 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) -

Completed in 33 milliseconds