Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp124 if (!InstSelector) { in getInstructionSelector()
125 InstSelector.reset(createRISCVInstructionSelector( in getInstructionSelector()
129 return InstSelector.get(); in getInstructionSelector()
H A DRISCVSubtarget.h308 mutable std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp115 InstSelector.reset(createBPFInstructionSelector( in BPFSubtarget()
124 return InstSelector.get(); in getInstructionSelector()
H A DBPFSubtarget.h71 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h62 std::unique_ptr<InstructionSelector> InstSelector; variable
131 return InstSelector.get(); in getInstructionSelector()
H A DSPIRVSubtarget.cpp102 InstSelector.reset(createSPIRVInstructionSelector(TM, *this, *RegBankInfo)); in SPIRVSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp63 InstSelector.reset(createM68kInstructionSelector(TM, *this, *RBI)); in M68kSubtarget()
77 return InstSelector.get(); in getInstructionSelector()
H A DM68kSubtarget.h175 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp70 InstSelector.reset(createPPCInstructionSelector(TM, *this, *RBI)); in PPCSubtarget()
272 return InstSelector.get(); in getInstructionSelector()
H A DPPCSubtarget.h116 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp223 InstSelector.reset(createMipsInstructionSelector(TM, *this, *RBI)); in MipsSubtarget()
306 return InstSelector.get(); in getInstructionSelector()
H A DMipsSubtarget.h409 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp113 InstSelector.reset(createARMInstructionSelector(TM, *this, *RBI)); in ARMSubtarget()
123 return InstSelector.get(); in getInstructionSelector()
H A DARMSubtarget.h266 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp361 InstSelector.reset(createX86InstructionSelector(TM, *this, *RBI)); in X86Subtarget()
372 return InstSelector.get(); in getInstructionSelector()
H A DX86Subtarget.h86 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp402 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget()
446 return InstSelector.get(); in getInstructionSelector()
H A DAArch64Subtarget.h107 std::unique_ptr<InstructionSelector> InstSelector; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h57 std::unique_ptr<InstructionSelector> InstSelector; variable
322 return InstSelector.get(); in getInstructionSelector()
H A DGCNSubtarget.cpp192 InstSelector = in GCNSubtarget()