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

  /frameworks/compile/libbcc/include/bcc/
Compiler.h 101 const llvm::TargetMachine& getTargetMachine() const
  /external/llvm/include/llvm/Target/
TargetLowering.h 145 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 135 const SystemZTargetMachine &getTargetMachine() const {
140 return getTargetMachine().getInstrInfo();
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 122 return getTargetMachine()->getInstrInfo();
124 const X86TargetMachine *getTargetMachine() const {
    [all...]
X86ISelDAGToDAG.cpp 281 /// getTargetMachine - Return a reference to the TargetMachine, casted
283 const X86TargetMachine &getTargetMachine() const {
290 return getTargetMachine().getInstrInfo();
453 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) {
    [all...]

Completed in 102 milliseconds