Lines Matching defs:vcc
54 bool vcc : 1;
1405 PhysRegInterval vcc_win = {vcc, 2};
1633 if (ctx.assignments[temp.id()].vcc) {
1634 if (get_reg_specified(ctx, reg_file, temp.regClass(), instr, vcc))
1635 return vcc;
1942 (reg != vcc || (instr->definitions.empty() && idx == 2) ||
1943 gfx_level >= GFX10); /* sdata can be vcc */
2397 ctx.assignments[instr->definitions[0].tempId()].vcc = true;
2401 ctx.assignments[instr->operands[2].tempId()].vcc = true;
2403 ctx.assignments[instr->definitions[1].tempId()].vcc = true;
2411 ctx.assignments[instr->operands[0].tempId()].vcc = true;
3011 ((instr->format == Format::VOPC && !(instr->definitions[0].physReg() == vcc)) ||
3013 !(instr->operands[2].physReg() == vcc)) ||
3020 !(instr->definitions[1].physReg() == vcc)) ||
3024 !(instr->operands[2].physReg() == vcc)));