Home
last modified time | relevance | path

Searched refs:InstructionSelector (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h48 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 DAMDGPUInstructionSelector.cpp67 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 DM68kInstructionSelector.cpp26 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 DInstructionSelector.cpp14 InstructionSelector::~InstructionSelector() = default;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h1 //===- llvm/CodeGen/GlobalISel/InstructionSelector.h ------------*- C++ -*-===//
19 class InstructionSelector : public GIMatchTableExecutor {
21 virtual ~InstructionSelector();
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.h21 class InstructionSelector; variable
45 InstructionSelector *
H A DM68kSubtarget.h176 std::unique_ptr<InstructionSelector> InstSelector;
182 InstructionSelector *getInstructionSelector() const override;
H A DM68kSubtarget.cpp69 InstructionSelector *M68kSubtarget::getInstructionSelector() const { in getInstructionSelector()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRV.h19 class InstructionSelector; variable
29 InstructionSelector *
H A DSPIRVSubtarget.h57 std::unique_ptr<InstructionSelector> InstSelector;
111 InstructionSelector *getInstructionSelector() const override { in getInstructionSelector()
H A DSPIRVRegisterBanks.td10 // as InstructionSelector RegClass checking code relies on them
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.h22 class InstructionSelector; variable
44 InstructionSelector *
H A DMipsSubtarget.h408 std::unique_ptr<InstructionSelector> InstSelector;
414 InstructionSelector *getInstructionSelector() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.h22 class InstructionSelector; variable
82 InstructionSelector *
H A DRISCVSubtarget.h249 mutable std::unique_ptr<InstructionSelector> InstSelector;
262 InstructionSelector *getInstructionSelector() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.h29 class InstructionSelector; variable
52 InstructionSelector *
H A DARMSubtarget.h220 InstructionSelector *getInstructionSelector() const override;
234 std::unique_ptr<InstructionSelector> InstSelector;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.h22 class InstructionSelector; variable
33 InstructionSelector *createBPFInstructionSelector(const BPFTargetMachine &,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h22 class InstructionSelector; variable
163 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
H A DX86Subtarget.h34 class InstructionSelector; variable
87 std::unique_ptr<InstructionSelector> InstSelector;
154 InstructionSelector *getInstructionSelector() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.h28 class InstructionSelector; variable
94 InstructionSelector *
H A DPPCSubtarget.h114 std::unique_ptr<InstructionSelector> InstSelector;
314 InstructionSelector *getInstructionSelector() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.h30 class InstructionSelector; variable
63 InstructionSelector *
H A DAArch64Subtarget.h100 std::unique_ptr<InstructionSelector> InstSelector;
146 InstructionSelector *getInstructionSelector() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h38 class InstructionSelector; variable
114 virtual InstructionSelector *getInstructionSelector() const { in getInstructionSelector()

12