HomeSort by relevance Sort by last modified time
    Searched defs:getTargetMachine (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 69 /// getTargetMachine - Return a reference to the TargetMachine, casted
71 const MBlazeTargetMachine &getTargetMachine() {
78 return getTargetMachine().getInstrInfo();
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 75 /// getTargetMachine - Return a reference to the TargetMachine, casted
77 const MipsTargetMachine &getTargetMachine() {
84 return getTargetMachine().getInstrInfo();
  /external/llvm/include/llvm/Target/
TargetLowering.h 128 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 119 return getTargetMachine()->getInstrInfo();
121 const X86TargetMachine *getTargetMachine() const {
    [all...]
X86ISelDAGToDAG.cpp 280 /// getTargetMachine - Return a reference to the TargetMachine, casted
282 const X86TargetMachine &getTargetMachine() {
289 return getTargetMachine().getInstrInfo();
    [all...]

Completed in 71 milliseconds