Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h512 bool hasPlanWithVF(ElementCount VF) const { in hasPlanWithVF() function
H A DLoopVectorize.cpp4436 if (hasPlanWithVF(ForcedEC)) in selectEpilogueVectorizationFactor()
4468 if (!hasPlanWithVF(NextVF.Width)) in selectEpilogueVectorizationFactor()
7002 assert(hasPlanWithVF(ScalarVF) && in computeBestVF()
10098 if (LVP.hasPlanWithVF(VF.Width)) { in processLoop()
10141 if (!LVP.hasPlanWithVF(VF.Width) && UserIC > 1) { in processLoop()