Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp214 static bool isVectorLikeInstWithConstOps(Value *V) { in isVectorLikeInstWithConstOps() function
235 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
732 if (!isVectorLikeInstWithConstOps(EI)) in getSameOpcode()
1623 if (isVectorLikeInstWithConstOps(IdxLaneV) && in getExternalUseScore()
1624 isVectorLikeInstWithConstOps(OpIdxLaneV)) in getExternalUseScore()
2751 isVectorLikeInstWithConstOps(S.MainOp) || in newTreeEntry()
4902 } else if (isVectorLikeInstWithConstOps(V)) { in generateKeySubkey()
5089 return isa<Instruction>(Op) || isVectorLikeInstWithConstOps(Op); in buildTree_rec()
5150 !all_of(VL, isVectorLikeInstWithConstOps)) || in buildTree_rec()
6076 isVectorLikeInstWithConstOps(U) || in areAllUsersVectorized()
[all …]