Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Suffix

481     // the other lists as a suffix.
483 const RegVec &Suffix = SubRegList.size() > SuperRegList.size() ?
485 CodeGenRegister::Set Omit(Suffix.begin(), Suffix.end());
491 // Any elements not in Suffix.
498 // Finally, Suffix itself.
499 OverlapList.insert(OverlapList.end(), Suffix.begin(), Suffix.end());