Home
last modified time | relevance | path

Searched refs:NewEngine (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp898 ExecutionEngine *NewEngine = EngineBuilder(M) in compileModule() local
902 if (!NewEngine) { in compileModule()
908 NewEngine->setObjectCache(&OurObjectCache); in compileModule()
920 FPM->add(new DataLayout(*NewEngine->getDataLayout())); in compileModule()
948 EngineMap[M] = NewEngine; in compileModule()
949 NewEngine->finalizeObject(); in compileModule()
951 return NewEngine; in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp898 ExecutionEngine *NewEngine = EngineBuilder(M) in compileModule() local
902 if (!NewEngine) { in compileModule()
908 NewEngine->setObjectCache(&OurObjectCache); in compileModule()
920 FPM->add(new DataLayout(*NewEngine->getDataLayout())); in compileModule()
948 EngineMap[M] = NewEngine; in compileModule()
949 NewEngine->finalizeObject(); in compileModule()
951 return NewEngine; in compileModule()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp809 ExecutionEngine *NewEngine = EngineBuilder(M) in compileModule() local
813 if (!NewEngine) { in compileModule()
823 FPM->add(new DataLayout(*NewEngine->getDataLayout())); in compileModule()
850 EngineMap[M] = NewEngine; in compileModule()
851 NewEngine->finalizeObject(); in compileModule()
853 return NewEngine; in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp779 ExecutionEngine *NewEngine = EngineBuilder(OpenModule) in getPointerToFunction() local
783 if (!NewEngine) { in getPointerToFunction()
793 FPM->add(new DataLayout(*NewEngine->getDataLayout())); in getPointerToFunction()
820 Engines.push_back(NewEngine); in getPointerToFunction()
821 NewEngine->finalizeObject(); in getPointerToFunction()
822 return NewEngine->getPointerToFunction(F); in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp809 ExecutionEngine *NewEngine = EngineBuilder(M) in compileModule() local
813 if (!NewEngine) { in compileModule()
823 FPM->add(new DataLayout(*NewEngine->getDataLayout())); in compileModule()
850 EngineMap[M] = NewEngine; in compileModule()
851 NewEngine->finalizeObject(); in compileModule()
853 return NewEngine; in compileModule()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp779 ExecutionEngine *NewEngine = EngineBuilder(OpenModule) in getPointerToFunction() local
783 if (!NewEngine) { in getPointerToFunction()
793 FPM->add(new DataLayout(*NewEngine->getDataLayout())); in getPointerToFunction()
820 Engines.push_back(NewEngine); in getPointerToFunction()
821 NewEngine->finalizeObject(); in getPointerToFunction()
822 return NewEngine->getPointerToFunction(F); in getPointerToFunction()