Searched refs:MainLoopVF (Results 1 – 1 of 1) sorted by relevance
814 ElementCount MainLoopVF = ElementCount::getFixed(0); member851 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL, in InnerLoopAndEpilogueVectorizer()5160 const ElementCount MainLoopVF, unsigned IC) { in selectEpilogueVectorizationFactor() argument5175 if (!isCandidateForEpilogueVectorization(MainLoopVF)) { in selectEpilogueVectorizationFactor()5200 if (!CM.isEpilogueVectorizationProfitable(MainLoopVF)) { in selectEpilogueVectorizationFactor()5209 ElementCount EstimatedRuntimeVF = MainLoopVF; in selectEpilogueVectorizationFactor()5210 if (MainLoopVF.isScalable()) { in selectEpilogueVectorizationFactor()5226 if ((!NextVF.Width.isScalable() && MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor()5228 ElementCount::isKnownGE(NextVF.Width, MainLoopVF)) in selectEpilogueVectorizationFactor()7726 << "Main Loop VF:" << EPI.MainLoopVF in printDebugTracesAtStart()[all …]