/external/llvm/unittests/ExecutionEngine/Orc/ |
D | LazyEmittingLayerTest.cpp | 17 ModuleSetHandleT addModuleSet( in addModuleSet() function 29 L.addModuleSet(std::list<std::unique_ptr<llvm::Module>>(), nullptr, nullptr); in TEST()
|
D | OrcTestCommon.h | 118 ModuleSetHandleT addModuleSet(ModuleSetT Ms, MemoryManagerPtrT MemMgr, in addModuleSet() function
|
D | ObjectTransformLayerTest.cpp | 327 CompileLayer.addModuleSet(std::vector<llvm::Module *>(), &Manager, &Resolver); in TEST()
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT2.rst | 49 is added via addModuleSet: 104 return OptimizeLayer.addModuleSet(std::move(Ms), 124 inside our resolver, and the call through to addModuleSet. 177 ModuleSetHandleT addModuleSet(ModuleSetT Ms, 184 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), 218 with addModuleSet through the transform functor, and (2) conforming to the ORC 234 | addModuleSet | addModuleSet doesn't have to compile (or do any other | 239 | | addModuleSet eagerly applies the transform functor to | 248 | | previously been added via addModuleSet (and not yet | 279 (like IRTransformLayer) can implement addModuleSet by running each module in the [all …]
|
D | BuildingAJIT1.rst | 209 return CompileLayer.addModuleSet(std::move(Ms), 269 JIT. We do this by calling the CompileLayer's addModuleSet method [4]_. Since 270 we only have a single Module and addModuleSet expects a collection, we will 273 CompileLayer's handle type, we can return the handle from addModuleSet
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | GlobalMappingLayer.h | 44 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function 47 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in addModuleSet()
|
D | IRTransformLayer.h | 45 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function 52 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in addModuleSet()
|
D | LazyEmittingLayer.h | 152 return BaseLayer.addModuleSet(std::move(Ms), std::move(MemMgr), in emitToBaseLayer() 229 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
|
D | IRCompileLayer.h | 59 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function
|
D | CompileOnDemandLayer.h | 184 ModuleSetHandleT addModuleSet(ModuleSetT Ms, in addModuleSet() function 202 return B.addModuleSet(std::move(Ms), &MemMgrRef, std::move(R)); in addModuleSet()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 81 return CompileLayer.addModuleSet(std::move(Ms), in addModule()
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 67 auto H = CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 91 return OptimizeLayer.addModuleSet(std::move(Ms), in addModule()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 101 return CODLayer.addModuleSet(std::move(Ms), in addModule()
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.h | 104 auto H = CODLayer.addModuleSet(std::move(S), in addModule()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 127 return OptimizeLayer.addModuleSet(std::move(Ms), in addModule()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 155 return OptimizeLayer.addModuleSet(std::move(Ms), in addModule()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 189 auto LH = Layer.addModuleSet(std::move(S), std::move(MemMgr), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
D | OrcMCJITReplacement.h | 171 LazyEmitLayer.addModuleSet(std::move(Ms), &MemMgr, &Resolver); in addModule()
|