Searched refs:IdentityMask (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7812 SmallVector<int> IdentityMask; in peekThroughShuffles() local 7824 !ShuffleVectorInst::isZeroEltSplatMask(IdentityMask, in peekThroughShuffles() 7825 IdentityMask.size()))) { in peekThroughShuffles() 7830 IdentityMask.assign(Mask); in peekThroughShuffles() 7852 IdentityMask.assign(Mask); in peekThroughShuffles() 7898 assert(Mask.size() == IdentityMask.size() && in peekThroughShuffles() 7903 IdentityMask[I] = PoisonMaskElem; in peekThroughShuffles() 7904 Mask.swap(IdentityMask); in peekThroughShuffles() 11815 SmallVector<int> IdentityMask(VF, PoisonMaskElem); in resizeToMatch() local 11816 std::iota(IdentityMask.begin(), std::next(IdentityMask.begin(), MinVF), in resizeToMatch() [all …]
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 24121 SmallVector<int, 32> IdentityMask(2 * OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands() local 24123 MutableArrayRef<int>(IdentityMask) in combineConcatVectorOfShuffleAndItsOperands() 24126 MutableArrayRef<int>(IdentityMask).take_back(OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38576 SmallVector<int> ScaledMask, IdentityMask; in combineX86ShuffleChain() local 38581 IdentityMask.push_back(i); in combineX86ShuffleChain() 38582 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()
|