Lines Matching defs:Cand
500 CodeGenRegister *Cand = const_cast<CodeGenRegister *>(Leads[i]);
502 if (Cand == this || getSubRegIndex(Cand))
504 // Check if each component of Cand is already a sub-register.
505 assert(!Cand->ExplicitSubRegs.empty() &&
507 if (Cand->ExplicitSubRegs.size() == 1)
512 assert(Cand->ExplicitSubRegs[0] == SubReg && "LeadingSuperRegs correct");
514 for (CodeGenRegister *SubReg : Cand->ExplicitSubRegs) {
526 // There is nothing to do if some Cand sub-register is not part of this
531 // Each part of Cand is a sub-register of this. Make the full Cand also
536 Cand};
544 SubReg2Idx.try_emplace(Cand, Concat);