Searched refs:MainLoopVF (Results 1 – 1 of 1) sorted by relevance
731 ElementCount MainLoopVF = ElementCount::getFixed(0); member744 : MainLoopVF(MVF), MainLoopUF(MUF), EpilogueVF(EVF), EpilogueUF(EUF) { in EpilogueLoopVectorizationInfo()768 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL, in InnerLoopAndEpilogueVectorizer()4653 const ElementCount MainLoopVF, unsigned IC) { in selectEpilogueVectorizationFactor() argument4668 if (!isCandidateForEpilogueVectorization(MainLoopVF)) { in selectEpilogueVectorizationFactor()4693 if (!CM.isEpilogueVectorizationProfitable(MainLoopVF)) { in selectEpilogueVectorizationFactor()4702 ElementCount EstimatedRuntimeVF = MainLoopVF; in selectEpilogueVectorizationFactor()4703 if (MainLoopVF.isScalable()) { in selectEpilogueVectorizationFactor()4704 EstimatedRuntimeVF = ElementCount::getFixed(MainLoopVF.getKnownMinValue()); in selectEpilogueVectorizationFactor()4719 if ((!NextVF.Width.isScalable() && MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor()[all …]