Home | History | Annotate | Download | only in TableGen

Lines Matching refs:DefPrototypes

218   int newDefStart = CurMC->DefPrototypes.size();
221 for (MultiClass::RecordVector::const_iterator i = SMC->DefPrototypes.begin(),
222 iend = SMC->DefPrototypes.end();
233 CurMC->DefPrototypes.push_back(NewDef);
264 CurMC->DefPrototypes.begin() + newDefStart,
265 jend = CurMC->DefPrototypes.end();
1947 for (unsigned i = 0, e = CurMultiClass->DefPrototypes.size(); i != e; ++i)
1948 if (CurMultiClass->DefPrototypes[i]->getNameInit()
1954 CurMultiClass->DefPrototypes.push_back(CurRec);
2368 for (unsigned i = 0, e = CurMultiClass->DefPrototypes.size();
2370 if (CurMultiClass->DefPrototypes[i]->getNameInit()
2374 CurMultiClass->DefPrototypes.push_back(CurRec);
2436 for (unsigned i = 0, e = MC->DefPrototypes.size(); i != e; ++i) {
2437 Record *DefProto = MC->DefPrototypes[i];