HomeSort by relevance Sort by last modified time
    Searched refs:b_tail (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_copy_prop_vars.c 143 nir_deref *b_tail = &b->deref; local
144 while (a_tail->child && b_tail->child) {
146 b_tail = b_tail->child;
148 assert(a_tail->deref_type == b_tail->deref_type);
152 nir_deref_array *b_arr = nir_deref_as_array(b_tail);
194 nir_deref_struct *b_struct = nir_deref_as_struct(b_tail);
210 if (b_tail->child)
  /prebuilts/go/darwin-x86/src/runtime/
memmove_mipsx.s 193 BEQ R5, R6, b_tail
200 b_tail: label
  /prebuilts/go/linux-x86/src/runtime/
memmove_mipsx.s 193 BEQ R5, R6, b_tail
200 b_tail: label

Completed in 74 milliseconds