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

  /frameworks/compile/libbcc/include/bcc/
Compiler.h 106 const llvm::TargetMachine& getTargetMachine() const
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 481 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /external/llvm/include/llvm/Target/
TargetLowering.h 149 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 138 const SystemZTargetMachine &getTargetMachine() const {
143 return getTargetMachine().getInstrInfo();
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 291 /// getTargetMachine - Return a reference to the TargetMachine, casted
293 const X86TargetMachine &getTargetMachine() const {
300 return getTargetMachine().getInstrInfo();
462 getTargetMachine().getRelocationModel() != Reloc::PIC_)))) {
    [all...]
X86FastISel.cpp 133 return getTargetMachine()->getInstrInfo();
135 const X86TargetMachine *getTargetMachine() const {
    [all...]

Completed in 96 milliseconds