Searched defs:getTargetMachine (Results 1 - 18 of 18) sorted by relevance

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h55 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h65 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h75 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h54 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h98 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h114 TargetMachine &getTargetMachine() { return *TM; } function in class:llvm::orc::KaleidoscopeJIT
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp69 /// getTargetMachine - Return a reference to the TargetMachine, casted
71 const MBlazeTargetMachine &getTargetMachine() { function in class:__anon18777::MBlazeDAGToDAGISel
78 return getTargetMachine().getInstrInfo();
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp71 /// getTargetMachine - Return a reference to the TargetMachine, casted
73 const MipsTargetMachine &getTargetMachine() { function in class:__anon18797::MipsDAGToDAGISel
80 return getTargetMachine().getInstrInfo();
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h137 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelDAGToDAG.cpp172 /// getTargetMachine - Return a reference to the TargetMachine, casted
174 const AlphaTargetMachine &getTargetMachine() { function in class:__anon18752::AlphaDAGToDAGISel
181 return getTargetMachine().getInstrInfo();
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h423 virtual TargetMachine *getTargetMachine() { return nullptr; } function in class:llvm::ExecutionEngine
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h188 const PPCTargetMachine &getTargetMachine() const { return TM; } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp141 const SystemZTargetMachine &getTargetMachine() const { function in class:__anon13160::SystemZDAGToDAGISel
/external/llvm/include/llvm/Target/
H A DTargetLowering.h169 const TargetMachine &getTargetMachine() const { return TM; } function in class:llvm::TargetLoweringBase
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp379 const X86TargetMachine &getTargetMachine() const { function in class:__anon13237::final
553 !getTargetMachine().isPositionIndependent())))) {
H A DX86FastISel.cpp139 const X86TargetMachine *getTargetMachine() const { function in class:__anon13227::final
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FastISel.cpp119 return getTargetMachine()->getInstrInfo();
121 const X86TargetMachine *getTargetMachine() const { function in class:__anon18868::X86FastISel
H A DX86ISelDAGToDAG.cpp281 /// getTargetMachine - Return a reference to the TargetMachine, casted
283 const X86TargetMachine &getTargetMachine() { function in class:__anon18873::X86DAGToDAGISel
290 return getTargetMachine().getInstrInfo();

Completed in 433 milliseconds