Home | History | Annotate | Download | only in TableGen

Lines Matching defs:RW

194       // Visit each RW in the sequence selected by the current variant.
301 CodeGenSchedRW &RW = getSchedRW(MatchDef);
302 if (RW.IsAlias)
304 RW.Aliases.push_back(*AI);
437 " Ensure only one SchedAlias exists per RW.");
469 // Index zero reserved for invalid RW.
937 // A Predicate transition is a list of RW sequences guarded by a PredTerm.
1002 static bool hasAliasedVariants(const CodeGenSchedRW &RW,
1004 if (RW.HasVariants)
1007 for (RecIter I = RW.Aliases.begin(), E = RW.Aliases.end(); I != E; ++I) {
1118 " Ensure only one SchedAlias exists per RW.");
1220 // Visit each original RW within the current sequence.
1224 // Push this RW on all partial PredTransitions or distribute variants.
1229 // In the common case, push RW onto the current operand's sequence.
1340 DEBUG(dbgs() << "INFER RW proc("; dumpIdxVec(ProcIndices); dbgs() << ") ");