Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6668 SmallVector<int> IdentityMask; in peekThroughShuffles() local
6680 !ShuffleVectorInst::isZeroEltSplatMask(IdentityMask, in peekThroughShuffles()
6681 IdentityMask.size()))) { in peekThroughShuffles()
6686 IdentityMask.assign(Mask); in peekThroughShuffles()
6708 IdentityMask.assign(Mask); in peekThroughShuffles()
6754 assert(Mask.size() == IdentityMask.size() && in peekThroughShuffles()
6759 IdentityMask[I] = PoisonMaskElem; in peekThroughShuffles()
6760 Mask.swap(IdentityMask); in peekThroughShuffles()
10159 SmallVector<int> IdentityMask(VF, PoisonMaskElem); in resizeToMatch() local
10160 std::iota(IdentityMask.begin(), std::next(IdentityMask.begin(), MinVF), in resizeToMatch()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23761 SmallVector<int, 32> IdentityMask(2 * OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands() local
23763 MutableArrayRef<int>(IdentityMask) in combineConcatVectorOfShuffleAndItsOperands()
23766 MutableArrayRef<int>(IdentityMask).take_back(OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37825 SmallVector<int> ScaledMask, IdentityMask; in combineX86ShuffleChain() local
37830 IdentityMask.push_back(i); in combineX86ShuffleChain()
37831 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()