Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp192 class MipsOutgoingValueHandler : public CallLowering::OutgoingValueHandler { class
196 MipsOutgoingValueHandler(MachineIRBuilder &MIRBuilder, in MipsOutgoingValueHandler() function in __anon3c3fa21f0211::MipsOutgoingValueHandler
220 void MipsOutgoingValueHandler::assignValueToReg(Register ValVReg, in assignValueToReg()
228 Register MipsOutgoingValueHandler::getStackAddress(uint64_t Size, in getStackAddress()
244 void MipsOutgoingValueHandler::assignValueToAddress( 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()