Lines Matching defs:EpilogueVF
702 ElementCount EpilogueVF = ElementCount::getFixed(0);
715 : MainLoopVF(MVF), MainLoopUF(MUF), EpilogueVF(EVF), EpilogueUF(EUF),
7851 << ", Epilogue Loop VF:" << EPI.EpilogueVF
7867 ElementCount VFactor = ForEpilogue ? EPI.EpilogueVF : VF;
7877 auto P = Cost->requiresScalarEpilogue(ForEpilogue ? EPI.EpilogueVF.isVector()
8016 auto P = Cost->requiresScalarEpilogue(EPI.EpilogueVF.isVector())
8023 EPI.EpilogueVF, EPI.EpilogueUF),
8031 EPI.EpilogueUF * EPI.EpilogueVF.getKnownMinValue();
8059 << "Epilogue Loop VF:" << EPI.EpilogueVF
10695 VectorizationFactor EpilogueVF =
10697 if (EpilogueVF.Width.isVector()) {
10703 VPlan &BestEpiPlan = LVP.getPlanFor(EpilogueVF.Width);
10705 EpilogueLoopVectorizationInfo EPI(VF.Width, IC, EpilogueVF.Width, 1,
10716 EPI.MainLoopVF = EPI.EpilogueVF;
10724 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV,