Searched defs:getTargetMachine (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Target/MBlaze/ | ||
H A D | MBlazeISelDAGToDAG.cpp | 69 /// getTargetMachine - Return a reference to the TargetMachine, casted 71 const MBlazeTargetMachine &getTargetMachine() { function in class:__anon9715::MBlazeDAGToDAGISel 78 return getTargetMachine().getInstrInfo(); |
/external/llvm/include/llvm/Target/ | ||
H A D | TargetLowering.h | 138 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLoweringBase |
/external/llvm/lib/Target/X86/ | ||
H A D | X86FastISel.cpp | 123 return getTargetMachine()->getInstrInfo(); 125 const X86TargetMachine *getTargetMachine() const { function in class:__anon9829::X86FastISel |
H A D | X86ISelDAGToDAG.cpp | 281 /// getTargetMachine - Return a reference to the TargetMachine, casted 283 const X86TargetMachine &getTargetMachine() const { function in class:__anon9834::X86DAGToDAGISel 290 return getTargetMachine().getInstrInfo(); 451 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) { |
Completed in 130 milliseconds