Home
last modified time | relevance | path

Searched refs:PrintDebug (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.cpp250 PrintDebug("Proved independence through different arrays."); in GetDependence()
288 PrintDebug( in GetDependence()
305 PrintDebug( in GetDependence()
318 PrintDebug("Found a ZIV subscript pair"); in GetDependence()
320 PrintDebug("Proved independence with ZIVTest."); in GetDependence()
327 PrintDebug("Found a SIV subscript pair."); in GetDependence()
329 PrintDebug("Proved independence with SIVTest."); in GetDependence()
336 PrintDebug("Found a MIV subscript pair."); in GetDependence()
338 PrintDebug("Proved independence with the GCD test."); in GetDependence()
386 PrintDebug( in GetDependence()
[all …]
Dloop_dependence_helpers.cpp142 PrintDebug( in IsProvablyOutsideOfLoopBounds()
151 PrintDebug( in IsProvablyOutsideOfLoopBounds()
160 PrintDebug( in IsProvablyOutsideOfLoopBounds()
166 PrintDebug( in IsProvablyOutsideOfLoopBounds()
182 PrintDebug( in IsProvablyOutsideOfLoopBounds()
189 PrintDebug( in IsProvablyOutsideOfLoopBounds()
222 PrintDebug("GetLoopForSubscriptPair found loops.size() != 1."); in GetLoopForSubscriptPair()
478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() function in spvtools::opt::LoopDependenceAnalysis
Dloop_dependence.h554 void PrintDebug(std::string debug_msg);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp250 PrintDebug("Proved independence through different arrays."); in GetDependence()
288 PrintDebug( in GetDependence()
305 PrintDebug( in GetDependence()
318 PrintDebug("Found a ZIV subscript pair"); in GetDependence()
320 PrintDebug("Proved independence with ZIVTest."); in GetDependence()
327 PrintDebug("Found a SIV subscript pair."); in GetDependence()
329 PrintDebug("Proved independence with SIVTest."); in GetDependence()
336 PrintDebug("Found a MIV subscript pair."); in GetDependence()
338 PrintDebug("Proved independence with the GCD test."); in GetDependence()
386 PrintDebug( in GetDependence()
[all …]
Dloop_dependence_helpers.cpp142 PrintDebug( in IsProvablyOutsideOfLoopBounds()
151 PrintDebug( in IsProvablyOutsideOfLoopBounds()
160 PrintDebug( in IsProvablyOutsideOfLoopBounds()
166 PrintDebug( in IsProvablyOutsideOfLoopBounds()
182 PrintDebug( in IsProvablyOutsideOfLoopBounds()
189 PrintDebug( in IsProvablyOutsideOfLoopBounds()
222 PrintDebug("GetLoopForSubscriptPair found loops.size() != 1."); in GetLoopForSubscriptPair()
478 void LoopDependenceAnalysis::PrintDebug(std::string debug_msg) { in PrintDebug() function in spvtools::opt::LoopDependenceAnalysis
Dloop_dependence.h554 void PrintDebug(std::string debug_msg);
/external/lua/src/
Dluac.c689 static void PrintDebug(const Proto* f) in PrintDebug() function
722 if (full) PrintDebug(f); in PrintFunction()