Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SubRegIndices

118   std::vector<Record*> SRIs = TheDef->getValueAsListOfDefs("SubRegIndices");
123 "SubRegs and SubRegIndices must have the same size");
543 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices");
547 PrintFatalError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
621 if (Field == "SubRegIndices" ||
935 for (auto &Idx : SubRegIndices)
1014 SubRegIndices.emplace_back(Name, Namespace, SubRegIndices.size() + 1);
1015 return &SubRegIndices.back();
1022 SubRegIndices.emplace_back(Def, SubRegIndices.size() + 1);
1023 Idx = &SubRegIndices.back();
1171 for (auto &Idx : SubRegIndices) {
1192 for (const auto &Idx : SubRegIndices) {
1210 for (auto &Idx2 : SubRegIndices) {
1265 for (const auto &Idx : SubRegIndices) {
1276 for (const auto &SubRegIndex : SubRegIndices) {
1927 for (const auto &SubIdx : SubRegIndices) {
1959 for (auto &SubIdx : SubRegIndices) {