Home
last modified time | relevance | path

Searched refs:TransformationMode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h223 enum TransformationMode { enum
251 TransformationMode hasUnrollTransformation(Loop *L);
252 TransformationMode hasUnrollAndJamTransformation(Loop *L);
253 TransformationMode hasVectorizeTransformation(Loop *L);
254 TransformationMode hasDistributeTransformation(Loop *L);
255 TransformationMode hasLICMVersioningTransformation(Loop *L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp391 TransformationMode llvm::hasUnrollTransformation(Loop *L) { in hasUnrollTransformation()
412 TransformationMode llvm::hasUnrollAndJamTransformation(Loop *L) { in hasUnrollAndJamTransformation()
430 TransformationMode llvm::hasVectorizeTransformation(Loop *L) { in hasVectorizeTransformation()
465 TransformationMode llvm::hasDistributeTransformation(Loop *L) { in hasDistributeTransformation()
475 TransformationMode llvm::hasLICMVersioningTransformation(Loop *L) { in hasLICMVersioningTransformation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp312 TransformationMode EnableMode = hasUnrollAndJamTransformation(L); in tryToUnrollAndJamLoop()
DLoopUnrollPass.cpp1027 TransformationMode TM = hasUnrollTransformation(L); in tryToUnrollLoop()