Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp189 class MipsOutgoingValueHandler : public CallLowering::OutgoingValueHandler { class
193 MipsOutgoingValueHandler(MachineIRBuilder &MIRBuilder, in MipsOutgoingValueHandler() function in __anon5139d3be0211::MipsOutgoingValueHandler
215 void MipsOutgoingValueHandler::assignValueToReg(Register ValVReg, in assignValueToReg()
223 Register MipsOutgoingValueHandler::getStackAddress(uint64_t Size, in getStackAddress()
239 void MipsOutgoingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress()
255 MipsOutgoingValueHandler::assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue()
328 MipsOutgoingValueHandler RetHandler(MIRBuilder, MF.getRegInfo(), Ret); in lowerReturn()
509 MipsOutgoingValueHandler ArgHandler(MIRBuilder, MF.getRegInfo(), MIB); in lowerCall()