Searched refs:isSequentialOrUndefInRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 5406 static bool isSequentialOrUndefInRange(ArrayRef<int> Mask, unsigned Pos, in isSequentialOrUndefInRange() function 10939 if (!isSequentialOrUndefInRange(Mask, 0, Split, TruncatedVectorStart, Delta)) in matchShuffleAsVPMOV() 11829 if (!isSequentialOrUndefInRange(Mask, ZeroLo, Len, Mask[ZeroLo])) in lowerShuffleAsByteShiftMask() 11920 if (!isSequentialOrUndefInRange(Mask, Pos, Len, Low + MaskOffset)) in matchShuffleAsShift() 12070 } else if (isSequentialOrUndefInRange(Mask, 0, Idx, 0)) { in matchShuffleAsINSERTQ() 12072 } else if (isSequentialOrUndefInRange(Mask, 0, Idx, Size)) { in matchShuffleAsINSERTQ() 12085 if (isSequentialOrUndefInRange(Mask, Idx, Len, 0)) { in matchShuffleAsINSERTQ() 12087 } else if (isSequentialOrUndefInRange(Mask, Idx, Len, Size)) { in matchShuffleAsINSERTQ() 12097 isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi, Hi)) { in matchShuffleAsINSERTQ() 12100 isSequentialOrUndefInRange(Mask, Hi, HalfSize - Hi, in matchShuffleAsINSERTQ() [all …]
|