Home
last modified time | relevance | path

Searched refs:DumpToFile (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h172 static void DumpToFile(llvm::Function* f, const char* fileName);
173 static void DumpToFile(llvm::Module* M,
Dstreamout_jit.cpp306 JitManager::DumpToFile(soFunc, "SoFunc"); in Create()
327 JitManager::DumpToFile(soFunc, "SoFunc_optimized"); in Create()
DJitManager.cpp471 void JitManager::DumpToFile(Module* M, in DumpToFile() function in JitManager
495 void JitManager::DumpToFile(Function* f, const char* fileName) in DumpToFile() function in JitManager
Dblend_jit.cpp862 JitManager::DumpToFile(blendFunc, ""); in Create()
883 JitManager::DumpToFile(blendFunc, "optimized"); in Create()
Dfetch_jit.cpp276 JitManager::DumpToFile(fetch, "src"); in Create()
292 JitManager::DumpToFile(fetch, "se"); in Create()
311 JitManager::DumpToFile(fetch, "opt"); in Create()
/external/libchrome/base/android/orderfile/
Dorderfile_instrumentation.cc172 NO_INSTRUMENT_FUNCTION bool DumpToFile(const base::FilePath& path, in DumpToFile() function
222 if (!DumpToFile(base::FilePath(path), g_data[phase])) { in StopAndDumpToFile()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2029 JM()->DumpToFile(pFunction, "src"); in CompileTES()
2033 JM()->DumpToFile(pFunction, "optimized"); in CompileTES()
2237 JM()->DumpToFile(pFunction, "src"); in CompileTCS()
2240 JM()->DumpToFile(pFunction, "optimized"); in CompileTCS()
2537 JM()->DumpToFile(pFunction, "vs_function1"); in CompileVS()
2540 JM()->DumpToFile(pFunction, "vs_function2"); in CompileVS()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp469 JitManager::DumpToFile(&F, "lowerx86"); in runOnFunction()