Home
last modified time | relevance | path

Searched defs:getTargetMachine (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h293 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h199 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon044d92870111::SystemZDAGToDAGISel
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp143 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anonf772b8880111::X86FastISel
DX86ISelDAGToDAG.cpp459 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon69b6cc550311::X86DAGToDAGISel
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h243 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function