| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.h | 48 class AMDGPUInstructionSelector final : public InstructionSelector { 169 InstructionSelector::ComplexRendererFns 172 InstructionSelector::ComplexRendererFns 175 InstructionSelector::ComplexRendererFns 177 InstructionSelector::ComplexRendererFns 179 InstructionSelector::ComplexRendererFns 181 InstructionSelector::ComplexRendererFns 183 InstructionSelector::ComplexRendererFns 185 InstructionSelector::ComplexRendererFns 193 InstructionSelector::ComplexRendererFns [all …]
|
| H A D | AMDGPUInstructionSelector.cpp | 67 InstructionSelector::setupMF(MF, VT, CoverageInfo, PSI, BFI); in setupMF() 4162 InstructionSelector::ComplexRendererFns 4223 InstructionSelector::ComplexRendererFns 4230 InstructionSelector::ComplexRendererFns 4246 InstructionSelector::ComplexRendererFns 4264 InstructionSelector::ComplexRendererFns 4273 InstructionSelector::ComplexRendererFns 4287 InstructionSelector::ComplexRendererFns 4303 InstructionSelector::ComplexRendererFns 4319 InstructionSelector::ComplexRendererFns [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.h | 24 class InstructionSelector; variable 59 void setInstructionSelector(InstructionSelector *NewISel) { ISel = NewISel; } in setInstructionSelector() 64 InstructionSelector *ISel = nullptr;
|
| H A D | InstructionSelector.h | 22 class LLVM_ABI InstructionSelector : public GIMatchTableExecutor { 24 virtual ~InstructionSelector();
|
| /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/lib/Target/M68k/ |
| H A D | M68k.h | 21 class InstructionSelector; variable 45 InstructionSelector *
|
| H A D | M68kSubtarget.h | 175 std::unique_ptr<InstructionSelector> InstSelector; 182 InstructionSelector *getInstructionSelector() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRV.h | 19 class InstructionSelector; variable 33 InstructionSelector *
|
| H A D | SPIRVSubtarget.h | 62 std::unique_ptr<InstructionSelector> InstSelector; 130 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/BPF/GISel/ |
| H A D | BPFInstructionSelector.cpp | 31 class BPFInstructionSelector : public InstructionSelector { 85 InstructionSelector *
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips.h | 33 class InstructionSelector; variable 55 InstructionSelector *
|
| H A D | MipsSubtarget.h | 409 std::unique_ptr<InstructionSelector> InstSelector; 415 InstructionSelector *getInstructionSelector() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARM.h | 29 class InstructionSelector; variable 52 InstructionSelector *
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSubtarget.h | 71 std::unique_ptr<InstructionSelector> InstSelector; 115 InstructionSelector *getInstructionSelector() const override;
|
| H A D | BPF.h | 22 class InstructionSelector; variable 35 InstructionSelector *createBPFInstructionSelector(const BPFTargetMachine &,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCV.h | 22 class InstructionSelector; variable 99 InstructionSelector *
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.h | 30 class InstructionSelector; variable 64 InstructionSelector *
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.h | 28 class InstructionSelector; variable 94 InstructionSelector *
|
| H A D | PPCSubtarget.h | 116 std::unique_ptr<InstructionSelector> InstSelector; 320 InstructionSelector *getInstructionSelector() const override;
|
| /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 | 33 class InstructionSelector; variable 86 std::unique_ptr<InstructionSelector> InstSelector; 154 InstructionSelector *getInstructionSelector() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetSubtargetInfo.h | 39 class InstructionSelector; variable 116 virtual InstructionSelector *getInstructionSelector() const { in getInstructionSelector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 39 class RISCVInstructionSelector : public InstructionSelector { 50 InstructionSelector::setupMF(MF, VT, CoverageInfo, PSI, BFI); in setupMF() 271 InstructionSelector::ComplexRendererFns 349 InstructionSelector::ComplexRendererFns 370 InstructionSelector::ComplexRendererFns 394 InstructionSelector::ComplexRendererFns 492 InstructionSelector::ComplexRendererFns 530 InstructionSelector::ComplexRendererFns 553 InstructionSelector::ComplexRendererFns 1419 InstructionSelector *
|