/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.h | 48 class AMDGPUInstructionSelector final : public InstructionSelector { 163 InstructionSelector::ComplexRendererFns 166 InstructionSelector::ComplexRendererFns 169 InstructionSelector::ComplexRendererFns 171 InstructionSelector::ComplexRendererFns 173 InstructionSelector::ComplexRendererFns 175 InstructionSelector::ComplexRendererFns 177 InstructionSelector::ComplexRendererFns 179 InstructionSelector::ComplexRendererFns 188 InstructionSelector::ComplexRendererFns [all …]
|
H A D | AMDGPUInstructionSelector.cpp | 67 InstructionSelector::setupMF(MF, KB, CoverageInfo, PSI, BFI); in setupMF() 3649 InstructionSelector::ComplexRendererFns 3713 InstructionSelector::ComplexRendererFns 3720 InstructionSelector::ComplexRendererFns 3736 InstructionSelector::ComplexRendererFns 3754 InstructionSelector::ComplexRendererFns 3763 InstructionSelector::ComplexRendererFns 3777 InstructionSelector::ComplexRendererFns 3792 InstructionSelector::ComplexRendererFns 3807 InstructionSelector::ComplexRendererFns [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kInstructionSelector.cpp | 26 class M68kInstructionSelector : public InstructionSelector { 60 : InstructionSelector(), TM(TM), TII(*STI.getInstrInfo()), in M68kInstructionSelector() 84 InstructionSelector *
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelector.cpp | 14 InstructionSelector::~InstructionSelector() = default;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelector.h | 1 //===- llvm/CodeGen/GlobalISel/InstructionSelector.h ------------*- C++ -*-===// 19 class InstructionSelector : public GIMatchTableExecutor { 21 virtual ~InstructionSelector();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68k.h | 21 class InstructionSelector; variable 45 InstructionSelector *
|
H A D | M68kSubtarget.h | 176 std::unique_ptr<InstructionSelector> InstSelector; 182 InstructionSelector *getInstructionSelector() const override;
|
H A D | M68kSubtarget.cpp | 69 InstructionSelector *M68kSubtarget::getInstructionSelector() const { in getInstructionSelector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRV.h | 19 class InstructionSelector; variable 29 InstructionSelector *
|
H A D | SPIRVSubtarget.h | 57 std::unique_ptr<InstructionSelector> InstSelector; 111 InstructionSelector *getInstructionSelector() const override { in getInstructionSelector()
|
H A D | SPIRVRegisterBanks.td | 10 // as InstructionSelector RegClass checking code relies on them
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips.h | 22 class InstructionSelector; variable 44 InstructionSelector *
|
H A D | MipsSubtarget.h | 408 std::unique_ptr<InstructionSelector> InstSelector; 414 InstructionSelector *getInstructionSelector() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCV.h | 22 class InstructionSelector; variable 82 InstructionSelector *
|
H A D | RISCVSubtarget.h | 249 mutable std::unique_ptr<InstructionSelector> InstSelector; 262 InstructionSelector *getInstructionSelector() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARM.h | 29 class InstructionSelector; variable 52 InstructionSelector *
|
H A D | ARMSubtarget.h | 220 InstructionSelector *getInstructionSelector() const override; 234 std::unique_ptr<InstructionSelector> InstSelector;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPF.h | 22 class InstructionSelector; variable 33 InstructionSelector *createBPFInstructionSelector(const BPFTargetMachine &,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.h | 22 class InstructionSelector; variable 163 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
|
H A D | X86Subtarget.h | 34 class InstructionSelector; variable 87 std::unique_ptr<InstructionSelector> InstSelector; 154 InstructionSelector *getInstructionSelector() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.h | 28 class InstructionSelector; variable 94 InstructionSelector *
|
H A D | PPCSubtarget.h | 114 std::unique_ptr<InstructionSelector> InstSelector; 314 InstructionSelector *getInstructionSelector() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64.h | 30 class InstructionSelector; variable 63 InstructionSelector *
|
H A D | AArch64Subtarget.h | 100 std::unique_ptr<InstructionSelector> InstSelector; 146 InstructionSelector *getInstructionSelector() const override;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 38 class InstructionSelector; variable 114 virtual InstructionSelector *getInstructionSelector() const { in getInstructionSelector()
|