Home
last modified time | relevance | path

Searched refs:GetCalleeAllocdArgSizeInBytes (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp283 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), in lowerFormalArguments()
361 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1); in lowerCall()
DMipsISelLowering.cpp2927 MemcpyInByVal ? 0 : ABI.GetCalleeAllocdArgSizeInBytes(CallConv); in LowerCall()
3332 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), 1); in LowerFormalArguments()
4041 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - in copyByValRegs()
4193 (int)ABI.GetCalleeAllocdArgSizeInBytes(State.getCallingConv()) - in writeVarArgRegs()
DMipsFastISel.cpp1465 IncomingArgSizeInBytes = std::min(getABI().GetCalleeAllocdArgSizeInBytes(CC), in fastLowerArguments()
/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()