Searched refs:max_trip_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_loop_unroll.c175 for (unsigned i = 0; i < loop->info->max_trip_count; i++) {
387 num_times_to_clone = loop->info->max_trip_count + 1;
415 num_times_to_clone = loop->info->max_trip_count;
491 unsigned num_times_to_clone = loop->info->max_trip_count + 1;
764 li->max_trip_count ? li->max_trip_count : li->guessed_trip_count;
873 if (loop->info->max_trip_count == 0 && !limiting_term_second) {
H A Dnir_loop_analyze.c913 int max_trip_count = -1; local in function:find_trip_count
1044 if (max_trip_count == -1 || iterations < max_trip_count) {
1045 max_trip_count = iterations;
1051 if (max_trip_count > -1)
1052 state->loop->info->max_trip_count = max_trip_count;
1061 if (array_size == state->loop->info->max_trip_count)
H A Dnir.h2152 * Here loop analysis would have set a max_trip_count of 4 however we dont
2168 unsigned max_trip_count; member in struct:__anon3bab288a2f08
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c1062 int max_trip_count = -1; local in function:find_trip_count
1193 if (max_trip_count == -1 || iterations < max_trip_count) {
1194 max_trip_count = iterations;
1200 if (max_trip_count > -1)
1201 state->loop->info->max_trip_count = max_trip_count;
1210 if ((array_size == state->loop->info->max_trip_count) &&
H A Dnir_opt_loop_unroll.c175 for (unsigned i = 0; i < loop->info->max_trip_count; i++) {
387 num_times_to_clone = loop->info->max_trip_count + 1;
415 num_times_to_clone = loop->info->max_trip_count;
491 unsigned num_times_to_clone = loop->info->max_trip_count + 1;
844 li->max_trip_count ? li->max_trip_count : li->guessed_trip_count;
980 * max_trip_count is non-zero, it is the upper bound on the number of
999 (loop->info->max_trip_count != 1 && has_nested_loop))
1030 if (loop->info->max_trip_count == 0 && !limiting_term_second) {
H A Dnir.h3035 * Here loop analysis would have set a max_trip_count of 4 however we dont
3062 unsigned max_trip_count; member in struct:__anon3ec4419d3308

Completed in 25 milliseconds