| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.h | 38 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | RISCVCallLowering.cpp | 48 bool RISCVCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in RISCVCallLowering
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCallLowering.h | 43 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | SPIRVCallLowering.cpp | 355 bool SPIRVCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in SPIRVCallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.h | 37 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | X86CallLowering.cpp | 305 bool X86CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in X86CallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.h | 42 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | ARMCallLowering.cpp | 454 bool ARMCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info) const { in lowerCall() function in ARMCallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCCallLowering.h | 35 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | PPCCallLowering.cpp | 108 bool PPCCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in PPCCallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.h | 48 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | AArch64CallLowering.cpp | 1105 bool AArch64CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in AArch64CallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kCallLowering.h | 42 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | M68kCallLowering.cpp | 169 bool M68kCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in M68kCallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.h | 82 bool lowerCall(MachineIRBuilder &MIRBuilder,
|
| H A D | AMDGPUCallLowering.cpp | 1301 bool AMDGPUCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in AMDGPUCallLowering
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 552 virtual bool lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function 581 bool lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &Call,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 499 bool lowerCall(const CallInst *I);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 90 bool CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, const CallBase &CB, in lowerCall() function in CallLowering 180 if (!lowerCall(MIRBuilder, Info)) in lowerCall()
|
| H A D | IRTranslator.cpp | 2296 return CLI->lowerCall(MIRBuilder, Info); in translateKnownIntrinsic() 2386 CLI->lowerCall(MIRBuilder, CB, Res, Args, SwiftErrorVReg, in translateCallBase() 3283 if (!CLI->lowerCall(MIRBuilder, Info)) { in emitSPDescriptorParent() 3333 if (!CLI->lowerCall(*CurBuilder, Info)) { in emitSPDescriptorFailure()
|
| H A D | LegalizerHelper.cpp | 645 if (!CLI.lowerCall(MIRBuilder, Info)) in createLibcall() 735 if (!CLI.lowerCall(MIRBuilder, Info)) in createMemLibcall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1109 bool FastISel::lowerCall(const CallInst *CI) { in lowerCall() function in FastISel 1184 return lowerCall(Call); in selectCall()
|