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.
936 // A Predicate transition is a list of RW sequences guarded by a PredTerm.
1001 static bool hasAliasedVariants(const CodeGenSchedRW &RW,
1003 if (RW.HasVariants)
1006 for (RecIter I = RW.Aliases.begin(), E = RW.Aliases.end(); I != E; ++I) {
1117 " Ensure only one SchedAlias exists per RW.");
1219 // Visit each original RW within the current sequence.
1223 // Push this RW on all partial PredTransitions or distribute variants.
1228 // In the common case, push RW onto the current operand's sequence.
1339 DEBUG(dbgs() << "INFER RW proc("; dumpIdxVec(ProcIndices); dbgs() << ") ");