Lines Matching refs:MainLoopVF
758 ElementCount MainLoopVF = ElementCount::getFixed(0); member
771 : MainLoopVF(MVF), MainLoopUF(MUF), EpilogueVF(EVF), EpilogueUF(EUF) { in EpilogueLoopVectorizationInfo()
795 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL, in InnerLoopAndEpilogueVectorizer()
5459 const ElementCount MainLoopVF, const LoopVectorizationPlanner &LVP) { in selectEpilogueVectorizationFactor() argument
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()
5514 EstimatedRuntimeVF = ElementCount::getFixed(MainLoopVF.getKnownMinValue()); 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()
10363 LVP.executePlan(EPI.MainLoopVF, EPI.MainLoopUF, BestMainPlan, MainILV, in processLoop()
10369 EPI.MainLoopVF = EPI.EpilogueVF; in processLoop()