/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.h | 50 class AMDGPUInstructionSelector final : public InstructionSelector { 153 InstructionSelector::ComplexRendererFns 156 InstructionSelector::ComplexRendererFns 159 InstructionSelector::ComplexRendererFns 161 InstructionSelector::ComplexRendererFns 163 InstructionSelector::ComplexRendererFns 165 InstructionSelector::ComplexRendererFns 167 InstructionSelector::ComplexRendererFns 172 InstructionSelector::ComplexRendererFns 178 InstructionSelector::ComplexRendererFns [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.h | 46 class AMDGPUInstructionSelector : public InstructionSelector { 125 InstructionSelector::ComplexRendererFns 128 InstructionSelector::ComplexRendererFns 131 InstructionSelector::ComplexRendererFns 133 InstructionSelector::ComplexRendererFns 135 InstructionSelector::ComplexRendererFns 137 InstructionSelector::ComplexRendererFns 140 InstructionSelector::ComplexRendererFns 142 InstructionSelector::ComplexRendererFns 145 InstructionSelector::ComplexRendererFns [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelector.cpp | 31 InstructionSelector::MatcherState::MatcherState(unsigned MaxRenderers) in MatcherState() 34 InstructionSelector::InstructionSelector() = default; 36 bool InstructionSelector::constrainOperandRegToRegClass( in constrainOperandRegToRegClass() 48 bool InstructionSelector::isOperandImmEqual( in isOperandImmEqual() 57 bool InstructionSelector::isBaseWithConstantOffset( in isBaseWithConstantOffset() 74 bool InstructionSelector::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelector.cpp | 31 InstructionSelector::MatcherState::MatcherState(unsigned MaxRenderers) in MatcherState() 34 InstructionSelector::InstructionSelector() = default; 36 bool InstructionSelector::constrainOperandRegToRegClass( in constrainOperandRegToRegClass() 48 bool InstructionSelector::isOperandImmEqual( in isOperandImmEqual() 57 bool InstructionSelector::isBaseWithConstantOffset( in isBaseWithConstantOffset() 74 bool InstructionSelector::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold()
|
/external/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
D | PPCInstructionSelector.cpp | 33 class PPCInstructionSelector : public InstructionSelector { 68 : InstructionSelector(), TII(*STI.getInstrInfo()), in PPCInstructionSelector() 86 InstructionSelector *
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstructionSelector.cpp | 32 class RISCVInstructionSelector : public InstructionSelector { 72 : InstructionSelector(), STI(STI), TII(*STI.getInstrInfo()), in RISCVInstructionSelector() 98 InstructionSelector *
|
D | RISCV.h | 26 class InstructionSelector; variable 49 InstructionSelector *createRISCVInstructionSelector(const RISCVTargetMachine &,
|
D | RISCVSubtarget.h | 139 std::unique_ptr<InstructionSelector> InstSelector; 145 InstructionSelector *getInstructionSelector() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstructionSelector.cpp | 31 class RISCVInstructionSelector : public InstructionSelector { 71 : InstructionSelector(), STI(STI), TII(*STI.getInstrInfo()), in RISCVInstructionSelector() 97 InstructionSelector *
|
D | RISCV.h | 26 class InstructionSelector; variable 46 InstructionSelector *createRISCVInstructionSelector(const RISCVTargetMachine &,
|
D | RISCVSubtarget.h | 105 std::unique_ptr<InstructionSelector> InstSelector; 111 InstructionSelector *getInstructionSelector() const override;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips.h | 27 class InstructionSelector; variable 42 InstructionSelector *createMipsInstructionSelector(const MipsTargetMachine &,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.h | 27 class InstructionSelector; variable 42 InstructionSelector *createMipsInstructionSelector(const MipsTargetMachine &,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARM.h | 31 class InstructionSelector; variable 53 InstructionSelector *
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARM.h | 31 class InstructionSelector; variable 54 InstructionSelector *
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.h | 28 class InstructionSelector; variable 55 InstructionSelector *
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.h | 23 class InstructionSelector; variable 132 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86.h | 22 class InstructionSelector; variable 136 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 414 class InstructionSelector { 416 virtual ~InstructionSelector() = default; 492 InstructionSelector();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 381 class InstructionSelector { 383 virtual ~InstructionSelector() = default; 454 InstructionSelector();
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64.h | 28 class InstructionSelector; variable 58 InstructionSelector *
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPC.h | 28 class InstructionSelector; variable 85 InstructionSelector *
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | InstructionSelect.rst | 13 API: InstructionSelector 16 The target implements the ``InstructionSelector`` class, containing the 37 The ``InstructionSelector`` can fold other instructions into the selected MI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 34 class InstructionSelector; variable 109 virtual InstructionSelector *getInstructionSelector() const { in getInstructionSelector()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 34 class InstructionSelector; variable 110 virtual InstructionSelector *getInstructionSelector() const { in getInstructionSelector()
|