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

References

lib/Target/X86/X86ISelLowering.cpp
13407   assert(Mask.size() == 8 && "Shuffle mask length doesn't match!");
13408   MutableArrayRef<int> LoMask = Mask.slice(0, 4);
13409   MutableArrayRef<int> HiMask = Mask.slice(4, 4);
13462       int M0 = Mask[2 * DWord + 0];
13463       int M1 = Mask[2 * DWord + 1];
13583         auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord,
13604           for (int &M : Mask)
13631     for (int &M : Mask)
13639     return lowerV8I16GeneralSingleInputShuffle(DL, VT, V, Mask, Subtarget, DAG);