Searched refs:IdentityMask (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 11071 SmallVector<int> IdentityMask; in peekThroughShuffles() local 11083 !ShuffleVectorInst::isZeroEltSplatMask(IdentityMask, in peekThroughShuffles() 11084 IdentityMask.size()))) { in peekThroughShuffles() 11089 IdentityMask.assign(Mask); in peekThroughShuffles() 11111 IdentityMask.assign(Mask); in peekThroughShuffles() 11156 assert(Mask.size() == IdentityMask.size() && in peekThroughShuffles() 11161 IdentityMask[I] = PoisonMaskElem; in peekThroughShuffles() 11162 Mask.swap(IdentityMask); in peekThroughShuffles() 16501 SmallVector<int> IdentityMask(VF, PoisonMaskElem); in resizeToMatch() local 16502 std::iota(IdentityMask.begin(), std::next(IdentityMask.begin(), MinVF), in resizeToMatch() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 25195 SmallVector<int, 32> IdentityMask(2 * OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands() local 25197 MutableArrayRef<int>(IdentityMask) in combineConcatVectorOfShuffleAndItsOperands() 25200 MutableArrayRef<int>(IdentityMask).take_back(OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 40005 SmallVector<int> ScaledMask, IdentityMask; in combineX86ShuffleChain() local 40010 IdentityMask.push_back(i); in combineX86ShuffleChain() 40011 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()
|