| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSubtarget.h | 114 const CallLowering *getCallLowering() const override;
|
| H A D | BPFSubtarget.cpp | 119 const CallLowering *BPFSubtarget::getCallLowering() const { in getCallLowering() function in BPFSubtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.h | 181 const CallLowering *getCallLowering() const override;
|
| H A D | M68kSubtarget.cpp | 72 const CallLowering *M68kSubtarget::getCallLowering() const { in getCallLowering() function in M68kSubtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.h | 121 const CallLowering *getCallLowering() const override { in getCallLowering() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 106 virtual const CallLowering *getCallLowering() const { return nullptr; } in getCallLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 317 const CallLowering *getCallLowering() const override;
|
| H A D | PPCSubtarget.cpp | 259 const CallLowering *PPCSubtarget::getCallLowering() const { in getCallLowering() function in PPCSubtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 117 const CallLowering *RISCVSubtarget::getCallLowering() const { in getCallLowering() function in RISCVSubtarget
|
| H A D | RISCVSubtarget.h | 321 const CallLowering *getCallLowering() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 293 const CallLowering *MipsSubtarget::getCallLowering() const { in getCallLowering() function in MipsSubtarget
|
| H A D | MipsSubtarget.h | 412 const CallLowering *getCallLowering() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 118 const CallLowering *ARMSubtarget::getCallLowering() const { in getCallLowering() function in ARMSubtarget
|
| H A D | ARMSubtarget.h | 251 const CallLowering *getCallLowering() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 153 const CallLowering *getCallLowering() const override;
|
| H A D | AArch64Subtarget.cpp | 437 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() function in AArch64Subtarget
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 367 const CallLowering *X86Subtarget::getCallLowering() const { in getCallLowering() function in X86Subtarget
|
| H A D | X86Subtarget.h | 153 const CallLowering *getCallLowering() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 313 const CallLowering *getCallLowering() const override { in getCallLowering() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 584 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createLibcall() 721 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createMemLibcall() 895 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createAtomicLibcall()
|
| H A D | IRTranslator.cpp | 4007 CLI = MF->getSubtarget().getCallLowering(); in runOnMachineFunction()
|