Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h53 unsigned GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const;
H A DMipsABIInfo.cpp49 unsigned MipsABIInfo::GetCalleeAllocdArgSizeInBytes(CallingConv::ID CC) const { in GetCalleeAllocdArgSizeInBytes() function in MipsABIInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp395 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), in lowerFormalArguments()
418 (int)ABI.GetCalleeAllocdArgSizeInBytes(CCInfo.getCallingConv()) - in lowerFormalArguments()
512 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), in lowerCall()
H A DMipsISelLowering.cpp3239 MemcpyInByVal ? 0 : ABI.GetCalleeAllocdArgSizeInBytes(CallConv); in LowerCall()
3663 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), Align(1)); in LowerFormalArguments()
4381 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - in copyByValRegs()
4533 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - in writeVarArgRegs()
H A DMipsFastISel.cpp1477 IncomingArgSizeInBytes = std::min(getABI().GetCalleeAllocdArgSizeInBytes(CC), in fastLowerArguments()