Home
last modified time | relevance | path

Searched defs:getLegalizerInfo (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerHelper.h96 const LegalizerInfo &getLegalizerInfo() const { return LI; } in getLegalizerInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSubtarget.cpp73 const LegalizerInfo *RISCVSubtarget::getLegalizerInfo() const { in getLegalizerInfo() function in RISCVSubtarget
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp201 const LegalizerInfo *AArch64Subtarget::getLegalizerInfo() const { in getLegalizerInfo() function in AArch64Subtarget
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp285 const LegalizerInfo *MipsSubtarget::getLegalizerInfo() const { in getLegalizerInfo() function in MipsSubtarget
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp366 const LegalizerInfo *X86Subtarget::getLegalizerInfo() const { in getLegalizerInfo() function in X86Subtarget
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp135 const LegalizerInfo *ARMSubtarget::getLegalizerInfo() const { in getLegalizerInfo() function in ARMSubtarget
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h119 virtual const LegalizerInfo *getLegalizerInfo() const { return nullptr; } in getLegalizerInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h433 const LegalizerInfo *getLegalizerInfo() const override { in getLegalizerInfo() function