Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c97 copy_prop_src(nir_src *src, nir_instr *parent_instr, nir_if *parent_if, in copy_prop_src() function
196 while (copy_prop_src(&deref->parent, instr, NULL, comps)) in copy_prop_instr()
202 while (copy_prop_src(&deref->arr.index, instr, NULL, 1)) in copy_prop_instr()
213 while (copy_prop_src(&tex->src[i].src, instr, NULL, num_components)) in copy_prop_instr()
226 while (copy_prop_src(&intrin->src[i], instr, NULL, num_components)) in copy_prop_instr()
236 while (copy_prop_src(&jump->condition, instr, NULL, 1)) in copy_prop_instr()
248 while (copy_prop_src(&src->src, instr, NULL, num_components)) in copy_prop_instr()
263 return copy_prop_src(&if_stmt->condition, NULL, if_stmt, 1); in copy_prop_if()