Searched refs:mpExec (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp67 mpExec = nullptr;
191 mpExec = EngineBuilder(std::move(pModule))
199 mpExec->setObjectCache(&mCache);
204 mpExec->RegisterJITEventListener(vTune);
207 mvExecEngines.push_back(mpExec);
424 auto* pTarget = mpExec->getTargetMachine();
H A DJitManager.h143 llvm::ExecutionEngine* mpExec; member in struct:JitManager
H A Dstreamout_jit.cpp343 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
H A Dblend_jit.cpp897 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
H A Dfetch_jit.cpp2211 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h145 llvm::ExecutionEngine* mpExec; member in struct:JitManager
H A DJitManager.cpp67 mpExec = nullptr;
191 mpExec = EngineBuilder(std::move(pModule))
199 mpExec->setObjectCache(&mCache);
204 mpExec->RegisterJITEventListener(vTune);
207 mvExecEngines.push_back(mpExec);
443 auto* pTarget = mpExec->getTargetMachine();
H A Dstreamout_jit.cpp344 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
H A Dblend_jit.cpp901 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
H A Dfetch_jit.cpp2297 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));

Completed in 23 milliseconds