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

1 2

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 55 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 65 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 75 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 54 TargetMachine &getTargetMachine() { return *TM; }
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 104 const llvm::TargetMachine& getTargetMachine() const
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 98 TargetMachine &getTargetMachine() { return *TM; }
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 114 TargetMachine &getTargetMachine() { return *TM; }
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 69 /// getTargetMachine - Return a reference to the TargetMachine, casted
71 const MBlazeTargetMachine &getTargetMachine() {
78 return getTargetMachine().getInstrInfo();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 71 /// getTargetMachine - Return a reference to the TargetMachine, casted
73 const MipsTargetMachine &getTargetMachine() {
80 return getTargetMachine().getInstrInfo();
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 423 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 137 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 172 /// getTargetMachine - Return a reference to the TargetMachine, casted
174 const AlphaTargetMachine &getTargetMachine() {
181 return getTargetMachine().getInstrInfo();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 434 virtual TargetMachine *getTargetMachine() { return nullptr; }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 188 const PPCTargetMachine &getTargetMachine() const { return TM; }
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 141 const SystemZTargetMachine &getTargetMachine() const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 169 const TargetMachine &getTargetMachine() const { return TM; }
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 379 const X86TargetMachine &getTargetMachine() const {
553 !getTargetMachine().isPositionIndependent())))) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 119 return getTargetMachine()->getInstrInfo();
121 const X86TargetMachine *getTargetMachine() const {
    [all...]

Completed in 664 milliseconds

1 2