Searched refs:nir_foreach_instr_reverse (Results 1 – 5 of 5) sorted by relevance
69 nir_foreach_instr_reverse(instr, block) { in nir_gs_count_vertices()
136 nir_foreach_instr_reverse(instr, block) { in move_comparisons()
158 nir_foreach_instr_reverse(instr, block) in propagate_invariant_impl()
204 nir_foreach_instr_reverse(instr, block) { in nir_live_ssa_defs_impl()
1524 #define nir_foreach_instr_reverse(instr, block) \ macro