Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h56 std::unique_ptr<InstructionSelector> InstSelector; variable
108 return InstSelector.get(); in getInstructionSelector()
H A DSPIRVSubtarget.cpp74 InstSelector.reset( in SPIRVSubtarget()
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp109 InstSelector.reset(createRISCVInstructionSelector( in RISCVSubtarget()
118 return InstSelector.get(); in getInstructionSelector()
H A DRISCVSubtarget.h228 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd-14.2/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp71 InstSelector.reset(createPPCInstructionSelector( in PPCSubtarget()
206 return InstSelector.get(); in getInstructionSelector()
H A DPPCSubtarget.h113 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp220 InstSelector.reset(createMipsInstructionSelector( in MipsSubtarget()
298 return InstSelector.get(); in getInstructionSelector()
H A DMipsSubtarget.h403 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd-14.2/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.h94 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp117 InstSelector.reset(createARMInstructionSelector( in ARMSubtarget()
128 return InstSelector.get(); in getInstructionSelector()
H A DARMSubtarget.h296 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp341 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget()
372 return InstSelector.get(); in getInstructionSelector()
H A DAArch64Subtarget.h151 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h55 std::unique_ptr<InstructionSelector> InstSelector; variable
269 return InstSelector.get(); in getInstructionSelector()
H A DAMDGPUSubtarget.cpp192 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()