Home
last modified time | relevance | path

Searched refs:PartialThreshold (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp179 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
204 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
211 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
236 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
762 UP.PartialThreshold = in computeUnrollCount()
763 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
826 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
828 if (getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
843 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
919 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp153 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp286 UP.PartialThreshold = 75; in getUnrollingPreferences()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp763 UP.PartialThreshold *= 2; in getUnrollingPreferences()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h373 unsigned PartialThreshold; member
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h478 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()