Searched refs:nr_array_temps (Results 1 – 1 of 1) sorted by relevance
194 unsigned nr_array_temps; member688 if (ureg->nr_array_temps < UREG_MAX_ARRAY_TEMPS) { in ureg_DECL_array_temporary()689 ureg->array_temps[ureg->nr_array_temps++] = i; in ureg_DECL_array_temporary()690 dst.ArrayID = ureg->nr_array_temps; in ureg_DECL_array_temporary()2033 if (array < ureg->nr_array_temps && ureg->array_temps[array] == first) in emit_decls()