Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp192 class MipsOutgoingValueHandler : public CallLowering::OutgoingValueHandler { class
196 MipsOutgoingValueHandler(MachineIRBuilder &MIRBuilder, in MipsOutgoingValueHandler() function in __anonbef6db3a0211::MipsOutgoingValueHandler
219 void MipsOutgoingValueHandler::assignValueToReg(Register ValVReg, in assignValueToReg()
227 Register MipsOutgoingValueHandler::getStackAddress(uint64_t Size, in getStackAddress()
243 void MipsOutgoingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress()
259 MipsOutgoingValueHandler::assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue()
342 MipsOutgoingValueHandler RetHandler(MIRBuilder, MF.getRegInfo(), Ret); in lowerReturn()
523 MipsOutgoingValueHandler ArgHandler(MIRBuilder, MF.getRegInfo(), MIB); in lowerCall()