Home | History | Annotate | Download | only in TableGen

Lines Matching defs:RW

197       // Visit each RW in the sequence selected by the current variant.
304 CodeGenSchedRW &RW = getSchedRW(MatchDef);
305 if (RW.IsAlias)
307 RW.Aliases.push_back(*AI);
440 " Ensure only one SchedAlias exists per RW.");
472 // Index zero reserved for invalid RW.
929 // A Predicate transition is a list of RW sequences guarded by a PredTerm.
994 static bool hasAliasedVariants(const CodeGenSchedRW &RW,
996 if (RW.HasVariants)
999 for (RecIter I = RW.Aliases.begin(), E = RW.Aliases.end(); I != E; ++I) {
1110 " Ensure only one SchedAlias exists per RW.");
1212 // Visit each original RW within the current sequence.
1216 // Push this RW on all partial PredTransitions or distribute variants.
1221 // In the common case, push RW onto the current operand's sequence.
1332 DEBUG(dbgs() << "INFER RW proc("; dumpIdxVec(ProcIndices); dbgs() << ") ");