/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 55 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 65 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 75 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 54 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 98 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 114 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 293 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 423 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 188 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 199 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 141 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon21e5ff890111::SystemZDAGToDAGISel
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon5a60dc2b0111::SystemZDAGToDAGISel
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 379 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon08fb57570311::X86DAGToDAGISel
|
D | X86FastISel.cpp | 139 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon7076128a0111::X86FastISel
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 143 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon4eff6c2c0111::X86FastISel
|
D | X86ISelDAGToDAG.cpp | 459 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon59fcb1f90311::X86DAGToDAGISel
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 169 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 243 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
|