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

/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp48 bool addInstSelector() override;
57 bool MSP430PassConfig::addInstSelector() { function in class:MSP430PassConfig
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp44 bool addInstSelector() override;
55 bool SystemZPassConfig::addInstSelector() { function in class:SystemZPassConfig
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp45 bool addInstSelector() override;
59 bool XCorePassConfig::addInstSelector() { function in class:XCorePassConfig
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp50 bool addInstSelector() override;
59 bool SparcPassConfig::addInstSelector() { function in class:SparcPassConfig
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUTargetMachine.cpp83 virtual bool addInstSelector();
106 bool AMDGPUPassConfig::addInstSelector() { function in class:AMDGPUPassConfig
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp102 bool addInstSelector() override;
114 bool HexagonPassConfig::addInstSelector() { function in class:HexagonPassConfig
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp115 bool addInstSelector() override;
133 bool X86PassConfig::addInstSelector() { function in class:X86PassConfig
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUTargetMachine.cpp83 virtual bool addInstSelector();
106 bool AMDGPUPassConfig::addInstSelector() { function in class:AMDGPUPassConfig
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp103 bool addInstSelector() override;
126 bool MipsPassConfig::addInstSelector() { function in class:MipsPassConfig
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp106 bool addInstSelector() override;
158 bool NVPTXPassConfig::addInstSelector() { function in class:NVPTXPassConfig
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp91 bool addInstSelector() override;
114 bool PPCPassConfig::addInstSelector() { function in class:PPCPassConfig
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.cpp114 bool addInstSelector() override;
161 bool AMDGPUPassConfig::addInstSelector() { function in class:AMDGPUPassConfig
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp126 bool addInstSelector() override;
175 bool AArch64PassConfig::addInstSelector() { function in class:AArch64PassConfig
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp149 bool addInstSelector() override;
181 bool ARMPassConfig::addInstSelector() { function in class:ARMPassConfig
/external/llvm/include/llvm/CodeGen/
H A DPasses.h196 /// addInstSelector - This method should install an instruction selector pass,
198 virtual bool addInstSelector() { function in class:llvm::TargetPassConfig
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp128 if (PassConfig->addInstSelector())

Completed in 158 milliseconds