Home
last modified time | relevance | path

Searched refs:MainLoopVF (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp814 ElementCount MainLoopVF = ElementCount::getFixed(0); member
851 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL, in InnerLoopAndEpilogueVectorizer()
5160 const ElementCount MainLoopVF, unsigned IC) { in selectEpilogueVectorizationFactor() argument
5175 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 …]