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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
 1337       if (ReorderIndices.empty())
 1339       InstructionsState S = getSameOpcode(Scalars, ReorderIndices.front());
 1373       for (unsigned ReorderIdx : ReorderIndices)
 1398     Last->ReorderIndices = ReorderIndices;
 3000         if (!E->ReorderIndices.empty()) {
 3174       if (!E->ReorderIndices.empty()) {
 3795         if (!E->ReorderIndices.empty()) {
 3797           inversePermutation(E->ReorderIndices, Mask);
 3804           if (E->ReorderIndices.empty())
 3833         if (!E->ReorderIndices.empty()) {
 3835           inversePermutation(E->ReorderIndices, Mask);
 4039         inversePermutation(E->ReorderIndices, Mask);