Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp481 static SmallBitVector isUndefVector(const Value *V, in isUndefVector() function
511 Res &= isUndefVector<IsPoisonOnly>(Base, SubMask);
588 if (isUndefVector</*isPoisonOnly=*/true>(Vec).all()) in isFixedVectorShuffle()
605 if (isUndefVector(Vec).all() && HasNonUndefVec) in isFixedVectorShuffle()
1542 return (isa<PoisonValue>(V2) || isUndefVector(EV1).all()) in getShallowScore()
1553 if (isUndefVector(EV2).all() && EV2->getType() == EV1->getType()) in getShallowScore()
6110 if (!isUndefVector(EI->getVectorOperand()).all() && in generateKeySubkey()
7866 isUndefVector(SV->getOperand(0), in peekThroughShuffles()
7870 isUndefVector(SV->getOperand(1), in peekThroughShuffles()
7933 !isUndefVector(V2, buildUseMask(VF, Mask, UseMask::SecondArg)).all()) { in createShuffle()
[all …]