Searched refs:ret_tail (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c586 nir_deref_instr *ret_tail = deref->path[0]; local in function:specialize_wildcards
600 ret_tail = nir_build_deref_follower(b, ret_tail, *spec_p);
605 ret_tail = nir_build_deref_follower(b, ret_tail, *deref_p);
609 return ret_tail;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c646 nir_deref_instr *ret_tail = deref->path[0]; local in function:specialize_wildcards
660 ret_tail = nir_build_deref_follower(b, ret_tail, *spec_p);
665 ret_tail = nir_build_deref_follower(b, ret_tail, *deref_p);
669 return ret_tail;

Completed in 5 milliseconds