Lines Matching defs:vec
1532 PhysRegInterval vec = PhysRegInterval{first, instr->operands.size() - 3u};
1533 if (!bounds.contains(vec)) /* not enough space for other operands */
1554 Instruction* vec = ctx.vectors[temp.id()];
1555 unsigned first_operand = vec->format == Format::MIMG ? 3 : 0;
1557 for (unsigned i = first_operand; i < vec->operands.size(); i++) {
1558 Operand& op = vec->operands[i];
1565 if (vec->format != Format::MIMG || is_mimg_vaddr_intact(ctx, reg_file, vec)) {
1571 for (unsigned i = first_operand; i < vec->operands.size(); i++) {
1572 Operand& op = vec->operands[i];
1581 if (vec->format == Format::MIMG)
2537 for (std::vector<Temp>& vec : phi_ressources) {
2538 for (unsigned i = 1; i < vec.size(); i++)
2539 if (vec[i].id() != vec[0].id())
2540 ctx.assignments[vec[i].id()].affinity = vec[0].id();