Lines Matching defs:SubRegIndex
291 PrintFatalError(TheDef->getLoc(), "SubRegIndex " + Idx->getName() +
555 PrintFatalError(TheDef->getLoc(), "No SubRegIndex for " +
1199 for (const Record *SRI : Records.getAllDerivedDefinitions("SubRegIndex"))
1531 // Try composing Idx1 with another SubRegIndex.
1548 PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() +
1677 for (const auto &SubRegIndex : SubRegIndices) {
1678 if (RegClass.getSubClassWithSubReg(&SubRegIndex) == nullptr)
1680 LaneMask |= SubRegIndex.LaneMask;
2179 CodeGenSubRegIndex *SubRegIndex = S.first;
2181 LaneBitmask LaneMask = SubRegIndex->LaneMask;
2291 // Map SubRegIndex to set of registers in RC supporting that SubRegIndex.
2296 // Compute the set of registers supporting each SubRegIndex.
2309 // Find matching classes for all SRSets entries. Iterate in SubRegIndex
2313 // Unsupported SubRegIndex. Skip it.
2316 // In most cases, all RC registers support the SubRegIndex.
2344 // Iterate in SubRegIndex numerical order to visit synthetic indices last.