Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h73 bool UnrollRemainder; member
86 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV,
92 unsigned TripMultiple, bool UnrollRemainder,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp316 const bool UnrollRemainder, in CloneLoopBlocks() argument
400 if (UnrollRemainder) in CloneLoopBlocks()
565 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV, in UnrollRuntimeLoopRemainder() argument
806 L, ModVal, UseEpilogRemainder, UnrollRemainder, InsertTop, InsertBot, in UnrollRuntimeLoopRemainder()
811 if (remainderLoop && !UnrollRemainder) in UnrollRuntimeLoopRemainder()
994 if (remainderLoop && UnrollRemainder) { in UnrollRuntimeLoopRemainder()
DLoopUnrollAndJam.cpp218 unsigned TripMultiple, bool UnrollRemainder, in UnrollAndJamLoop() argument
246 UnrollRemainder, /*ForgetAllSCEV*/ false, in UnrollAndJamLoop()
DLoopUnroll.cpp415 EpilogProfitability, ULO.UnrollRemainder, in UnrollLoop()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp208 UP.UnrollRemainder = false; in gatherUnrollingPreferences()
251 UP.UnrollRemainder = UnrollUnrollRemainder; in gatherUnrollingPreferences()
1322 UP.UnrollRemainder, ForgetAllSCEV}, in tryToUnrollLoop()
DLoopUnrollAndJamPass.cpp395 L, UP.Count, OuterTripCount, OuterTripMultiple, UP.UnrollRemainder, LI, in tryToUnrollAndJamLoop()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp1440 UP.UnrollRemainder = true; in getUnrollingPreferences()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h485 bool UnrollRemainder; member
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp2391 UP.UnrollRemainder = true; in getUnrollingPreferences()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp2772 UP.UnrollRemainder = true; in getUnrollingPreferences()