Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp265 static bool isVectorLikeInstWithConstOps(Value *V) { in isVectorLikeInstWithConstOps() function
312 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
873 if (!isVectorLikeInstWithConstOps(EI)) in getSameOpcode()
1836 if (isVectorLikeInstWithConstOps(IdxLaneV) && in getExternalUseScore()
1837 isVectorLikeInstWithConstOps(OpIdxLaneV)) in getExternalUseScore()
3260 isVectorLikeInstWithConstOps(S.MainOp) || in newTreeEntry()
6105 } else if (isVectorLikeInstWithConstOps(V)) { in generateKeySubkey()
6834 return isa<Instruction>(Op) || isVectorLikeInstWithConstOps(Op); in buildTree_rec()
6896 !all_of(VL, isVectorLikeInstWithConstOps)) || in buildTree_rec()
7592 isVectorLikeInstWithConstOps( in areAllUsersVectorized()
[all...]