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

/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp69 /// 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 DTargetLowering.h138 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLoweringBase
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp123 return getTargetMachine()->getInstrInfo();
125 const X86TargetMachine *getTargetMachine() const { function in class:__anon9829::X86FastISel
H A DX86ISelDAGToDAG.cpp281 /// 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 498 milliseconds