Lines Matching defs:vreg
168 _mesa_hash_table_search(reg_ht, &instr->operands[u].vreg.number);
176 range->class = instr->operands[u].vreg.is_vector
181 &instr->operands[u].vreg.number,
184 max_vreg = MAX2(max_vreg, instr->operands[u].vreg.number);
191 assert(range->class == (instr->operands[u].vreg.is_vector
209 const uint32_t *vreg = entry->key;
213 ra_set_node_class(g, *vreg, class);
214 /* TODO: ra_set_node_spill_cost(g, *vreg, cost); */
250 instr->operands[0].vreg.number,
251 instr->operands[u].vreg.number);
263 uint32_t vreg = *(uint32_t *)entry->key;
264 unsigned phy_reg = ra_get_node_reg(g, vreg);
279 assert(operand->vreg.number == vreg);
282 if (operand->vreg.is_vector &&
283 operand->vreg.component != ROGUE_COMPONENT_ALL)
284 num += operand->vreg.component;