Searched refs:MainLoopVF (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 639 ElementCount MainLoopVF = ElementCount::getFixed(0); member 652 : MainLoopVF(MVF), MainLoopUF(MUF), EpilogueVF(EVF), EpilogueUF(EUF), in EpilogueLoopVectorizationInfo() 676 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, CM, in InnerLoopAndEpilogueVectorizer() 4412 const ElementCount MainLoopVF, unsigned IC) { in selectEpilogueVectorizationFactor() argument 4427 if (!isCandidateForEpilogueVectorization(MainLoopVF)) { in selectEpilogueVectorizationFactor() 4450 if (!CM.isEpilogueVectorizationProfitable(MainLoopVF, IC)) { in selectEpilogueVectorizationFactor() 4460 getEstimatedRuntimeVF(MainLoopVF, CM.getVScaleForTuning())); in selectEpilogueVectorizationFactor() 4473 if ((!NextVF.Width.isScalable() && MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor() 4476 ElementCount::isKnownGE(NextVF.Width, MainLoopVF)) || in selectEpilogueVectorizationFactor() 4477 (!NextVF.Width.isScalable() && !MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor() [all …]
|