Home
last modified time | relevance | path

Searched refs:allocateVModule (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp101 auto K = ES.allocateVModule(); in TEST()
113 auto K = ES.allocateVModule(); in TEST()
177 auto K1 = ES.allocateVModule(); in TEST_F()
181 auto K2 = ES.allocateVModule(); in TEST_F()
257 auto K = ES.allocateVModule(); in TEST_F()
259 cantFail(ObjLayer.addObject(ES.allocateVModule(), std::move(Obj2))); in TEST_F()
DObjectTransformLayerTest.cpp199 auto K1 = ES.allocateVModule(); in TEST()
206 auto K2 = ES.allocateVModule(); in TEST()
304 cantFail(CompileLayer.addModule(ES.allocateVModule(), in TEST()
309 VModuleKey DummyKey = ES.allocateVModule(); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp37 auto K = ES->allocateVModule(); in addIRModule()
119 auto K = ES->allocateVModule(); in addLazyIRModule()
DOrcMCJITReplacement.h291 auto K = ES.allocateVModule(); in addModule()
301 ES.allocateVModule(), MemoryBuffer::getMemBufferCopy(O->getData()))); in addObjectFile()
308 cantFail(ObjectLayer.addObject(ES.allocateVModule(), std::move(ObjBuffer))); in addObjectFile()
412 ES.allocateVModule(), in scanArchives()
DOrcCBindingsStack.h316 RetKey = ES.allocateVModule(); in addIRModule()
370 RetKey = ES.allocateVModule(); in addObject()
DCompileOnDemandLayer.cpp338 auto K = getExecutionSession().allocateVModule(); in emitExtractedFunctionsModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h77 auto K = ES.allocateVModule(); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h90 auto K = ES.allocateVModule(); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h66 auto K = ES.allocateVModule(); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h97 VModuleKey K = ES.allocateVModule(); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h131 auto K = ES.allocateVModule(); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h144 auto K = ES.allocateVModule(); in addModule()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc180 auto key = execution_session_.allocateVModule(); in AddModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h394 VModuleKey allocateVModule() { return ++LastKey; } in allocateVModule() function
DCompileOnDemandLayer.h663 auto K = ES.allocateVModule(); in emitPartition()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp627 auto moduleKey = session.allocateVModule();