Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1864 SmallPtrSet<Type *, 16> ElementTypesInLoop; member in llvm::LoopVectorizationCostModel
4895 if (any_of(ElementTypesInLoop, [&](Type *Ty) { in getMaxLegalScalableVF()
5603 if (ElementTypesInLoop.empty() && !Legal->getReductionVars().empty()) { in getSmallestAndWidestTypes()
5617 for (Type *T : ElementTypesInLoop) { in getSmallestAndWidestTypes()
5628 ElementTypesInLoop.clear(); in collectElementTypesForWidening()
5665 ElementTypesInLoop.insert(T); in collectElementTypesForWidening()