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

/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp54 bool addInstSelector() override;
63 bool MSP430PassConfig::addInstSelector() { function in class:MSP430PassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp53 bool addInstSelector() override;
73 bool XCorePassConfig::addInstSelector() { function in class:XCorePassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp61 bool addInstSelector() override;
71 bool BPFPassConfig::addInstSelector() { function in class:BPFPassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp105 bool addInstSelector() override;
148 bool WebAssemblyPassConfig::addInstSelector() {
149 (void)TargetPassConfig::addInstSelector();
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp158 bool addInstSelector() override;
178 bool addInstSelector() override;
231 bool AMDGPUPassConfig::addInstSelector() {
294 bool GCNPassConfig::addInstSelector() {
295 AMDGPUPassConfig::addInstSelector();
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp83 bool addInstSelector() override;
98 bool SparcPassConfig::addInstSelector() { function in class:SparcPassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp108 bool addInstSelector() override;
118 bool SystemZPassConfig::addInstSelector() { function in class:SystemZPassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp207 bool addInstSelector() override;
227 bool X86PassConfig::addInstSelector() {
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp201 bool addInstSelector() override;
227 bool HexagonPassConfig::addInstSelector() {
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp195 bool addInstSelector() override;
218 bool MipsPassConfig::addInstSelector() { function in class:MipsPassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp137 bool addInstSelector() override;
229 bool NVPTXPassConfig::addInstSelector() {
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp196 bool addInstSelector() override;
269 bool AArch64PassConfig::addInstSelector() {
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp292 bool addInstSelector() override;
353 bool PPCPassConfig::addInstSelector() { function in class:PPCPassConfig
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp320 bool addInstSelector() override;
376 bool ARMPassConfig::addInstSelector() {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp135 if (PassConfig->addInstSelector())
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DPasses.h213 /// addInstSelector - This method should install an instruction selector pass,
215 virtual bool addInstSelector() { function in class:llvm::TargetPassConfig

Completed in 102 milliseconds