| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSubtarget.h | 112 const CallLowering *getCallLowering() const override;
|
| H A D | BPFSubtarget.cpp | 112 const CallLowering *BPFSubtarget::getCallLowering() const { in getCallLowering() function in BPFSubtarget
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.h | 102 const CallLowering *getCallLowering() const override { in getCallLowering() function
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.h | 181 const CallLowering *getCallLowering() const override;
|
| H A D | M68kSubtarget.cpp | 65 const CallLowering *M68kSubtarget::getCallLowering() const { in getCallLowering() function in M68kSubtarget
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 101 const CallLowering *RISCVSubtarget::getCallLowering() const { in getCallLowering() function in RISCVSubtarget
|
| H A D | RISCVSubtarget.h | 261 const CallLowering *getCallLowering() const override;
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 104 virtual const CallLowering *getCallLowering() const { return nullptr; } in getCallLowering() function
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 254 const CallLowering *PPCSubtarget::getCallLowering() const { in getCallLowering() function in PPCSubtarget
|
| H A D | PPCSubtarget.h | 311 const CallLowering *getCallLowering() const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 284 const CallLowering *MipsSubtarget::getCallLowering() const { in getCallLowering() function in MipsSubtarget
|
| H A D | MipsSubtarget.h | 411 const CallLowering *getCallLowering() const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 153 const CallLowering *getCallLowering() const override;
|
| H A D | X86Subtarget.cpp | 357 const CallLowering *X86Subtarget::getCallLowering() const { in getCallLowering() function in X86Subtarget
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 219 const CallLowering *getCallLowering() const override;
|
| H A D | ARMSubtarget.cpp | 119 const CallLowering *ARMSubtarget::getCallLowering() const { in getCallLowering() function in ARMSubtarget
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 144 const CallLowering *getCallLowering() const override;
|
| H A D | AArch64Subtarget.cpp | 371 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() function in AArch64Subtarget
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 283 const CallLowering *getCallLowering() const override { in getCallLowering() function
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 570 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createLibcall() 659 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createMemLibcall() 830 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createAtomicLibcall()
|
| H A D | IRTranslator.cpp | 3856 CLI = MF->getSubtarget().getCallLowering(); in runOnMachineFunction()
|