| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 108 if (!InstSelector) { in getInstructionSelector() 109 InstSelector.reset(createRISCVInstructionSelector( in getInstructionSelector() 113 return InstSelector.get(); in getInstructionSelector()
|
| H A D | RISCVSubtarget.h | 249 mutable std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSubtarget.h | 57 std::unique_ptr<InstructionSelector> InstSelector; variable 112 return InstSelector.get(); in getInstructionSelector()
|
| H A D | SPIRVSubtarget.cpp | 88 InstSelector.reset( in SPIRVSubtarget()
|
| /src/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
|
| /src/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
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 68 InstSelector.reset(createPPCInstructionSelector(TM, *this, *RBI)); in PPCSubtarget() 267 return InstSelector.get(); in getInstructionSelector()
|
| H A D | PPCSubtarget.h | 114 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 220 InstSelector.reset(createMipsInstructionSelector(TM, *this, *RBI)); in MipsSubtarget() 297 return InstSelector.get(); in getInstructionSelector()
|
| H A D | MipsSubtarget.h | 408 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /src/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 | 87 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 114 InstSelector.reset(createARMInstructionSelector(TM, *this, *RBI)); in ARMSubtarget() 124 return InstSelector.get(); in getInstructionSelector()
|
| H A D | ARMSubtarget.h | 234 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 349 InstSelector.reset(createAArch64InstructionSelector( in AArch64Subtarget() 380 return InstSelector.get(); in getInstructionSelector()
|
| H A D | AArch64Subtarget.h | 100 std::unique_ptr<InstructionSelector> InstSelector; variable
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 55 std::unique_ptr<InstructionSelector> InstSelector; variable 292 return InstSelector.get(); in getInstructionSelector()
|
| H A D | AMDGPUSubtarget.cpp | 211 InstSelector = in GCNSubtarget()
|