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.cpp466 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() function
3025 allSameBlock({Op, OpILn})); in canBeVectorized()
8900 (!isSplat(Op) && allSameBlock(Op) && allSameType(Op) && in areAltOperandsProfitable()
10074 bool AreAllSameBlock = S && allSameBlock(VL); in getScalarsVectorizationLegality()
11682 !allSameOpcode(VL) || !allSameBlock(VL)) || in transformNodes()
11727 if (!S || !allSameOpcode(Slice) || !allSameBlock(Slice) || in transformNodes()
11945 !allSameBlock(TE->Scalars); in transformNodes()
13021 ((allSameType(VL) && allSameBlock(VL)) || in getEntryCost()
14103 allSameBlock(VectorizableTree.front()->Scalars)); in isTreeTinyAndNotFullyVectorizable()
14118 allSameBlock(VectorizableTree.back()->Scalars) && in isTreeTinyAndNotFullyVectorizable()
[all …]