Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RAI

754   for (RecIter RAI = ProcModel.ReadAdvanceDefs.begin(),
755 RAE = ProcModel.ReadAdvanceDefs.end(); RAI != RAE; ++RAI) {
756 if (!(*RAI)->isSubClassOf("ReadAdvance"))
758 if (AliasDef == (*RAI)->getValueAsDef("ReadType")
759 || SchedRead.TheDef == (*RAI)->getValueAsDef("ReadType")) {
761 PrintFatalError((*RAI)->getLoc(), "Resources are defined for both "
765 ResDef = *RAI;