Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp191 UP.PartialThreshold = 150; in gatherUnrollingPreferences()
220 UP.PartialThreshold = UP.PartialOptSizeThreshold; in gatherUnrollingPreferences()
228 UP.PartialThreshold = UnrollPartialThreshold; in gatherUnrollingPreferences()
253 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
783 UP.PartialThreshold = in computeUnrollCount()
784 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
863 if (UP.PartialThreshold != NoThreshold) { in computeUnrollCount()
865 if (getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
867 (std::max(UP.PartialThreshold, UP.BEInsns + 1) - UP.BEInsns) / in computeUnrollCount()
880 getUnrolledLoopSize(LoopSize, UP) > UP.PartialThreshold) in computeUnrollCount()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp153 UP.PartialThreshold = UP.Threshold / 4; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp285 UP.PartialThreshold = 75; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp785 UP.PartialThreshold *= 2; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h443 unsigned PartialThreshold; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h495 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()