Lines Matching refs:isSequentialOrUndefInRange
6112 static bool isSequentialOrUndefInRange(ArrayRef<int> Mask, unsigned Pos, in isSequentialOrUndefInRange() function
12290 if (!isSequentialOrUndefInRange(Mask, 0, NumSrcElts, 0, Scale)) in matchShuffleAsVTRUNC()
12389 if (!isSequentialOrUndefInRange(Mask, 0, NumSrcElts, 0, Scale) || in lowerShuffleWithVPMOV()
12440 if (!isSequentialOrUndefInRange(Mask, 0, NumSrcElts, 0, Scale) || in lowerShuffleAsVTRUNC()
13569 if (!isSequentialOrUndefInRange(Mask, ZeroLo, Len, Mask[ZeroLo])) in lowerShuffleAsByteShiftMask()
13660 if (!isSequentialOrUndefInRange(Mask, Pos, Len, Low + MaskOffset)) in matchShuffleAsShift()
13810 } else if (isSequentialOrUndefInRange(Mask, 0, Idx, 0)) { in matchShuffleAsINSERTQ()
13812 } else if (isSequentialOrUndefInRange(Mask, 0, Idx, Size)) { in matchShuffleAsINSERTQ()
13825 if (isSequentialOrUndefInRange(Mask, Idx, Len, 0)) { in matchShuffleAsINSERTQ()
13827 } else if (isSequentialOrUndefInRange(Mask, Idx, Len, Size)) { in matchShuffleAsINSERTQ()
13837 isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi, Hi)) { in matchShuffleAsINSERTQ()
13840 isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi, in matchShuffleAsINSERTQ()
14147 if (isSequentialOrUndefInRange(Mask, 0, NumElements / 2, 0)) in lowerShuffleAsZeroOrAnyExtend()
14149 if (isSequentialOrUndefInRange(Mask, 0, NumElements / 2, NumElements)) in lowerShuffleAsZeroOrAnyExtend()
15381 isSequentialOrUndefInRange(HiMask, 0, 4, 4)) { in lowerV8I16GeneralSingleInputShuffle()
15386 isSequentialOrUndefInRange(LoMask, 0, 4, 0)) { in lowerV8I16GeneralSingleInputShuffle()
16829 if (isSequentialOrUndefInRange(InLaneMask, LaneOffset, NumEltsPerLane, in lowerShuffleAsLanePermuteAndPermute()
17333 isSequentialOrUndefInRange(Mask, 0, HalfNumElts, HalfNumElts)) { in lowerShuffleWithUndefHalf()
17343 isSequentialOrUndefInRange(Mask, HalfNumElts, HalfNumElts, 0)) { in lowerShuffleWithUndefHalf()
17707 if (!isSequentialOrUndefInRange(Mask, 0, 8, 0, 8)) in lowerShuffleAsVTRUNCAndUnpack()
19131 return isSequentialOrUndefInRange(Mask, Pos, Len, Low + MaskOffset); in match1BitShuffleAsKSHIFT()
37477 isSequentialOrUndefInRange(HiMask, 0, 4, 4)) { in matchUnaryPermuteShuffle()
37486 isSequentialOrUndefInRange(LoMask, 0, 4, 0)) { in matchUnaryPermuteShuffle()
38325 isSequentialOrUndefInRange(Mask, 0, NumMaskElts, 0, 2)) { in combineX86ShuffleChain()
41563 if (isSequentialOrUndefInRange(OpMask, 0, NumElts, Src * NumElts)) in SimplifyDemandedVectorEltsForTargetNode()
49815 isSequentialOrUndefInRange(PostShuffleMask, 0, NumElts, 0); in isHorizontalBinOp()