Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h51 std::unique_ptr<InstructionSelector> InstSelector; variable
78 return InstSelector.get(); in getInstructionSelector()
H A DSPIRVSubtarget.cpp52 InstSelector.reset( in SPIRVSubtarget()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp63 InstSelector.reset(createM68kInstructionSelector(TM, *this, *RBI)); in M68kSubtarget()
71 return InstSelector.get(); in getInstructionSelector()
H A DM68kSubtarget.h170 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp102 InstSelector.reset(createRISCVInstructionSelector( in RISCVSubtarget()
111 return InstSelector.get(); in getInstructionSelector()
H A DRISCVSubtarget.h245 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp67 InstSelector.reset(createPPCInstructionSelector( in PPCSubtarget()
276 return InstSelector.get(); in getInstructionSelector()
H A DPPCSubtarget.h186 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp221 InstSelector.reset(createMipsInstructionSelector( in MipsSubtarget()
299 return InstSelector.get(); in getInstructionSelector()
H A DMipsSubtarget.h404 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp286 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget()
301 return InstSelector.get(); in getInstructionSelector()
H A DAArch64Subtarget.h133 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.cpp342 InstSelector.reset(createX86InstructionSelector(TM, *this, *RBI)); in X86Subtarget()
350 return InstSelector.get(); in getInstructionSelector()
H A DX86Subtarget.h93 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp118 InstSelector.reset(createARMInstructionSelector( in ARMSubtarget()
129 return InstSelector.get(); in getInstructionSelector()
H A DARMSubtarget.h295 std::unique_ptr<InstructionSelector> InstSelector; variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h53 std::unique_ptr<InstructionSelector> InstSelector; variable
238 return InstSelector.get(); in getInstructionSelector()
H A DAMDGPUSubtarget.cpp176 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()