Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp770 ElementCount MainLoopVF = ElementCount::getFixed(0); member
783 : MainLoopVF(MVF), MainLoopUF(MUF), EpilogueVF(EVF), EpilogueUF(EUF) { in EpilogueLoopVectorizationInfo()
807 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL, in InnerLoopAndEpilogueVectorizer()
5521 const ElementCount MainLoopVF, const LoopVectorizationPlanner &LVP) { in selectEpilogueVectorizationFactor() argument
5537 if (!isCandidateForEpilogueVectorization(*TheLoop, MainLoopVF)) { in selectEpilogueVectorizationFactor()
5565 if (!isEpilogueVectorizationProfitable(MainLoopVF)) { in selectEpilogueVectorizationFactor()
5574 ElementCount EstimatedRuntimeVF = MainLoopVF; in selectEpilogueVectorizationFactor()
5575 if (MainLoopVF.isScalable()) { in selectEpilogueVectorizationFactor()
5576 EstimatedRuntimeVF = ElementCount::getFixed(MainLoopVF.getKnownMinValue()); in selectEpilogueVectorizationFactor()
5582 if (((!NextVF.Width.isScalable() && MainLoopVF.isScalable() && in selectEpilogueVectorizationFactor()
[all …]