Searched refs:nir_if_last_then_block (Results 1 – 20 of 20) sorted by relevance
122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F()137 ASSERT_TRUE(nir_block_ends_in_jump(nir_if_last_then_block(nif))); in TEST_F()
788 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_loop_last_continue()907 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification()961 nir_block *last_then = nir_if_last_then_block(nif); in opt_if_loop_terminator()1210 nir_block *last = invert ? nir_if_last_else_block(nif) : nir_if_last_then_block(nif); in rewrite_comp_uses_within_if()1313 nir_block *dest_blk = dest_if_then ? nir_if_last_then_block(dest_if) in simple_merge_if()1362 if (nir_block_ends_in_jump(nir_if_last_then_block(nif)) || in opt_if_merge()1369 nir_block *new_then_block = nir_if_last_then_block(nif); in opt_if_merge()1372 nir_block *old_then_block = nir_if_last_then_block(next_if); in opt_if_merge()
46 nir_if_last_then_block(prev_if), loop); in lower_trivial_continues_block()
299 nir_block *last = nir_if_last_then_block(parent_if); in nir_opt_collapse_if()409 if (nir_if_last_then_block(if_stmt) != then_block || in nir_opt_peephole_select_block()
56 if (nir_if_last_then_block(if_stmt) != then_block) in nir_opt_conditional_discard_block()
230 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()
90 nir_block *last_block = condition ? nir_if_last_then_block(if_stmt) in opt_constant_if()
159 nir_block *last_then = nir_if_last_then_block(nir_cf_node_as_if(cf)); in is_atomic_already_optimized()
110 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in link_non_block_to_block()
845 nir_if_last_then_block(_if)); in flatten_resume_if_ladder()
1822 if (block == nir_if_last_then_block(if_stmt)) in nir_block_cf_tree_next()1861 return nir_if_last_then_block(if_stmt); in nir_block_cf_tree_prev()
532 nir_block *last_then = nir_if_last_then_block(nif); in find_loop_terminators()
211 nir_phi_instr_add_src(phi, nir_if_last_then_block(nif), nir_src_for_ssa(then_def)); in nir_if_phi()
3290 nir_if_last_then_block(nir_if *if_stmt) in nir_if_last_then_block() function
119 nir_block* then_block = nir_if_last_then_block(nif); in sanitize_if()
685 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in ppir_emit_if()
4300 assert(nir_if_last_then_block(if_stmt)->successors[0]); in emit_if()4301 assert(!nir_if_last_then_block(if_stmt)->successors[1]); in emit_if()4302 int then_succ = nir_if_last_then_block(if_stmt)->successors[0]->index; in emit_if()4319 (!nir_block_ends_in_jump(nir_if_last_then_block(if_stmt)) && in emit_if()
654 if (!nir_block_ends_in_jump(nir_if_last_then_block(nif)) && in emit_if()
1442 nir_block *lastThen = nir_if_last_then_block(nif); in visit()
3052 struct ir3_block *last_then = get_block(ctx, nir_if_last_then_block(nif)); in emit_if()