/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Layer.h | 26 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;
|
D | LLJIT.h | 34 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,
|
D | Legacy.h | 91 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()
|
D | IndirectionUtils.h | 58 JITCompileCallbackManager(ExecutionSession &ES, in JITCompileCallbackManager() 93 ExecutionSession &ES; 107 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager() 303 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES,
|
D | RTDyldObjectLinkingLayer.h | 55 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager, 304 ExecutionSession &ES, ResourcesGetter GetResources, 403 ExecutionSession &ES;
|
D | Core.h | 33 class ExecutionSession; variable 546 friend class ExecutionSession; variable 735 class ExecutionSession : public ExecutionSessionBase { 745 ExecutionSession(std::shared_ptr<SymbolStringPool> SSP = nullptr)
|
D | OrcRemoteTargetClient.h | 453 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;
|
D | ObjectTransformLayer.h | 32 ObjectTransformLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer,
|
D | IRTransformLayer.h | 32 IRTransformLayer2(ExecutionSession &ES, IRLayer &BaseLayer,
|
D | IRCompileLayer.h | 39 IRCompileLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | LLJIT.cpp | 19 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()
|
D | Layer.cpp | 17 IRLayer::IRLayer(ExecutionSession &ES) : ES(ES) {} in IRLayer() 25 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, in IRMaterializationUnit() 66 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
|
D | ObjectTransformLayer.cpp | 16 ObjectTransformLayer2::ObjectTransformLayer2(ExecutionSession &ES, in ObjectTransformLayer2()
|
D | IRTransformLayer.cpp | 16 IRTransformLayer2::IRTransformLayer2(ExecutionSession &ES, in IRTransformLayer2()
|
D | IRCompileLayer.cpp | 15 IRCompileLayer2::IRCompileLayer2(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer2()
|
D | Legacy.cpp | 18 ExecutionSession &ES, SymbolResolver &R, MaterializationResponsibility *MR) in JITSymbolResolverAdapter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 70 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()
|
D | CompileOnDemandLayerTest.cpp | 21 DummyCallbackManager(ExecutionSession &ES) in DummyCallbackManager() 62 ExecutionSession ES(std::make_shared<SymbolStringPool>()); in TEST()
|
D | OrcTestCommon.h | 51 ExecutionSession ES; 119 orc::ExecutionSession ES;
|
D | LegacyAPIInteropTest.cpp | 71 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/ |
D | KaleidoscopeJIT.h | 81 ExecutionSession &ES; 98 KaleidoscopeJIT(ExecutionSession &ES, MyRemote &Remote) in KaleidoscopeJIT()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.h | 101 llvm::orc::ExecutionSession execution_session_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 41 ExecutionSession ES;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 46 ExecutionSession ES;
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 129 ExecutionSession ES;
|