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.cpp101 mpExec = EngineBuilder(std::move(newModule)) in JitManager()
110 mpExec->setObjectCache(&mCache); in JitManager()
115 mpExec->RegisterJITEventListener(vTune); in JitManager()
191 mpExec->addModule(std::move(newModule)); in SetupNewModule()
361 auto* pTarget = mpExec->getTargetMachine(); in DumpAsm()
DJitManager.h135 llvm::ExecutionEngine* mpExec; member
Dstreamout_jit.cpp331 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitStreamoutFunc()
Dblend_jit.cpp826 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitBlendFunc()
Dfetch_jit.cpp2910 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); in JitFetchFunc()