Home
last modified time | relevance | path

Searched refs:continue_from_then (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_loop_unroll.c82 if (term->continue_from_then) { in get_first_blocks_in_terminator()
223 get_complex_unroll_insert_location(nir_cf_node *node, bool continue_from_then) in get_complex_unroll_insert_location() argument
229 if (continue_from_then) { in get_complex_unroll_insert_location()
266 unlimit_term->continue_from_then); in complex_unroll_loop_body()
274 unlimit_term->continue_from_then); in complex_unroll_loop_body()
298 * unknown. If continue_from_then is true, the loop is repeated only when the
315 * And the iteration count is 3, and unlimit_term->continue_from_then is true,
430 unlimit_term->continue_from_then); in complex_unroll()
438 unlimit_term->continue_from_then); in complex_unroll()
506 terminator->continue_from_then); in complex_unroll_single_terminator()
[all...]
H A Dnir_loop_analyze.c531 bool continue_from_then = true; in find_loop_terminators() local
538 continue_from_then = false; in find_loop_terminators()
571 terminator->continue_from_then = continue_from_then; in find_loop_terminators()
1175 terminator->continue_from_then, in find_trip_count()
H A Dnir_opt_if.c1151 bool continue_from_then = true; in opt_if_loop_terminator() local
1159 continue_from_then = false; in opt_if_loop_terminator()
1172 nir_block *first_continue_from_blk = continue_from_then ? in opt_if_loop_terminator()
H A Dnir.h2837 bool continue_from_then;

Completed in 15 milliseconds