Home | History | Annotate | Download | only in X86

Lines Matching refs:isShuffleMaskLegal

20820 /// isShuffleMaskLegal - Targets can use this to indicate that they only
20825 X86TargetLowering::isShuffleMaskLegal(const SmallVectorImpl<int> &M,
20847 return isShuffleMaskLegal(Mask, VT);
23953 if (!TLI.isShuffleMaskLegal(ShuffleMask, VT))