Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp198 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
227 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
235 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
258 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
849 if (UP.PartialThreshold != NoThreshold) { in shouldPartialUnroll()
851 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
852 count = (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in shouldPartialUnroll()
865 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
940 UP.PartialThreshold = in computeUnrollCount()
941 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp131 UP.PartialThreshold = 30; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp463 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp137 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp328 UP.PartialThreshold = 75; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3248 UP.PartialThreshold *= UnrollThresholdFactor; in computeHeuristicUnrollFactor()
3253 UP.PartialOptSizeThreshold = UP.PartialThreshold; in computeHeuristicUnrollFactor()
3257 << " PartialThreshold=" << UP.PartialThreshold << "\n" in computeHeuristicUnrollFactor()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h441 unsigned PartialThreshold; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h599 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2736 UP.PartialThreshold *= 2; in getUnrollingPreferences()