Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp758 ElementCount MainLoopVF = ElementCount::getFixed(0); member
795 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL, in InnerLoopAndEpilogueVectorizer()
5475 if (!isCandidateForEpilogueVectorization(*TheLoop, MainLoopVF)) { in selectEpilogueVectorizationFactor()
5503 if (!isEpilogueVectorizationProfitable(MainLoopVF)) { in selectEpilogueVectorizationFactor()
5512 ElementCount EstimatedRuntimeVF = MainLoopVF; in selectEpilogueVectorizationFactor()
5513 if (MainLoopVF.isScalable()) { in selectEpilogueVectorizationFactor()
5520 if (((!NextVF.Width.isScalable() && MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor()
5522 ElementCount::isKnownLT(NextVF.Width, MainLoopVF)) && in selectEpilogueVectorizationFactor()
7704 << "Main Loop VF:" << EPI.MainLoopVF in printDebugTracesAtStart()
10362 VPlan &BestMainPlan = LVP.getBestPlanFor(EPI.MainLoopVF); in processLoop()
[all …]