Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SubIdx

735       unsigned SubIdx = MO->getSubReg();
738 if (SubIdx) {
752 if (SubIdx) {
754 TRI->getSubClassWithSubReg(RC, SubIdx);
758 << " does not support subreg index " << SubIdx << "\n";
764 << " does not fully support subreg index " << SubIdx << "\n";
769 if (SubIdx) {
776 DRC = TRI->getMatchingSuperRegClass(SuperRC, DRC, SubIdx);