Home
last modified time | relevance | path

Searched refs:InstSelector (Results 1 – 20 of 20) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp108 if (!InstSelector) { in getInstructionSelector()
109 InstSelector.reset(createRISCVInstructionSelector( in getInstructionSelector()
113 return InstSelector.get(); in getInstructionSelector()
H A DRISCVSubtarget.h249 mutable std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h57 std::unique_ptr<InstructionSelector> InstSelector; variable
112 return InstSelector.get(); in getInstructionSelector()
H A DSPIRVSubtarget.cpp88 InstSelector.reset( in SPIRVSubtarget()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp108 InstSelector.reset(createBPFInstructionSelector( in BPFSubtarget()
117 return InstSelector.get(); in getInstructionSelector()
H A DBPFSubtarget.h70 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp62 InstSelector.reset(createM68kInstructionSelector(TM, *this, *RBI)); in M68kSubtarget()
70 return InstSelector.get(); in getInstructionSelector()
H A DM68kSubtarget.h176 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp68 InstSelector.reset(createPPCInstructionSelector(TM, *this, *RBI)); in PPCSubtarget()
267 return InstSelector.get(); in getInstructionSelector()
H A DPPCSubtarget.h114 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp220 InstSelector.reset(createMipsInstructionSelector(TM, *this, *RBI)); in MipsSubtarget()
297 return InstSelector.get(); in getInstructionSelector()
H A DMipsSubtarget.h408 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp354 InstSelector.reset(createX86InstructionSelector(TM, *this, *RBI)); in X86Subtarget()
362 return InstSelector.get(); in getInstructionSelector()
H A DX86Subtarget.h87 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp114 InstSelector.reset(createARMInstructionSelector(TM, *this, *RBI)); in ARMSubtarget()
124 return InstSelector.get(); in getInstructionSelector()
H A DARMSubtarget.h234 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp349 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget()
380 return InstSelector.get(); in getInstructionSelector()
H A DAArch64Subtarget.h100 std::unique_ptr<InstructionSelector> InstSelector; variable
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h55 std::unique_ptr<InstructionSelector> InstSelector; variable
292 return InstSelector.get(); in getInstructionSelector()
H A DAMDGPUSubtarget.cpp211 InstSelector = in GCNSubtarget()