Home
last modified time | relevance | path

Searched refs:theJit (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp357 StreamOutJit theJit(pJitMgr); in JitCompileStreamout() local
358 HANDLE hFunc = theJit.Create(soState); in JitCompileStreamout()
Dblend_jit.cpp843 BlendJit theJit(pJitMgr); in JitCompileBlend() local
844 HANDLE hFunc = theJit.Create(state); in JitCompileBlend()
Dfetch_jit.cpp2941 FetchJit theJit(pJitMgr); in JitCompileFetch() local
2942 HANDLE hFunc = theJit.Create(state); in JitCompileFetch()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp34 JITDwarfEmitter::JITDwarfEmitter(JIT& theJit) : MMI(0), Jit(theJit) {} in JITDwarfEmitter() argument