Home
last modified time | relevance | path

Searched refs:nir_instr_next (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_dce.c102 nir_instr *next = nir_instr_next(instr); in is_live()
H A Dnir.c1035 if (nir_instr_next(cursor.instr) == NULL) { in reduce_cursor()
2084 if (nir_instr_next(cursor.instr)) in cursor_next_instr()
2085 return nir_instr_next(cursor.instr); in cursor_next_instr()
H A Dnir.h980 nir_instr_next(nir_instr *instr) in nir_instr_next() function
3161 nir_instr *next = nir_instr_next(&phi->instr); in nir_next_phi()
6972 start = nir_instr_next(&prev->instr); in nir_next_decl_reg()
6978 for (nir_instr *instr = start; instr; instr = nir_instr_next(instr)) { in nir_next_decl_reg()
H A Dnir_control_flow.c390 before = split_block_before_instr(nir_instr_next(cursor.instr)); in split_block_cursor()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c852 *next = instr ? nir_instr_next(instr) : NULL; in lower_mixed_streams()
853 instr != NULL; instr = next, next = next ? nir_instr_next(next) : NULL) { in lower_mixed_streams()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir.c1374 inst = next_inst ? next_inst : nir_instr_next(inst); in v3d_nir_sort_constant_ubo_load()
1441 tmp = nir_instr_next(tmp); in v3d_nir_sort_constant_ubo_load()
1523 next_inst = nir_instr_next(inst); in v3d_nir_sort_constant_ubo_load()