Searched defs:getTargetMachine (Results 1 - 5 of 5) 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:__anon7600::MBlazeDAGToDAGISel
78 return getTargetMachine().getInstrInfo();
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp75 /// getTargetMachine - Return a reference to the TargetMachine, casted
77 const MipsTargetMachine &getTargetMachine() { function in class:__anon7626::MipsDAGToDAGISel
84 return getTargetMachine().getInstrInfo();
/external/llvm/include/llvm/Target/
H A DTargetLowering.h128 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLowering
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp119 return getTargetMachine()->getInstrInfo();
121 const X86TargetMachine *getTargetMachine() const { function in class:__anon7697::X86FastISel
H A DX86ISelDAGToDAG.cpp280 /// getTargetMachine - Return a reference to the TargetMachine, casted
282 const X86TargetMachine &getTargetMachine() { function in class:__anon7702::X86DAGToDAGISel
289 return getTargetMachine().getInstrInfo();

Completed in 76 milliseconds