Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp216 static bool isVectorLikeInstWithConstOps(Value *V) { in isVectorLikeInstWithConstOps() function
248 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
727 if (!isVectorLikeInstWithConstOps(EI)) in getSameOpcode()
1638 if (isVectorLikeInstWithConstOps(IdxLaneV) && in getExternalUseScore()
1639 isVectorLikeInstWithConstOps(OpIdxLaneV)) in getExternalUseScore()
5157 } else if (isVectorLikeInstWithConstOps(V)) { in generateKeySubkey()
5742 !all_of(VL, isVectorLikeInstWithConstOps)) || in buildTree_rec()
9609 !isVectorLikeInstWithConstOps(I) && in isGatherShuffledSingleRegisterEntry()
9829 isVectorLikeInstWithConstOps(I); in getLastInstructionInBundle()
9846 isVectorLikeInstWithConstOps(I))) && in getLastInstructionInBundle()
[all …]