| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 124 if (!InstSelector) { in getInstructionSelector() 125 InstSelector.reset(createRISCVInstructionSelector( in getInstructionSelector() 129 return InstSelector.get(); in getInstructionSelector()
|
| H A D | RISCVSubtarget.h | 308 mutable std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSubtarget.cpp | 115 InstSelector.reset(createBPFInstructionSelector( in BPFSubtarget() 124 return InstSelector.get(); in getInstructionSelector()
|
| H A D | BPFSubtarget.h | 71 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.h | 62 std::unique_ptr<InstructionSelector> InstSelector; variable 131 return InstSelector.get(); in getInstructionSelector()
|
| H A D | SPIRVSubtarget.cpp | 102 InstSelector.reset(createSPIRVInstructionSelector(TM, *this, *RegBankInfo)); in SPIRVSubtarget()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.cpp | 63 InstSelector.reset(createM68kInstructionSelector(TM, *this, *RBI)); in M68kSubtarget() 77 return InstSelector.get(); in getInstructionSelector()
|
| H A D | M68kSubtarget.h | 175 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 70 InstSelector.reset(createPPCInstructionSelector(TM, *this, *RBI)); in PPCSubtarget() 272 return InstSelector.get(); in getInstructionSelector()
|
| H A D | PPCSubtarget.h | 116 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 223 InstSelector.reset(createMipsInstructionSelector(TM, *this, *RBI)); in MipsSubtarget() 306 return InstSelector.get(); in getInstructionSelector()
|
| H A D | MipsSubtarget.h | 409 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 113 InstSelector.reset(createARMInstructionSelector(TM, *this, *RBI)); in ARMSubtarget() 123 return InstSelector.get(); in getInstructionSelector()
|
| H A D | ARMSubtarget.h | 266 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 361 InstSelector.reset(createX86InstructionSelector(TM, *this, *RBI)); in X86Subtarget() 372 return InstSelector.get(); in getInstructionSelector()
|
| H A D | X86Subtarget.h | 86 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 402 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget() 446 return InstSelector.get(); in getInstructionSelector()
|
| H A D | AArch64Subtarget.h | 107 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 57 std::unique_ptr<InstructionSelector> InstSelector; variable 322 return InstSelector.get(); in getInstructionSelector()
|
| H A D | GCNSubtarget.cpp | 192 InstSelector = in GCNSubtarget()
|