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.cpp204 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
234 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
242 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
267 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
882 if (UP.PartialThreshold != NoThreshold) { in shouldPartialUnroll()
884 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
885 count = (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in shouldPartialUnroll()
898 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
973 UP.PartialThreshold = in computeUnrollCount()
974 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp143 UP.PartialThreshold = 30; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp437 UP.PartialThreshold = UP.Threshold / 4; in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp333 UP.PartialThreshold = 75; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp138 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h556 unsigned PartialThreshold; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h649 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5359 UP.PartialThreshold *= UnrollThresholdFactor; in computeHeuristicUnrollFactor()
5364 UP.PartialOptSizeThreshold = UP.PartialThreshold; in computeHeuristicUnrollFactor()
5368 << " PartialThreshold=" << UP.PartialThreshold << "\n" in computeHeuristicUnrollFactor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3626 UP.PartialThreshold *= 2; in getUnrollingPreferences()