Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUnroll.cpp423 UnrollState Unroller(Plan, UF, Ctx); in unrollByUF() local
431 Unroller.unrollBlock(VPB); in unrollByUF()
443 Unroller.remapOperand(&H, 1, UF - 1); in unrollByUF()
446 if (Unroller.contains(H.getVPSingleValue()) || in unrollByUF()
451 Unroller.remapOperands(&H, Part); in unrollByUF()
H A DLoopVectorize.cpp10234 InnerLoopVectorizer Unroller( in processLoop() local
10238 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop()