Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp684 static SmallBitVector isUndefVector(const Value *V, in isUndefVector() function
714 Res &= isUndefVector<IsPoisonOnly>(Base, SubMask);
792 if (isUndefVector</*isPoisonOnly=*/true>(Vec).all()) in isFixedVectorShuffle()
809 if (isUndefVector(Vec).all() && HasNonUndefVec) in isFixedVectorShuffle()
2278 return (isa<PoisonValue>(V2) || isUndefVector(EV1).all()) in getShallowScore()
2289 if (isUndefVector(EV2).all() && EV2->getType() == EV1->getType()) in getShallowScore()
8754 if (!isUndefVector(EI->getVectorOperand()).all() && in generateKeySubkey()
11124 bool IsOp1Undef = isUndefVector</*isPoisonOnly=*/true>( in peekThroughShuffles()
11128 bool IsOp2Undef = isUndefVector</*isPoisonOnly=*/true>( in peekThroughShuffles()
11201 if (V2 && !isUndefVector</*IsPoisonOnly=*/true>( in createShuffle()
[all …]