Home | History | Annotate | Download | only in TableGen

Lines Matching full:subregs

51     return SubRegs;
54 std::vector<Record*> SubList = TheDef->getValueAsListOfDefs("SubRegs");
58 " SubRegIndices doesn't match SubRegs");
60 // First insert the direct subregs and make sure they are fully indexed.
63 if (!SubRegs.insert(std::make_pair(Indices[i], SR)).second)
68 // Keep track of inherited subregs and how they can be reached.
71 // Clone inherited subregs and place duplicate entries on Orphans.
72 // Here the order is important - earlier subregs take precedence.
84 if (!SubRegs.insert(*SI).second)
123 SubRegs[BaseIdxInit->getDef()] = R2;
137 SubRegs[RegBank.getCompositeSubRegIndex(O.First, O.Second, true)] =
140 return SubRegs;
148 CodeGenRegister *SR = SubRegs.find(Indices[i])->second;
166 ListInit *SubRegs = Def->getValueAsListInit("SubRegs");
167 if (Dim != SubRegs->getSize())
168 throw TGError(Def->getLoc(), "SubRegIndices and SubRegs size mismatch");
176 ST.evaluate(SubRegs->getElement(i), Lists[i]);
218 if (RV.getName() == "SubRegs")
510 // A' in { A, subregs(A) } and B' in { B, subregs(B) } such that:
513 // Here subregs(A) is the full flattened sub-register set returned by