Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp915 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() function
5105 if (TE.isGather() && !TE.isAltShuffle() && allSameType(TE.Scalars)) { in getReorderingData()
6058 if (!allSameType(Roots)) in buildTree()
6065 if (!allSameType(Roots)) in buildTree()
6251 (!isSplat(Op) && allSameBlock(Op) && allSameType(Op) && in areAltOperandsProfitable()
6689 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in buildTree_rec()
9310 ((allSameType(VL) && allSameBlock(VL)) || in getEntryCost()