Searched refs:allSameBlock (Results 1 – 1 of 1) sorted by relevance
466 static bool allSameBlock(ArrayRef<Value *> VL) { in allSameBlock() function3025 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 …]