Home
last modified time | relevance | path

Searched refs:ExecutionSession (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h26 IRLayer(ExecutionSession &ES);
30 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
40 ExecutionSession &ES;
53 IRMaterializationUnit(ExecutionSession &ES, std::unique_ptr<Module> M);
88 ObjectLayer(ExecutionSession &ES);
92 ExecutionSession &getExecutionSession() { return ES; } in getExecutionSession()
102 ExecutionSession &ES;
DLLJIT.h34 Create(std::unique_ptr<ExecutionSession> ES,
38 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession()
81 LLJIT(std::unique_ptr<ExecutionSession> ES, std::unique_ptr<TargetMachine> TM,
92 std::unique_ptr<ExecutionSession> ES;
110 Create(std::unique_ptr<ExecutionSession> ES,
128 LLLazyJIT(std::unique_ptr<ExecutionSession> ES,
DLegacy.h91 JITSymbolResolverAdapter(ExecutionSession &ES, SymbolResolver &R,
97 ExecutionSession &ES;
137 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn()
175 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in LegacyLookupFnResolver()
195 ExecutionSession &ES;
202 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in createLegacyLookupResolver()
DIndirectionUtils.h58 JITCompileCallbackManager(ExecutionSession &ES, in JITCompileCallbackManager()
93 ExecutionSession &ES;
107 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
303 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES,
DRTDyldObjectLinkingLayer.h55 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager,
304 ExecutionSession &ES, ResourcesGetter GetResources,
403 ExecutionSession &ES;
DCore.h33 class ExecutionSession; variable
546 friend class ExecutionSession; variable
735 class ExecutionSession : public ExecutionSessionBase {
745 ExecutionSession(std::shared_ptr<SymbolStringPool> SSP = nullptr)
DOrcRemoteTargetClient.h453 ExecutionSession &ES, in RemoteCompileCallbackManager()
480 Create(rpc::RawByteChannel &Channel, ExecutionSession &ES) { in Create()
562 OrcRemoteTargetClient(rpc::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient()
661 ExecutionSession &ES;
DObjectTransformLayer.h32 ObjectTransformLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer,
DIRTransformLayer.h32 IRTransformLayer2(ExecutionSession &ES, IRLayer &BaseLayer,
DIRCompileLayer.h39 IRCompileLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp19 LLJIT::Create(std::unique_ptr<ExecutionSession> ES, in Create()
46 LLJIT::LLJIT(std::unique_ptr<ExecutionSession> ES, in LLJIT()
87 LLLazyJIT::Create(std::unique_ptr<ExecutionSession> ES, in Create()
124 std::unique_ptr<ExecutionSession> ES, std::unique_ptr<TargetMachine> TM, in LLLazyJIT()
DLayer.cpp17 IRLayer::IRLayer(ExecutionSession &ES) : ES(ES) {} in IRLayer()
25 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, in IRMaterializationUnit()
66 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
DObjectTransformLayer.cpp16 ObjectTransformLayer2::ObjectTransformLayer2(ExecutionSession &ES, in ObjectTransformLayer2()
DIRTransformLayer.cpp16 IRTransformLayer2::IRTransformLayer2(ExecutionSession &ES, in IRTransformLayer2()
DIRCompileLayer.cpp15 IRCompileLayer2::IRCompileLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer2()
DLegacy.cpp18 ExecutionSession &ES, SymbolResolver &R, MaterializationResponsibility *MR) in JITSymbolResolverAdapter()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp70 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST()
126 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST_F()
209 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST_F()
270 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST_F()
DCompileOnDemandLayerTest.cpp21 DummyCallbackManager(ExecutionSession &ES) in DummyCallbackManager()
62 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST()
DOrcTestCommon.h51 ExecutionSession ES;
119 orc::ExecutionSession ES;
DLegacyAPIInteropTest.cpp71 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST()
137 ExecutionSession ES; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h81 ExecutionSession &ES;
98 KaleidoscopeJIT(ExecutionSession &ES, MyRemote &Remote) in KaleidoscopeJIT()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h101 llvm::orc::ExecutionSession execution_session_;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h41 ExecutionSession ES;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h46 ExecutionSession ES;
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h129 ExecutionSession ES;

12