Searched refs:addInstSelector (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp96 bool addInstSelector() override;
108 bool LanaiPassConfig::addInstSelector() { function in class:LanaiPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp60 bool addInstSelector() override;
71 bool ARCPassConfig::addInstSelector() { function in class:ARCPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp69 bool addInstSelector() override;
85 bool MSP430PassConfig::addInstSelector() { function in class:MSP430PassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600TargetMachine.cpp103 bool addInstSelector() override;
122 bool R600PassConfig::addInstSelector() { function in class:R600PassConfig
H A DAMDGPUTargetMachine.h128 bool addInstSelector() override;
H A DAMDGPUTargetMachine.cpp889 bool addInstSelector() override;
1071 bool AMDGPUPassConfig::addInstSelector() { function in class:AMDGPUPassConfig
1185 bool GCNPassConfig::addInstSelector() { function in class:GCNPassConfig
1186 AMDGPUPassConfig::addInstSelector();
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp110 bool addInstSelector() override;
125 bool CSKYPassConfig::addInstSelector() { function in class:CSKYPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp73 bool addInstSelector() override;
121 bool AVRPassConfig::addInstSelector() { function in class:llvm::AVRPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVETargetMachine.cpp126 bool addInstSelector() override;
141 bool VEPassConfig::addInstSelector() { function in class:VEPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp76 bool addInstSelector() override;
97 bool XCorePassConfig::addInstSelector() { function in class:XCorePassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp96 bool addInstSelector() override;
137 bool BPFPassConfig::addInstSelector() { function in class:BPFPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp116 bool addInstSelector() override;
134 bool LoongArchPassConfig::addInstSelector() { function in class:LoongArchPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp161 bool addInstSelector() override;
176 bool M68kPassConfig::addInstSelector() { function in class:M68kPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp168 bool addInstSelector() override;
183 bool SparcPassConfig::addInstSelector() { function in class:SparcPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp212 bool addInstSelector() override;
232 bool SystemZPassConfig::addInstSelector() { function in class:SystemZPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp329 bool addInstSelector() override;
476 bool WebAssemblyPassConfig::addInstSelector() { function in class:WebAssemblyPassConfig
477 (void)TargetPassConfig::addInstSelector();
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h237 /// addInstSelector - This method should install an instruction selector pass,
239 virtual bool addInstSelector() { function in class:llvm::TargetPassConfig
H A DCodeGenPassBuilder.h262 /// addInstSelector - This method should install an instruction selector pass,
264 Error addInstSelector(AddMachinePass &) const { function in class:llvm::CodeGenPassBuilder
265 return make_error<StringError>("addInstSelector is not overridden",
793 if (auto Err = derived().addInstSelector(addPass))
796 } else if (auto Err = derived().addInstSelector(addPass))
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp253 bool addInstSelector() override;
300 bool RISCVPassConfig::addInstSelector() { function in class:RISCVPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp172 bool addInstSelector() override;
359 bool NVPTXPassConfig::addInstSelector() { function in class:NVPTXPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp242 bool addInstSelector() override;
275 bool MipsPassConfig::addInstSelector() { function in class:MipsPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp376 bool addInstSelector() override;
499 bool ARMPassConfig::addInstSelector() { function in class:ARMPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp411 bool addInstSelector() override;
494 bool PPCPassConfig::addInstSelector() { function in class:PPCPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp320 bool addInstSelector() override;
365 bool HexagonPassConfig::addInstSelector() { function in class:HexagonPassConfig
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp389 bool addInstSelector() override;
471 bool X86PassConfig::addInstSelector() { function in class:X86PassConfig

Completed in 404 milliseconds

12