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

/freebsd-10.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp54 virtual bool addInstSelector();
63 bool MSP430PassConfig::addInstSelector() { function in class:MSP430PassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp59 virtual bool addInstSelector();
74 bool AArch64PassConfig::addInstSelector() { function in class:AArch64PassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp52 virtual bool addInstSelector() LLVM_OVERRIDE;
63 bool SystemZPassConfig::addInstSelector() { function in class:SystemZPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp51 virtual bool addInstSelector();
64 bool XCorePassConfig::addInstSelector() { function in class:XCorePassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp54 virtual bool addInstSelector();
63 bool SparcPassConfig::addInstSelector() { function in class:SparcPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp124 virtual bool addInstSelector();
136 bool HexagonPassConfig::addInstSelector() { function in class:HexagonPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp105 virtual bool addInstSelector();
135 bool NVPTXPassConfig::addInstSelector() { function in class:NVPTXPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp134 virtual bool addInstSelector();
160 bool PPCPassConfig::addInstSelector() { function in class:PPCPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.cpp100 virtual bool addInstSelector();
140 bool AMDGPUPassConfig::addInstSelector() { function in class:AMDGPUPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp159 virtual bool addInstSelector();
171 bool X86PassConfig::addInstSelector() { function in class:X86PassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp140 virtual bool addInstSelector();
158 bool ARMPassConfig::addInstSelector() { function in class:ARMPassConfig
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp155 virtual bool addInstSelector();
174 bool MipsPassConfig::addInstSelector() { function in class:MipsPassConfig
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp129 if (PassConfig->addInstSelector())
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DPasses.h200 /// addInstSelector - This method should install an instruction selector pass,
202 virtual bool addInstSelector() { function in class:llvm::TargetPassConfig

Completed in 205 milliseconds