Searched refs:MainLoopVF (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 906 ElementCount MainLoopVF = ElementCount::getFixed(0); member 919 : MainLoopVF(ElementCount::getFixed(MVF)), MainLoopUF(MUF), in EpilogueLoopVectorizationInfo() 944 EPI.MainLoopVF, EPI.MainLoopUF, LVL, CM, BFI, PSI, in InnerLoopAndEpilogueVectorizer() 6149 const ElementCount MainLoopVF, const LoopVectorizationPlanner &LVP) { in selectEpilogueVectorizationFactor() argument 6166 if (MainLoopVF.isScalable()) { in selectEpilogueVectorizationFactor() 6174 if (!isCandidateForEpilogueVectorization(*TheLoop, MainLoopVF)) { in selectEpilogueVectorizationFactor() 6184 {MainLoopVF, ElementCount::getFixed(EpilogueVectorizationForceVF)})) in selectEpilogueVectorizationFactor() 6202 if (!isEpilogueVectorizationProfitable(MainLoopVF)) in selectEpilogueVectorizationFactor() 6206 if (ElementCount::isKnownLT(NextVF.Width, MainLoopVF) && in selectEpilogueVectorizationFactor() 6209 LVP.hasPlanWithVFs({MainLoopVF, NextVF.Width})) in selectEpilogueVectorizationFactor() [all …]
|