Searched refs:num_temp_arrays (Results 1 – 2 of 2) sorted by relevance
223 unsigned num_temp_arrays; member5266 emit->num_temp_arrays = MAX2(emit->num_temp_arrays, arrayID + 1); in create_temp_array()5267 assert(emit->num_temp_arrays <= MAX_TEMP_ARRAYS); in create_temp_array()5268 emit->num_temp_arrays = MIN2(emit->num_temp_arrays, MAX_TEMP_ARRAYS); in create_temp_array()5298 emit->num_temp_arrays == 0) { in emit_temporaries_declaration()5438 emit->num_temp_arrays ? emit->num_temp_arrays : 1; in emit_temporaries_declaration()5516 for (i = 1; i < emit->num_temp_arrays; i++) { in emit_temporaries_declaration()
5785 unsigned num_temp_arrays; member5877 assert(array_id && array_id <= t->num_temp_arrays); in dst_register()6618 t->num_temp_arrays = program->next_array; in st_translate_program()6619 if (t->num_temp_arrays) in st_translate_program()6621 calloc(t->num_temp_arrays, sizeof(t->arrays[0])); in st_translate_program()