Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/tests/
Dopt_if_tests.cpp122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F()
141 ASSERT_TRUE(nir_block_ends_in_jump(nir_if_last_then_block(nif))); in TEST_F()
/external/mesa3d/src/compiler/nir/
Dnir_opt_if.c818 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_loop_last_continue()
937 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification()
991 nir_block *last_then = nir_if_last_then_block(nif); in opt_if_loop_terminator()
1238 nir_block *dest_blk = dest_if_then ? nir_if_last_then_block(dest_if) in simple_merge_if()
1287 if (nir_block_ends_in_jump(nir_if_last_then_block(nif)) || in opt_if_merge()
1294 nir_block *new_then_block = nir_if_last_then_block(nif); in opt_if_merge()
1297 nir_block *old_then_block = nir_if_last_then_block(next_if); in opt_if_merge()
Dnir_opt_trivial_continues.c46 nir_if_last_then_block(prev_if), loop); in lower_trivial_continues_block()
Dnir_opt_conditional_discard.c56 if (nir_if_last_then_block(if_stmt) != then_block) in nir_opt_conditional_discard_block()
Dnir_opt_loop_unroll.c230 return nir_after_block(nir_if_last_then_block(if_stmt)); in get_complex_unroll_insert_location()
559 nir_after_block(nir_if_last_then_block(terminator->nif)) : in wrapper_unroll()
740 nir_instr_insert_after_block(nir_if_last_then_block(nif), &brk->instr); in partial_unroll()
Dnir_opt_peephole_select.c213 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_opt_uniform_atomics.c138 nir_block *last_then = nir_if_last_then_block(nir_cf_node_as_if(cf)); in is_atomic_already_optimized()
Dnir_control_flow.c110 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in link_non_block_to_block()
Dnir_loop_analyze.c424 nir_block *last_then = nir_if_last_then_block(nif); in find_loop_terminators()
Dnir.c1738 if (block == nir_if_last_then_block(if_stmt)) in nir_block_cf_tree_next()
1777 return nir_if_last_then_block(if_stmt); in nir_block_cf_tree_prev()
Dnir_builder.h199 src->pred = nir_if_last_then_block(nif); in nir_if_phi()
Dnir.h3128 nir_if_last_then_block(nir_if *if_stmt) in nir_if_last_then_block() function
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c685 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in ppir_emit_if()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c642 if (!nir_block_ends_in_jump(nir_if_last_then_block(nif)) && in emit_if()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp73 nir_block *then_block = nir_if_last_then_block(nif); in sanitize_if()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp1434 nir_block *lastThen = nir_if_last_then_block(nif); in visit()