| /freebsd-14.2/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.h | 98 const CallLowering *getCallLowering() const override { in getCallLowering() function
|
| /freebsd-14.2/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 113 const CallLowering *RISCVSubtarget::getCallLowering() const { in getCallLowering() function in RISCVSubtarget
|
| H A D | RISCVSubtarget.h | 240 const CallLowering *getCallLowering() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 193 const CallLowering *PPCSubtarget::getCallLowering() const { in getCallLowering() function in PPCSubtarget
|
| H A D | PPCSubtarget.h | 306 const CallLowering *getCallLowering() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 104 virtual const CallLowering *getCallLowering() const { return nullptr; } in getCallLowering() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 285 const CallLowering *MipsSubtarget::getCallLowering() const { in getCallLowering() function in MipsSubtarget
|
| H A D | MipsSubtarget.h | 406 const CallLowering *getCallLowering() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 357 const CallLowering *X86Subtarget::getCallLowering() const { in getCallLowering() function in X86Subtarget
|
| H A D | X86Subtarget.h | 160 const CallLowering *getCallLowering() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 196 const CallLowering *getCallLowering() const override;
|
| H A D | AArch64Subtarget.cpp | 363 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() function in AArch64Subtarget
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 123 const CallLowering *ARMSubtarget::getCallLowering() const { in getCallLowering() function in ARMSubtarget
|
| H A D | ARMSubtarget.h | 281 const CallLowering *getCallLowering() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 260 const CallLowering *getCallLowering() const override { in getCallLowering() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 551 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createLibcall() 640 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createMemLibcall() 811 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createAtomicLibcall()
|
| H A D | IRTranslator.cpp | 3656 CLI = MF->getSubtarget().getCallLowering(); in runOnMachineFunction()
|