Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
865 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll()
939 UP.PartialThreshold = in computeUnrollCount()
1009 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
1072 UCE.getUnrolledLoopSize(UP) > UP.PartialThreshold) in computeUnrollCount()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp132 UP.PartialThreshold = 30; in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp467 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp135 UP.PartialThreshold = UP.Threshold; in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp328 UP.PartialThreshold = 75; in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3041 UP.PartialThreshold *= UnrollThresholdFactor; in computeHeuristicUnrollFactor()
3046 UP.PartialOptSizeThreshold = UP.PartialThreshold; in computeHeuristicUnrollFactor()
3050 << " PartialThreshold=" << UP.PartialThreshold << "\n" in computeHeuristicUnrollFactor()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h459 unsigned PartialThreshold; member
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h577 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2426 UP.PartialThreshold *= 2; in getUnrollingPreferences()