Searched refs:nir_foreach_dest (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_sweep.c | 70 nir_foreach_dest(instr, sweep_dest_indirect, nir); in sweep_block()
|
D | nir.c | 969 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()
|
D | nir_lower_regs_to_ssa.c | 258 nir_foreach_dest(instr, rewrite_dest, &state); in nir_lower_regs_to_ssa_impl()
|
D | nir_instr_set.c | 427 if (!nir_foreach_dest(instr, dest_is_ssa, NULL) || in instr_can_rewrite()
|
D | nir_from_ssa.c | 971 nir_foreach_dest(instr, dest_replace_ssa_with_reg, &state); in nir_lower_ssa_defs_to_regs_block()
|
D | nir.h | 2172 bool nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state);
|