Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_sweep.c70 nir_foreach_dest(instr, sweep_dest_indirect, nir); in sweep_block()
Dnir.c969 nir_foreach_dest(instr, add_reg_def_cb, instr); in add_defs_uses()
1052 nir_foreach_dest(instr, remove_def_cb, instr); in remove_defs_uses()
1131 nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) in nir_foreach_dest() function
1186 return nir_foreach_dest(instr, nir_ssa_def_visitor, &foreach_state); in nir_foreach_ssa_def()
1369 return nir_foreach_dest(instr, visit_dest_indirect, &dest_state); in nir_foreach_src()
Dnir_lower_regs_to_ssa.c258 nir_foreach_dest(instr, rewrite_dest, &state); in nir_lower_regs_to_ssa_impl()
Dnir_instr_set.c427 if (!nir_foreach_dest(instr, dest_is_ssa, NULL) || in instr_can_rewrite()
Dnir_from_ssa.c971 nir_foreach_dest(instr, dest_replace_ssa_with_reg, &state); in nir_lower_ssa_defs_to_regs_block()
Dnir.h2172 bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state);