Home
last modified time | relevance | path

Searched defs:ES (Results 1 – 25 of 186) sorted by relevance

12345678

/external/llvm-project/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h36 std::unique_ptr<ExecutionSession> ES; variable
48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h36 std::unique_ptr<ExecutionSession> ES; variable
48 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
73 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h41 std::unique_ptr<ExecutionSession> ES; variable
54 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
80 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h79 ExecutionSession &ES; variable
91 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
DLayer.h68 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer()
113 ExecutionSession &ES; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h103 ExecutionSession &ES; variable
113 LocalLazyCallThroughManager(ExecutionSession &ES, in LocalLazyCallThroughManager()
135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { in Create()
DLegacy.h143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn()
178 LegacyLookupFnResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in LegacyLookupFnResolver()
206 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, in createLegacyLookupResolver()
DLayer.h66 IRLayer(ExecutionSession &ES, in IRLayer()
106 ExecutionSession &ES; variable
DIndirectionUtils.h201 ExecutionSession &ES, in JITCompileCallbackManager()
214 ExecutionSession &ES; variable
227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { in Create()
240 LocalJITCompileCallbackManager(ExecutionSession &ES, in LocalJITCompileCallbackManager()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h43 std::unique_ptr<ExecutionSession> ES; variable
63 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
95 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local
79 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer()
98 auto &ES = getExecutionSession(); in emit() local
168 auto &ES = getExecutionSession(); in onObjLoad() local
263 ExecutionSession &ES, ResourcesGetter GetResources, in LegacyRTDyldObjectLinkingLayer()
DLayer.cpp26 IRMaterializationUnit::IRMaterializationUnit(ExecutionSession &ES, in IRMaterializationUnit()
125 auto &ES = R.getTargetJITDylib().getExecutionSession(); in materialize() local
137 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
187 Expected<SymbolFlagsMap> getObjectSymbolFlags(ExecutionSession &ES, in getObjectSymbolFlags()
DObjectLinkingLayer.cpp57 auto &ES = Layer.getExecutionSession(); in lookup() local
95 auto &ES = Layer.getExecutionSession(); in notifyResolved() local
183 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols() local
200 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local
208 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() local
242 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in computeAnonDeps() local
332 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer()
DCompileOnDemandLayer.cpp70 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit()
114 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer()
131 auto &ES = getExecutionSession(); in emit() local
251 auto &ES = getExecutionSession(); in emitPartition() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMangling.cpp21 MangleAndInterner::MangleAndInterner(ExecutionSession &ES, const DataLayout &DL) in MangleAndInterner()
33 void IRSymbolMapper::add(ExecutionSession &ES, const ManglingOptions &MO, in add()
86 getObjectSymbolInfo(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectSymbolInfo()
DObjectLinkingLayer.cpp60 auto &ES = Layer.getExecutionSession(); in lookup() local
103 auto &ES = Layer.getExecutionSession(); in notifyResolved() local
240 auto &ES = Layer.getExecutionSession(); in externalizeWeakAndCommonSymbols() local
257 auto &ES = Layer.getExecutionSession(); in markResponsibilitySymbolsLive() local
265 auto &ES = MR->getTargetJITDylib().getExecutionSession(); in computeNamedSymbolDependencies() local
393 auto &ES = Layer.getExecutionSession(); in computeLocalDeps() local
445 ObjectLinkingLayer::ObjectLinkingLayer(ExecutionSession &ES, in ObjectLinkingLayer()
452 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer()
538 ExecutionSession &ES, std::unique_ptr<EHFrameRegistrar> Registrar) in EHFrameRegistrationPlugin()
DOrcV2CBindings.cpp167 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
174 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool()
183 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern()
260 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib()
266 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib()
277 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName()
417 [=](ExecutionSession &ES, const Triple &TT) { in LLVMOrcLLJITBuilderSetObjectLinkingLayerCreator()
516 LLVMOrcExecutionSessionRef ES) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManager()
DLayer.cpp34 ExecutionSession &ES, const IRSymbolMapper::ManglingOptions &MO, in IRMaterializationUnit()
146 auto &ES = R->getTargetJITDylib().getExecutionSession(); in materialize() local
158 ObjectLayer::ObjectLayer(ExecutionSession &ES) : ES(ES) {} in ObjectLayer()
DCompileOnDemandLayer.cpp74 PartitioningIRMaterializationUnit(ExecutionSession &ES, in PartitioningIRMaterializationUnit()
117 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer()
134 auto &ES = getExecutionSession(); in emit() local
267 auto &ES = getExecutionSession(); in emitPartition() local
DRTDyldObjectLinkingLayer.cpp22 auto &ES = MR.getTargetJITDylib().getExecutionSession(); in lookup() local
79 ExecutionSession &ES, GetMemoryManagerFunction GetMemoryManager) in RTDyldObjectLinkingLayer()
93 auto &ES = getExecutionSession(); in emit() local
195 auto &ES = getExecutionSession(); in onObjLoad() local
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp52 auto ES = std::make_unique<ExecutionSession>(); in Create() local
100 std::unique_ptr<ExecutionSession> ES, DataLayout DL, in SpeculativeJIT()
134 std::unique_ptr<ExecutionSession> ES; member in SpeculativeJIT
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h130 std::unique_ptr<ExecutionSession> ES; variable
150 std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT()
180 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); in Create() local
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp152 struct ES struct
155 {
159 {
163 {
167 {
171 {
175 {
179 {
183 {
187 static const size_t MAX_ARRAY_DIMENSIONS;
[all …]
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp94 ExternalSymbolPseudoSourceValue::ExternalSymbolPseudoSourceValue(const char *ES) in ExternalSymbolPseudoSourceValue()
133 PseudoSourceValueManager::getExternalSymbolCallEntry(const char *ES) { in getExternalSymbolCallEntry()
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp49 ExecutionSession ES; in testSetProcessAllSections() local
155 ExecutionSession ES; in TEST() local
225 ExecutionSession ES; in TEST() local

12345678