Searched refs:nr_array_temps (Results 1 – 1 of 1) sorted by relevance
195 unsigned nr_array_temps; member693 if (ureg->nr_array_temps < UREG_MAX_ARRAY_TEMPS) { in ureg_DECL_array_temporary()694 ureg->array_temps[ureg->nr_array_temps++] = i; in ureg_DECL_array_temporary()695 dst.ArrayID = ureg->nr_array_temps; in ureg_DECL_array_temporary()2017 if (array < ureg->nr_array_temps && ureg->array_temps[array] == first) in emit_decls()