Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp203 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
235 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
243 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
268 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
883 if (UP.PartialThreshold != NoThreshold) { in shouldPartialUnroll()
885 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
886 count = (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in shouldPartialUnroll()
899 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
974 UP.PartialThreshold = in computeUnrollCount()
975 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp276 UP.PartialThreshold = 30; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp552 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h572 unsigned PartialThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp145 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp412 UP.PartialThreshold = 75; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h747 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5670 UP.PartialThreshold *= UnrollThresholdFactor; in computeHeuristicUnrollFactor()
5675 UP.PartialOptSizeThreshold = UP.PartialThreshold; in computeHeuristicUnrollFactor()
5679 << " PartialThreshold=" << UP.PartialThreshold << "\n" in computeHeuristicUnrollFactor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4903 UP.PartialThreshold *= 2; in getUnrollingPreferences()