Searched refs:lowerReturn (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.h | 36 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
|
| H A D | AMDGPUCallLowering.cpp | 34 bool AMDGPUCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in AMDGPUCallLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.h | 32 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
|
| H A D | X86CallLowering.cpp | 186 bool X86CallLowering::lowerReturn( in lowerReturn() function in X86CallLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.h | 36 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
|
| H A D | ARMCallLowering.cpp | 280 bool ARMCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in ARMCallLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallLowering.h | 37 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
|
| H A D | AArch64CallLowering.cpp | 229 bool AArch64CallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in AArch64CallLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.h | 64 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
|
| H A D | MipsCallLowering.cpp | 331 bool MipsCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, in lowerReturn() function in MipsCallLowering
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 149 virtual bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, in lowerReturn() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 390 return CLI->lowerReturn(MIRBuilder, Ret, VRegs); in translateRet()
|