Searched refs:IdentityMask (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6376 SmallVector<int> IdentityMask; in peekThroughShuffles() local 6388 !ShuffleVectorInst::isZeroEltSplatMask(IdentityMask))) { in peekThroughShuffles() 6393 IdentityMask.assign(Mask); in peekThroughShuffles() 6415 IdentityMask.assign(Mask); in peekThroughShuffles() 6459 assert(Mask.size() == IdentityMask.size() && in peekThroughShuffles() 6464 IdentityMask[I] = UndefMaskElem; in peekThroughShuffles() 6465 Mask.swap(IdentityMask); in peekThroughShuffles() 8801 SmallVector<int> IdentityMask(VF, UndefMaskElem); in resizeToMatch() local 8802 std::iota(IdentityMask.begin(), std::next(IdentityMask.begin(), MinVF), in resizeToMatch() 8805 Op = Builder.CreateShuffleVector(Op, IdentityMask); in resizeToMatch()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22206 SmallVector<int, 32> IdentityMask(2 * OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands() local 22208 MutableArrayRef<int>(IdentityMask) in combineConcatVectorOfShuffleAndItsOperands() 22211 MutableArrayRef<int>(IdentityMask).take_back(OpVT.getVectorNumElements()); in combineConcatVectorOfShuffleAndItsOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39011 SmallVector<int> ScaledMask, IdentityMask; in combineX86ShuffleChain() local 39016 IdentityMask.push_back(i); in combineX86ShuffleChain() 39017 if (isTargetShuffleEquivalent(RootVT, ScaledMask, IdentityMask, DAG, V1, in combineX86ShuffleChain()
|