HomeSort by relevance Sort by last modified time
    Searched refs:peel_last (Results 1 - 6 of 6) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.h 53 // If peel_last == true, the analysis has found that peeling the last iteration
79 bool peel_last; member in class:spvtools::opt::DistanceEntry
88 peel_last(false),
97 peel_last(false),
106 peel_last(false),
115 peel_last(false),
121 peel_last == rhs.peel_last && distance == rhs.distance &&
loop_dependence.cpp 816 // If source == LastTripValue, peel_last.
833 distance_entry->peel_last = true;
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.h 53 // If peel_last == true, the analysis has found that peeling the last iteration
79 bool peel_last; member in class:spvtools::opt::DistanceEntry
88 peel_last(false),
97 peel_last(false),
106 peel_last(false),
115 peel_last(false),
121 peel_last == rhs.peel_last && distance == rhs.distance &&
loop_dependence.cpp 816 // If source == LastTripValue, peel_last.
833 distance_entry->peel_last = true;
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis.cpp     [all...]

Completed in 66 milliseconds