Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h73 bool UnrollRemainder; member
86 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV,
92 unsigned TripMultiple, bool UnrollRemainder,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp340 const bool UnrollRemainder, in CloneLoopBlocks() argument
445 if (UnrollRemainder) in CloneLoopBlocks()
584 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV, in UnrollRuntimeLoopRemainder() argument
831 L, ModVal, UseEpilogRemainder, UnrollRemainder, InsertTop, InsertBot, in UnrollRuntimeLoopRemainder()
1017 if (remainderLoop && UnrollRemainder) { in UnrollRuntimeLoopRemainder()
H A DLoopUnrollAndJam.cpp217 unsigned TripMultiple, bool UnrollRemainder, in UnrollAndJamLoop() argument
245 UnrollRemainder, /*ForgetAllSCEV*/ false, in UnrollAndJamLoop()
H A DLoopUnroll.cpp444 EpilogProfitability, ULO.UnrollRemainder, in UnrollLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp209 UP.UnrollRemainder = false; in gatherUnrollingPreferences()
254 UP.UnrollRemainder = UnrollUnrollRemainder; in gatherUnrollingPreferences()
1306 UP.UnrollRemainder, ForgetAllSCEV}, in tryToUnrollLoop()
H A DLoopUnrollAndJamPass.cpp382 L, UP.Count, OuterTripCount, OuterTripMultiple, UP.UnrollRemainder, LI, in tryToUnrollAndJamLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1458 UP.UnrollRemainder = true; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h594 bool UnrollRemainder; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2528 UP.UnrollRemainder = true; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3388 UP.UnrollRemainder = true; in getUnrollingPreferences()