Searched refs:UnrollRemainder (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | UnrollLoop.h | 75 bool UnrollRemainder; member 90 bool UseEpilogRemainder, bool UnrollRemainder, bool ForgetAllSCEV, 96 unsigned TripMultiple, bool UnrollRemainder,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 340 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() 1024 ULO.UnrollRemainder = false; in UnrollRuntimeLoopRemainder()
|
H A D | LoopUnrollAndJam.cpp | 217 unsigned TripMultiple, bool UnrollRemainder, in UnrollAndJamLoop() argument 245 UnrollRemainder, /*ForgetAllSCEV*/ false, in UnrollAndJamLoop()
|
H A D | LoopUnroll.cpp | 596 EpilogProfitability, ULO.UnrollRemainder, in UnrollLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 215 UP.UnrollRemainder = false; in gatherUnrollingPreferences() 260 UP.UnrollRemainder = UnrollUnrollRemainder; in gatherUnrollingPreferences() 1349 ULO.UnrollRemainder = UP.UnrollRemainder; in tryToUnrollLoop()
|
H A D | LoopUnrollAndJamPass.cpp | 384 L, UP.Count, OuterTripCount, OuterTripMultiple, UP.UnrollRemainder, LI, in tryToUnrollAndJamLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1889 UP.UnrollRemainder = true; in getUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 604 bool UnrollRemainder; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2540 UP.UnrollRemainder = true; in getUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3662 UP.UnrollRemainder = true; in getUnrollingPreferences()
|