reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 2556       Words[IdxW].push_back(W);
 2561       Words[IdxW ^ 1].clear();
 2563       for (unsigned i = 0, e = Words[IdxW].size(); i != e; i += 2) {
 2564         SDValue W0 = Words[IdxW][i], W1 = Words[IdxW][i+1];
 2564         SDValue W0 = Words[IdxW][i], W1 = Words[IdxW][i+1];
 2568         Words[IdxW ^ 1].push_back(T);
 2570       IdxW ^= 1;
 2576     assert(Scale == 2 && Words[IdxW].size() == 2);
 2579                              Words[IdxW][1], Words[IdxW][0]);
 2579                              Words[IdxW][1], Words[IdxW][0]);