Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp308 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() function
6251 (!isSplat(Op) && allSameBlock(Op) && allSameType(Op) && in areAltOperandsProfitable()
6876 bool AreAllSameBlock = S.getOpcode() && allSameBlock(VL); in buildTree_rec()
8293 !VectorizedLoads.count(Slice.back()) && allSameBlock(Slice)) { in getBuildVectorCost()
9310 ((allSameType(VL) && allSameBlock(VL)) || in getEntryCost()
10154 allSameBlock(VectorizableTree.front()->Scalars)); in isTreeTinyAndNotFullyVectorizable()