Home
last modified time | relevance | path

Searched refs:nir_block_first_instr (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_returns.c140 assert(nir_block_first_instr(succ_block) == NULL || in lower_returns_in_if()
141 nir_block_first_instr(succ_block)->type != nir_instr_type_phi); in lower_returns_in_if()
H A Dnir_from_ssa.c304 nir_instr *instr = nir_block_first_instr(block->successors[0]); in add_parallel_copy_to_end_of_block()
310 nir_instr *instr = nir_block_first_instr(block->successors[1]); in add_parallel_copy_to_end_of_block()
1014 nir_instr *first_instr = nir_block_first_instr(block); in resolve_parallel_copies_block()
H A Dnir_opt_conditional_discard.c77 nir_instr *instr = nir_block_first_instr(then_block); in nir_opt_conditional_discard_block()
H A Dnir_opt_dead_cf.c182 nir_block_first_instr(after)->type == nir_instr_type_phi) in node_is_dead()
H A Dnir_liveness.c220 if (cursor.instr == nir_block_first_instr(cursor.instr->block)) in nir_get_live_defs()
H A Dnir_opt_loop.c604 nir_instr *instr_after_loop = nir_block_first_instr(blk_after_lp); in opt_loop_merge_terminators()
H A Dnir.h3087 nir_block_first_instr(nir_block *block) in nir_block_first_instr() function
6974 start = nir_block_first_instr(nir_start_block(impl)); in nir_next_decl_reg()
H A Dnir_validate.c1306 validate_assert(state, instr == nir_block_first_instr(block) || in validate_block()
H A Dnir.c2066 nir_instr *instr = nir_block_first_instr(block); in cursor_next_instr()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c851 (block == anchor->block) ? anchor : nir_block_first_instr(block), in lower_mixed_streams()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp1745 nir_cursor cursor = nir_before_instr(nir_block_first_instr(top)); in brw_nir_move_interpolation_to_top()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c4170 struct nir_instr *inst = nir_block_first_instr(nir_then_block); in ntq_emit_uniform_if()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.cpp6395 nir_cursor cursor = nir_before_instr(nir_block_first_instr(top)); in elk_nir_move_interpolation_to_top()