| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.h | 56 std::unique_ptr<InstructionSelector> InstSelector; variable 108 return InstSelector.get(); in getInstructionSelector()
|
| H A D | SPIRVSubtarget.cpp | 74 InstSelector.reset( in SPIRVSubtarget()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSubtarget.cpp | 108 InstSelector.reset(createBPFInstructionSelector( in BPFSubtarget() 117 return InstSelector.get(); in getInstructionSelector()
|
| H A D | BPFSubtarget.h | 70 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 109 InstSelector.reset(createRISCVInstructionSelector( in RISCVSubtarget() 118 return InstSelector.get(); in getInstructionSelector()
|
| H A D | RISCVSubtarget.h | 228 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 62 InstSelector.reset(createM68kInstructionSelector(TM, *this, *RBI)); in M68kSubtarget() 70 return InstSelector.get(); in getInstructionSelector()
|
| H A D | M68kSubtarget.h | 176 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 71 InstSelector.reset(createPPCInstructionSelector( in PPCSubtarget() 206 return InstSelector.get(); in getInstructionSelector()
|
| H A D | PPCSubtarget.h | 113 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 220 InstSelector.reset(createMipsInstructionSelector( in MipsSubtarget() 298 return InstSelector.get(); in getInstructionSelector()
|
| H A D | MipsSubtarget.h | 403 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 354 InstSelector.reset(createX86InstructionSelector(TM, *this, *RBI)); in X86Subtarget() 362 return InstSelector.get(); in getInstructionSelector()
|
| H A D | X86Subtarget.h | 94 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 117 InstSelector.reset(createARMInstructionSelector( in ARMSubtarget() 128 return InstSelector.get(); in getInstructionSelector()
|
| H A D | ARMSubtarget.h | 296 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 341 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget() 372 return InstSelector.get(); in getInstructionSelector()
|
| H A D | AArch64Subtarget.h | 151 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 55 std::unique_ptr<InstructionSelector> InstSelector; variable 269 return InstSelector.get(); in getInstructionSelector()
|
| H A D | AMDGPUSubtarget.cpp | 192 InstSelector.reset(new AMDGPUInstructionSelector( in GCNSubtarget()
|