Searched refs:src_head (Results 1 – 3 of 3) sorted by relevance
71 const nir_deref_instr *src_head);295 const nir_deref_instr *src_head) in clone_deref_array() argument297 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()302 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()307 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()
162 const nir_deref_instr *src_head) in clone_deref_array() argument164 const nir_deref_instr *parent = nir_deref_instr_parent(src_head); in clone_deref_array()169 assert(src_head->deref_type == nir_deref_type_array); in clone_deref_array()174 nir_ssa_for_src(b, src_head->arr.index, 1)); in clone_deref_array()