Home
last modified time | relevance | path

Searched refs:reactorJIT (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMRoutine.hpp62 : entry(ent), dtor(callback), reactorJIT(jit), moduleKey(key)
76 LLVMReactorJIT *reactorJIT;
DLLVMRoutine.cpp49 dtor(reactorJIT, moduleKey);
DLLVMReactor.cpp112 rr::LLVMReactorJIT *reactorJIT = nullptr; variable
867 if(!::reactorJIT) in Nucleus()
870 ::reactorJIT = new LLVMReactorJIT(arch, mattrs); in Nucleus()
872 ::reactorJIT = new LLVMReactorJIT(arch, mattrs, targetOpts); in Nucleus()
876 ::reactorJIT->startSession(); in Nucleus()
886 ::reactorJIT->endSession(); in ~Nucleus()
938 LLVMRoutine *routine = ::reactorJIT->acquireRoutine(::function); in acquireRoutine()
945 ::reactorJIT->optimize(::module); in optimize()