Searched refs:src_head (Results 1 – 3 of 3) sorted by relevance
71 const nir_deref_instr *src_head);297 const nir_deref_instr *src_head) in clone_deref_array() argument299 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()304 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()309 nir_ssa_for_src(b, src_head->arr.index, 1)); in clone_deref_array()
42 const nir_deref_instr *src_head) in r600_clone_deref_array() argument44 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in r600_clone_deref_array()49 assert(src_head->deref_type == nir_deref_type_array); in r600_clone_deref_array()54 nir_ssa_for_src(b, src_head->arr.index, 1)); in r600_clone_deref_array()
161 const nir_deref_instr *src_head) in clone_deref_array() argument163 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()168 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()173 nir_ssa_for_src(b, src_head->arr.index, 1)); in clone_deref_array()