Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.h45 const TargetMachine &getTargetMachine() const { return *TheTargetMachine; } in getTargetMachine() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h55 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h65 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h75 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h54 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h98 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h114 TargetMachine &getTargetMachine() { return *TM; } in getTargetMachine() function
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp102 const TargetMachine &getTargetMachine() const { return *TM; } in getTargetMachine() function in llvm::orc::SimpleJIT
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h292 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h294 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h293 TargetMachine *getTargetMachine() override { return TM.get(); } in getTargetMachine() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h444 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h423 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h435 virtual TargetMachine *getTargetMachine() { return nullptr; } in getTargetMachine() function
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h188 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h199 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h212 const PPCTargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp141 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon109f26440111::SystemZDAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon608dc9a60111::SystemZDAGToDAGISel
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp142 const SystemZTargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon750819320111::SystemZDAGToDAGISel
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp379 const X86TargetMachine &getTargetMachine() const { in getTargetMachine() function in __anon1162f3120311::X86DAGToDAGISel
DX86FastISel.cpp139 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon392708c50111::X86FastISel
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp142 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anon6361a6b30111::X86FastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp143 const X86TargetMachine *getTargetMachine() const { in getTargetMachine() function in __anonab3409270111::X86FastISel
/external/llvm/include/llvm/Target/
DTargetLowering.h169 const TargetMachine &getTargetMachine() const { return TM; } in getTargetMachine() function

12