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.cpp422 static bool isVectorLikeInstWithConstOps(Value *V) { in isVectorLikeInstWithConstOps() function
471 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
1456 if (!isVectorLikeInstWithConstOps(EI)) in getSameOpcode()
2587 if (isVectorLikeInstWithConstOps(IdxLaneV) && in getExternalUseScore()
2588 isVectorLikeInstWithConstOps(OpIdxLaneV)) in getExternalUseScore()
4166 isVectorLikeInstWithConstOps(S.getMainOp()) ||
8749 } else if (isVectorLikeInstWithConstOps(V)) { in generateKeySubkey()
10031 return isa<Instruction>(Op) || isVectorLikeInstWithConstOps(Op); in getScalarsVectorizationLegality()
10095 !all_of(VL, isVectorLikeInstWithConstOps)) || in getScalarsVectorizationLegality()
10850 return isVectorized(U) || isVectorLikeInstWithConstOps(U) || in areAllUsersVectorized()
[all …]