Home
last modified time | relevance | path

Searched refs:isSequentialOrUndefInRange (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13810 } 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()
14147 if (isSequentialOrUndefInRange(Mask, 0, NumElements / 2, 0)) in lowerShuffleAsZeroOrAnyExtend()
15381 isSequentialOrUndefInRange(HiMask, 0, 4, 4)) { in lowerV8I16GeneralSingleInputShuffle()
15386 isSequentialOrUndefInRange(LoMask, 0, 4, 0)) { in lowerV8I16GeneralSingleInputShuffle()
17707 if (!isSequentialOrUndefInRange(Mask, 0, 8, 0, 8)) in lowerShuffleAsVTRUNCAndUnpack()
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()
[all …]