Lines Matching refs:value
178 /* allocate a n element value array (to be populated by caller) and
184 struct ir3_instruction **value =
186 _mesa_hash_table_insert(ctx->def_ht, dst, value);
187 return value;
193 struct ir3_instruction **value;
196 value = ir3_get_dst_ssa(ctx, &dst->ssa, n);
198 value = ralloc_array(ctx, struct ir3_instruction *, n);
205 ctx->last_dst = value;
208 return value;
224 struct ir3_instruction **value =
234 value[i] = ir3_create_array_load(ctx, arr, n, addr);
237 return value;
246 /* add extra mov if dst value is shared reg.. in some cases not all