Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.h36 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DAMDGPUCallLowering.cpp34 bool AMDGPUCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in AMDGPUCallLowering
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallLowering.h32 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DX86CallLowering.cpp186 bool X86CallLowering::lowerReturn( in lowerReturn() function in X86CallLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.h36 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DARMCallLowering.cpp280 bool ARMCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in ARMCallLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.h37 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DAArch64CallLowering.cpp229 bool AArch64CallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in AArch64CallLowering
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCallLowering.h64 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DMipsCallLowering.cpp331 bool MipsCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in MipsCallLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h149 virtual bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, in lowerReturn() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp390 return CLI->lowerReturn(MIRBuilder, Ret, VRegs); in translateRet()