Home | History | Annotate | Download | only in TableGen

Lines Matching defs:RW

198       // Visit each RW in the sequence selected by the current variant.
306 CodeGenSchedRW &RW = getSchedRW(MatchDef);
307 if (RW.IsAlias)
309 RW.Aliases.push_back(*AI);
442 " Ensure only one SchedAlias exists per RW.");
474 // Index zero reserved for invalid RW.
916 // A Predicate transition is a list of RW sequences guarded by a PredTerm.
981 static bool hasAliasedVariants(const CodeGenSchedRW &RW,
983 if (RW.HasVariants)
986 for (RecIter I = RW.Aliases.begin(), E = RW.Aliases.end(); I != E; ++I) {
1091 " Ensure only one SchedAlias exists per RW.");
1187 // Visit each original RW within the current sequence.
1191 // Push this RW on all partial PredTransitions or distribute variants.
1196 // In the common case, push RW onto the current operand's sequence.
1311 DEBUG(dbgs() << "INFER RW: ");