Home | History | Annotate | Download | only in nir

Lines Matching refs:tail

401    nir_deref *tail = &deref_var->deref;
407 nir_deref_array *deref_array = nir_deref_array_create(tail);
417 nir_deref_struct *deref_struct = nir_deref_struct_create(tail, index);
427 tail->child = deref;
428 tail = deref;
889 /* Don't actually create a new block. Just use the one from the tail of
890 * the list. NIR guarantees that the tail of the list is a block and that