Searched defs:getTargetMachine (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h481 virtual TargetMachine *getTargetMachine() { return nullptr; } function in class:llvm::ExecutionEngine
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp138 const SystemZTargetMachine &getTargetMachine() const { function in class:__anon26152::SystemZDAGToDAGISel
143 return getTargetMachine().getInstrInfo();
/external/llvm/include/llvm/Target/
H A DTargetLowering.h149 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLoweringBase
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp133 return getTargetMachine()->getInstrInfo();
135 const X86TargetMachine *getTargetMachine() const { function in class:__anon26187::final
2918 getTargetMachine()->getRegisterInfo());
H A DX86ISelDAGToDAG.cpp291 /// getTargetMachine - Return a reference to the TargetMachine, casted
293 const X86TargetMachine &getTargetMachine() const { function in class:__anon26193::final
300 return getTargetMachine().getInstrInfo();
462 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) {

Completed in 162 milliseconds