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

References

lib/Target/X86/X86ISelLowering.cpp
11270     for (int Elt = 0; Elt != NumLaneElts; Elt += 2) {
11270     for (int Elt = 0; Elt != NumLaneElts; Elt += 2) {
11271       int M0 = Mask[Lane + Elt + 0];
11272       int M1 = Mask[Lane + Elt + 1];
11277         PermuteMask[Lane + Elt + 0] = Lane + (2 * (M0 % NumHalfLaneElts));
11279         PermuteMask[Lane + Elt + 1] = Lane + (2 * (M1 % NumHalfLaneElts)) + 1;