Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1513 static bool allSameType(ArrayRef<Value *> VL) { in allSameType() function
6881 allSameType(TE.Scalars)) { in getReorderingData()
8106 if (!allSameType(Roots)) in buildTree()
8113 if (!allSameType(Roots)) in buildTree()
8900 (!isSplat(Op) && allSameBlock(Op) && allSameType(Op) && in areAltOperandsProfitable()
9946 assert((allConstant(VL) || allSameType(VL)) && "Invalid types!"); in getScalarsVectorizationLegality()
10212 assert((allConstant(VLRef) || allSameType(VLRef)) && "Invalid types!"); in buildTreeRec()
13021 ((allSameType(VL) && allSameBlock(VL)) || in getEntryCost()