Home
last modified time | relevance | path

Searched refs:mpExec (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp125 mpExec = EB.create(); in JitManager()
129 mpExec->RegisterJITEventListener(vTune); in JitManager()
189 mpExec->addModule(std::move(newModule)); in SetupNewModule()
213 newModule->setDataLayout(*mpExec->getDataLayout()); in SetupModuleFromIR()
215 newModule->setDataLayout(mpExec->getDataLayout()); in SetupModuleFromIR()
226 mpExec->addModule(std::move(newModule)); in SetupModuleFromIR()
269 auto* pTarget = mpExec->getTargetMachine(); in DumpAsm()
DJitManager.h153 llvm::ExecutionEngine* mpExec; member
Dstreamout_jit.cpp330 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
Dblend_jit.cpp823 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
Dfetch_jit.cpp1772 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()