Searched refs:getCallLowering (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp65 const CallLowering *RISCVSubtarget::getCallLowering() const { function in class:RISCVSubtarget
H A DRISCVSubtarget.h110 const CallLowering *getCallLowering() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h103 virtual const CallLowering *getCallLowering() const { return nullptr; } function in class:llvm::TargetSubtargetInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp204 const CallLowering *AArch64Subtarget::getCallLowering() const { function in class:AArch64Subtarget
H A DAArch64Subtarget.h263 const CallLowering *getCallLowering() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp127 const CallLowering *ARMSubtarget::getCallLowering() const { function in class:ARMSubtarget
H A DARMSubtarget.h542 const CallLowering *getCallLowering() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp281 const CallLowering *MipsSubtarget::getCallLowering() const { function in class:MipsSubtarget
H A DMipsSubtarget.h400 const CallLowering *getCallLowering() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp358 const CallLowering *X86Subtarget::getCallLowering() const { function in class:X86Subtarget
H A DX86Subtarget.h548 const CallLowering *getCallLowering() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h425 const CallLowering *getCallLowering() const override {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp363 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering();
412 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering();
H A DIRTranslator.cpp2263 CLI = MF->getSubtarget().getCallLowering();

Completed in 267 milliseconds