Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Aliases

290   // Initialize Aliases vectors.
298 RW.Aliases.push_back(*AI);
412 // Expand a SchedWrite as a sequence following any aliases that coincide with
420 for (RecIter AI = SchedWrite.Aliases.begin(), AE = SchedWrite.Aliases.end();
429 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
991 for (RecIter I = RW.Aliases.begin(), E = RW.Aliases.end(); I != E; ++I) {
1061 for (RecIter AI = SchedRW.Aliases.begin(), AE = SchedRW.Aliases.end();
1063 // If either the SchedAlias itself or the SchedReadWrite that it aliases
1319 // of the ReadWrite list, following Aliases if necessary.
1562 for (RecIter AI = SchedRW.Aliases.begin(), AE = SchedRW.Aliases.end();