Home
last modified time | relevance | path

Searched refs:AllowPeeling (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h63 Optional<bool> AllowPeeling; member
100 AllowPeeling = Peeling; in setPeeling()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp206 UP.AllowPeeling = true; in gatherUnrollingPreferences()
246 UP.AllowPeeling = UnrollAllowPeeling; in gatherUnrollingPreferences()
264 UP.AllowPeeling = *UserAllowPeeling; in gatherUnrollingPreferences()
1208 Optional<bool> AllowPeeling = None, in LoopUnroll() argument
1215 ProvidedAllowPeeling(AllowPeeling), in LoopUnroll()
1276 int AllowPeeling) { in INITIALIZE_PASS_DEPENDENCY()
1287 AllowPeeling == -1 ? None : Optional<bool>(AllowPeeling)); in INITIALIZE_PASS_DEPENDENCY()
1459 Optional<bool> LocalAllowPeeling = UnrollOpts.AllowPeeling; in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DScalar.h196 int AllowPeeling = -1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp307 if (!UP.AllowPeeling) in computePeelCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h492 bool AllowPeeling; member