Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp265 static bool allConstant(ArrayRef<Value *> VL) { in allConstant() function
4227 if (isSplat(TE.Scalars) && !allConstant(TE.Scalars) && in getReorderingData()
4615 !allConstant(UserTE->getOperand(I))) in canReorderOperands()
5542 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
5739 if (!AreAllSameInsts || allConstant(VL) || isSplat(VL) || in buildTree_rec()
7763 if (allConstant(VL)) in getEntryCost()
8498 (allConstant(TE->Scalars) || isSplat(TE->Scalars) || in isFullyVectorizableTinyTree()
8612 allConstant(VectorizableTree[1]->Scalars)))) in isTreeTinyAndNotFullyVectorizable()
11029 } else if (!allConstant(GatheredScalars)) { in processBuildVector()
14620 allConstant(Candidates)) { in tryToReduce()
[all …]