Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp214 static bool isVectorLikeInstWithConstOps(Value *V) { in isVectorLikeInstWithConstOps() function
235 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
1461 if (isVectorLikeInstWithConstOps(IdxLaneV) && in getExternalUseScore()
1462 isVectorLikeInstWithConstOps(OpIdxLaneV)) in getExternalUseScore()
2562 isVectorLikeInstWithConstOps(S.MainOp) || in newTreeEntry()
4480 } else if (isVectorLikeInstWithConstOps(V)) { in generateKeySubkey()
4721 !all_of(VL, isVectorLikeInstWithConstOps)) || in buildTree_rec()
5650 isVectorLikeInstWithConstOps(U) || in areAllUsersVectorized()
7453 isVectorLikeInstWithConstOps(I); in setInsertPointAfterBundle()
7468 isVectorLikeInstWithConstOps(I) && in setInsertPointAfterBundle()
[all …]