Searched refs:getLegalizerInfo (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp73 const LegalizerInfo *RISCVSubtarget::getLegalizerInfo() const { function in class:RISCVSubtarget
H A DRISCVSubtarget.h138 const LegalizerInfo *getLegalizerInfo() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp129 = static_cast<const AMDGPULegalizerInfo *>(ST.getLegalizerInfo());
H A DAMDGPUPostLegalizerCombiner.cpp334 = static_cast<const AMDGPULegalizerInfo *>(ST.getLegalizerInfo());
H A DAMDGPUSubtarget.h457 const LegalizerInfo *getLegalizerInfo() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h120 virtual const LegalizerInfo *getLegalizerInfo() const { return nullptr; } function in class:llvm::TargetSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp285 const LegalizerInfo *MipsSubtarget::getLegalizerInfo() const { function in class:MipsSubtarget
H A DMipsSubtarget.h405 const LegalizerInfo *getLegalizerInfo() const override;
H A DMipsRegisterBankInfo.cpp734 const LegalizerInfo &LegInfo = *MF->getSubtarget().getLegalizerInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp240 const LegalizerInfo *AArch64Subtarget::getLegalizerInfo() const { function in class:AArch64Subtarget
H A DAArch64Subtarget.h288 const LegalizerInfo *getLegalizerInfo() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp367 const LegalizerInfo *X86Subtarget::getLegalizerInfo() const { function in class:X86Subtarget
H A DX86Subtarget.h568 const LegalizerInfo *getLegalizerInfo() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h64 const LegalizerInfo &getLegalizerInfo() const { return LI; } function in class:llvm::LegalizerHelper
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp135 const LegalizerInfo *ARMSubtarget::getLegalizerInfo() const { function in class:ARMSubtarget
H A DARMSubtarget.h557 const LegalizerInfo *getLegalizerInfo() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp346 const LegalizerInfo &LI = *MF.getSubtarget().getLegalizerInfo();
H A DLegalizerInfo.cpp738 if (const LegalizerInfo *MLI = MF.getSubtarget().getLegalizerInfo()) {
H A DLegalizerHelper.cpp89 LI(*MF.getSubtarget().getLegalizerInfo()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp427 MI.getParent()->getParent()->getSubtarget().getLegalizerInfo();

Completed in 228 milliseconds