Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp903 ElementCount MainLoopVF = ElementCount::getFixed(0); member
916 : MainLoopVF(ElementCount::getFixed(MVF)), MainLoopUF(MUF), in EpilogueLoopVectorizationInfo()
6186 const ElementCount MainLoopVF, const LoopVectorizationPlanner &LVP) { in selectEpilogueVectorizationFactor() argument
6203 if (MainLoopVF.isScalable()) { in selectEpilogueVectorizationFactor()
6211 if (!isCandidateForEpilogueVectorization(*TheLoop, MainLoopVF)) { in selectEpilogueVectorizationFactor()
6239 if (!isEpilogueVectorizationProfitable(MainLoopVF)) in selectEpilogueVectorizationFactor()
6243 if (ElementCount::isKnownLT(NextVF.Width, MainLoopVF) && in selectEpilogueVectorizationFactor()
6246 LVP.hasPlanWithVFs({MainLoopVF, NextVF.Width})) in selectEpilogueVectorizationFactor()
8347 << "Main Loop VF:" << EPI.MainLoopVF.getKnownMinValue() in printDebugTracesAtStart()
10331 LVP.setBestPlan(EPI.MainLoopVF, EPI.MainLoopUF); in processLoop()
[all …]