Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h90 struct JitManager; // Forward Decl
98 void Init(JitManager* pJitMgr, const llvm::StringRef& cpu, llvm::CodeGenOpt::Level level) in Init()
120 JitManager* mpJitMgr = nullptr;
132 struct JitManager struct
134 JitManager(uint32_t w, const char* arch, const char* core);
135 ~JitManager() in ~JitManager() argument
DJitManager.cpp62 JitManager::JitManager(uint32_t simdWidth, const char* arch, const char* core) : in JitManager() function in JitManager
181 void JitManager::CreateExecEngine(std::unique_ptr<Module> pModule) in CreateExecEngine()
212 void JitManager::SetupNewModule() in SetupNewModule()
225 JitManager::CreateDebugStructType(StructType* pType, in CreateDebugStructType()
270 DIType* JitManager::GetDebugArrayType(Type* pTy) in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType()
333 DIType* JitManager::GetDebugFunctionType(Type* pTy) in GetDebugFunctionType()
351 DIType* JitManager::GetDebugIntegerType(Type* pTy) in GetDebugIntegerType()
381 DIType* JitManager::GetDebugVectorType(Type* pTy) in GetDebugVectorType()
410 void JitManager::DumpAsm(Function* pFunction, const char* fileName) in DumpAsm()
[all …]
Dstreamout_jit.cpp45 StreamOutJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr){}; in StreamOutJit()
306 JitManager::DumpToFile(soFunc, "SoFunc"); in Create()
327 JitManager::DumpToFile(soFunc, "SoFunc_optimized"); in Create()
342 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitStreamoutFunc()
362 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitCompileStreamout()
Dbuilder.h66 Builder(JitManager* pJitMgr);
70 JitManager* JM() { return mpJitMgr; } in JM()
72 JitManager* mpJitMgr;
Dblend_jit.cpp48 BlendJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in BlendJit()
862 JitManager::DumpToFile(blendFunc, ""); in Create()
883 JitManager::DumpToFile(blendFunc, "optimized"); in Create()
897 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitBlendFunc()
914 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitCompileBlend()
Dfetch_jit.cpp57 FetchJit(JitManager* pJitMgr) : BuilderGfxMem(pJitMgr) {} in FetchJit()
276 JitManager::DumpToFile(fetch, "src"); in Create()
292 JitManager::DumpToFile(fetch, "se"); in Create()
311 JitManager::DumpToFile(fetch, "opt"); in Create()
2293 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitFetchFunc()
2324 JitManager* pJitMgr = reinterpret_cast<JitManager*>(hJitMgr); in JitCompileFetch()
Dbuilder_gfx_mem.h41 BuilderGfxMem(JitManager* pJitMgr);
Dbuilder.cpp41 Builder::Builder(JitManager* pJitMgr) : mpJitMgr(pJitMgr), mpPrivateContext(nullptr) in Builder()
Dbuilder_gfx_mem.cpp39 BuilderGfxMem::BuilderGfxMem(JitManager* pJitMgr) : Builder(pJitMgr) in BuilderGfxMem()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
Dgen_llvm.hpp42 INLINE static StructType* Gen_${type['name']}(JitManager* pJitMgr)
/external/mesa3d/src/gallium/drivers/swr/
Dmeson.build80 'rasterizer/jitter/JitManager.cpp',
81 'rasterizer/jitter/JitManager.h',
Dswr_shader.cpp326 BuilderSWR(JitManager *pJitMgr, const char *pName) in BuilderSWR()
2259 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_gs()
2271 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_tcs()
2285 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_tes()
2563 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_vs()
3034 reinterpret_cast<JitManager *>(swr_screen(ctx->pipe.screen)->hJitMgr), in swr_compile_fs()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp469 JitManager::DumpToFile(&F, "lowerx86"); in runOnFunction()
476 JitManager* JM() { return B->JM(); } in JM()
/external/mesa3d/docs/relnotes/
D18.0.0.rst300 - rasterizer/jitter/JitManager.cpp:252:91: error: no matching