Searched refs:lowerReturn (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallLowering.h30 bool lowerReturn(MachineIRBuilder &MIRBuiler, const Value *Val,
H A DRISCVCallLowering.cpp24 bool RISCVCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, function in class:RISCVCallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.h35 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DARMCallLowering.cpp265 bool ARMCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, function in class:ARMCallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.h31 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DX86CallLowering.cpp187 bool X86CallLowering::lowerReturn( function in class:X86CallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h36 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DAArch64CallLowering.cpp276 bool AArch64CallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, function in class:AArch64CallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.h49 bool lowerReturn(MachineIRBuilder &B, const Value *Val,
H A DAMDGPUCallLowering.cpp343 bool AMDGPUCallLowering::lowerReturn(MachineIRBuilder &B, function in class:AMDGPUCallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.h65 bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val,
H A DMipsCallLowering.cpp375 bool MipsCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder, function in class:MipsCallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h263 /// lowerReturn and lowerCall should be implemented.
276 virtual bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, function in class:llvm::CallLowering
281 return lowerReturn(MIRBuilder, Val, VRegs);
286 /// This hook behaves as the extended lowerReturn function, but for targets
288 virtual bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, function in class:llvm::CallLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp371 return CLI->lowerReturn(MIRBuilder, Ret, VRegs, SwiftErrorVReg);

Completed in 167 milliseconds