Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Groups

2617   // Partition the list of shuffling instructions into instruction groups,
2627 InstrGroupList Groups;
2668 Groups.push_back(G);
2672 for (unsigned i = 0, n = Groups.size(); i < n; ++i) {
2673 InstrGroup &G = Groups[i];
2682 for (unsigned i = 0, n = Groups.size(); i < n; ++i) {
2683 InstrGroup &G = Groups[i];