/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.h | 35 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | MipsCallLowering.cpp | 445 bool MipsCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in MipsCallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallLowering.h |
|
H A D | X86CallLowering.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.h | 39 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | RISCVCallLowering.cpp | 563 bool RISCVCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in RISCVCallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.h | 42 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | ARMCallLowering.cpp | 463 bool ARMCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info) const { in lowerCall() function in ARMCallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.h | 54 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | SPIRVCallLowering.cpp | 488 bool SPIRVCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in SPIRVCallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCCallLowering.h | 35 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | PPCCallLowering.cpp | 109 bool PPCCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in PPCCallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.h | 48 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | AArch64CallLowering.cpp | 1259 bool AArch64CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in AArch64CallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kCallLowering.h | 42 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | M68kCallLowering.cpp | 189 bool M68kCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in M68kCallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.h | 85 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
H A D | AMDGPUCallLowering.cpp | 1389 bool AMDGPUCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in AMDGPUCallLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 566 virtual bool lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function 595 bool lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &Call,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 72 void lowerCall(CallBase *CB); 743 void AArch64Arm64ECCallLowering::lowerCall(CallBase *CB) { in lowerCall() function in AArch64Arm64ECCallLowering 978 lowerCall(CB); in processFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 506 bool lowerCall(const CallInst *I);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86CallLowering.cpp | 319 bool X86CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in X86CallLowering
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 94 bool CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &CB, in lowerCall() function in CallLowering 208 if (!lowerCall(MIRBuilder, Info)) in lowerCall()
|
H A D | IRTranslator.cpp | 1798 return CLI->lowerCall(MIRBuilder, Info); in translateTrap() 2692 bool Success = CLI->lowerCall( in translateCallBase() 3736 if (!CLI->lowerCall(MIRBuilder, Info)) { in emitSPDescriptorParent() 3785 if (!CLI->lowerCall(*CurBuilder, Info)) { in emitSPDescriptorFailure()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1118 bool FastISel::lowerCall(const CallInst *CI) { in lowerCall() function in FastISel 1193 return lowerCall(Call); in selectCall()
|