Home
last modified time | relevance | path

Searched refs:LLVMReactorJIT (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMRoutine.hpp55 class LLVMReactorJIT;
60 LLVMRoutine(void *ent, void (*callback)(LLVMReactorJIT *, uint64_t),
61 LLVMReactorJIT *jit, uint64_t key)
75 void (*dtor)(LLVMReactorJIT *, uint64_t);
76 LLVMReactorJIT *reactorJIT;
DLLVMReactor.cpp107 class LLVMReactorJIT;
112 rr::LLVMReactorJIT *reactorJIT = nullptr;
442 class LLVMReactorJIT class
451 LLVMReactorJIT(const std::string &arch_, in LLVMReactorJIT() function in rr::LLVMReactorJIT
550 class LLVMReactorJIT
566 LLVMReactorJIT(const char *arch, const llvm::SmallVectorImpl<std::string>& mattrs,
683 static void releaseRoutineCallback(LLVMReactorJIT *jit, uint64_t moduleKey)
870 ::reactorJIT = new LLVMReactorJIT(arch, mattrs); in Nucleus()
872 ::reactorJIT = new LLVMReactorJIT(arch, mattrs, targetOpts); in Nucleus()