Home
last modified time | relevance | path

Searched refs:JitManager (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h91 struct JitManager; // Forward Decl
100 JitManager* pJitMgr, in Init()
121 JitManager* mpJitMgr = nullptr;
128 struct JitManager struct
130 JitManager(uint32_t w, const char* arch, const char* core);
131 ~JitManager(){}; in ~JitManager() argument
DJitManager.cpp62 JitManager::JitManager(uint32_t simdWidth, const char *arch, const char* core) in JitManager() function in JitManager
178 void JitManager::SetupNewModule() in SetupNewModule()
196 DIType* JitManager::CreateDebugStructType(StructType* pType, const std::string& name, DIFile* pFile… in CreateDebugStructType()
230 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType()
244 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType()
273 DIType* JitManager::GetDebugFunctionType(Type* pTy) in GetDebugFunctionType()
291 DIType* JitManager::GetDebugIntegerType(Type* pTy) in GetDebugIntegerType()
315 DIType* JitManager::GetDebugVectorType(Type* pTy) in GetDebugVectorType()
333 void JitManager::DumpAsm(Function* pFunction, const char* fileName) in DumpAsm()
370 std::string JitManager::GetOutputDir() in GetOutputDir()
[all …]
Dbuilder.h40 Builder(JitManager *pJitMgr);
42 JitManager *JM() { return mpJitMgr; } in JM()
44 JitManager *mpJitMgr;
Dstreamout_jit.cpp44 StreamOutJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in StreamOutJit()
297 JitManager::DumpToFile(soFunc, "SoFunc"); in Create()
315 JitManager::DumpToFile(soFunc, "SoFunc_optimized"); in Create()
329 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitStreamoutFunc()
344 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitCompileStreamout()
Dblend_jit.cpp47 BlendJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in BlendJit()
792 JitManager::DumpToFile(blendFunc, ""); in Create()
810 JitManager::DumpToFile(blendFunc, "optimized"); in Create()
824 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitBlendFunc()
839 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitCompileBlend()
Dbuilder.cpp41 Builder::Builder(JitManager *pJitMgr) in Builder()
Dfetch_jit.cpp60 FetchJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in FetchJit()
327 JitManager::DumpToFile(fetch, "src"); in Create()
343 JitManager::DumpToFile(fetch, "se"); in Create()
359 JitManager::DumpToFile(fetch, "opt"); in Create()
2906 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitFetchFunc()
2937 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitCompileFetch()
/external/mesa3d/src/gallium/drivers/swr/
DMakefile.sources149 rasterizer/jitter/JitManager.cpp \
150 rasterizer/jitter/JitManager.h \
Dmeson.build76 'rasterizer/jitter/JitManager.cpp',
77 'rasterizer/jitter/JitManager.h',
Dswr_shader.cpp211 BuilderSWR(JitManager *pJitMgr, const char *pName) in BuilderSWR()
716 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_gs()
967 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_vs()
1409 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_fs()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_llvm.hpp40 INLINE static StructType *Gen_${type['name']}(JitManager* pJitMgr)