Home
last modified time | relevance | path

Searched refs:nir_if_last_then_block (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_trivial_continues.c46 nir_if_last_then_block(prev_if), loop); in lower_trivial_continues_block()
Dnir_opt_conditional_discard.c53 if (nir_if_last_then_block(if_stmt) != then_block) in nir_opt_conditional_discard_block()
Dnir_opt_peephole_select.c165 if (nir_if_last_then_block(if_stmt) != then_block || in nir_opt_peephole_select_block()
Dnir_opt_dead_cf.c90 nir_block *last_block = condition ? nir_if_last_then_block(if_stmt) in opt_constant_if()
Dnir_lower_indirect_derefs.c81 src0->pred = nir_if_last_then_block(if_stmt); in emit_indirect_load_store()
Dnir_opt_loop_unroll.c226 return nir_after_block(nir_if_last_then_block(if_stmt)); in get_complex_unroll_insert_location()
Dnir_control_flow.c117 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in link_non_block_to_block()
Dnir_loop_analyze.c316 nir_block *last_then = nir_if_last_then_block(nif); in find_loop_terminators()
Dnir.c1648 if (block == nir_if_last_then_block(if_stmt)) in nir_block_cf_tree_next()
1685 return nir_if_last_then_block(if_stmt); in nir_block_cf_tree_prev()
Dnir.h1686 nir_if_last_then_block(nir_if *if_stmt) in nir_if_last_then_block() function
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_if_else.c231 if (nir_if_last_then_block(if_stmt) != then_block || in lower_if_else_block()