Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp198 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
228 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
236 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
261 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
836 if (UP.PartialThreshold != NoThreshold) { in shouldPartialUnroll()
838 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
852 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
927 UP.PartialThreshold = in computeUnrollCount()
997 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
1060 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp131 UP.PartialThreshold = 30; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp437 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp329 UP.PartialThreshold = 75; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp138 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3827 UP.PartialThreshold *= UnrollThresholdFactor; in computeHeuristicUnrollFactor()
3832 UP.PartialOptSizeThreshold = UP.PartialThreshold; in computeHeuristicUnrollFactor()
3836 << " PartialThreshold=" << UP.PartialThreshold << "\n" in computeHeuristicUnrollFactor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h546 unsigned PartialThreshold; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h636 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3352 UP.PartialThreshold *= 2; in getUnrollingPreferences()