Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp127 UP.AllowRemainder = true; in gatherUnrollingPreferences()
157 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()
709 if (UP.AllowRemainder && in computeUnrollCount()
721 if (UP.AllowRemainder && in computeUnrollCount()
800 if (UP.AllowRemainder && UP.Count <= 1) { in computeUnrollCount()
868 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) { in computeUnrollCount()
877 if (PragmaCount > 0 && !UP.AllowRemainder) in computeUnrollCount()
962 UP.AllowRemainder = false; in tryToUnrollLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp185 if (UP.AllowRemainder && in computeUnrollAndJamCount()
198 if ((UP.AllowRemainder || (OuterTripMultiple % PragmaCount == 0)) && in computeUnrollAndJamCount()
214 if (!UP.AllowRemainder && getUnrollAndJammedLoopSize(InnerLoopSize, UP) >= in computeUnrollAndJamCount()
225 if (!ExplicitUnrollAndJamCount && UP.AllowRemainder) { in computeUnrollAndJamCount()
DLoopUnrollPass.cpp201 UP.AllowRemainder = true; in gatherUnrollingPreferences()
240 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()
752 if (UP.AllowRemainder && getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) in computeUnrollCount()
763 if ((UP.AllowRemainder || (TripMultiple % PragmaCount == 0)) && in computeUnrollCount()
873 if (UP.AllowRemainder && UP.Count <= 1) { in computeUnrollCount()
971 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) { in computeUnrollCount()
984 if (PragmaCount > 0 && !UP.AllowRemainder) in computeUnrollCount()
1107 UP.AllowRemainder = false; in tryToUnrollLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp189 if (UP.AllowRemainder && in computeUnrollAndJamCount()
202 if ((UP.AllowRemainder || (OuterTripMultiple % PragmaCount == 0)) && in computeUnrollAndJamCount()
218 if (!UP.AllowRemainder && getUnrollAndJammedLoopSize(InnerLoopSize, UP) >= in computeUnrollAndJamCount()
229 if (!ExplicitUnrollAndJamCount && UP.AllowRemainder) { in computeUnrollAndJamCount()
DLoopUnrollPass.cpp207 UP.AllowRemainder = true; in gatherUnrollingPreferences()
243 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()
759 if (UP.AllowRemainder && getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) in computeUnrollCount()
770 if ((UP.AllowRemainder || (TripMultiple % PragmaCount == 0)) && in computeUnrollCount()
881 if (UP.AllowRemainder && UP.Count <= 1) { in computeUnrollCount()
979 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) { in computeUnrollCount()
992 if (PragmaCount > 0 && !UP.AllowRemainder) in computeUnrollCount()
1116 UP.AllowRemainder = false; in tryToUnrollLoop()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h284 bool AllowRemainder; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h482 bool AllowRemainder; member
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h482 bool AllowRemainder; member