Home
last modified time | relevance | path

Searched refs:TM_ForcedByUser (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDWarnMissedTransforms.cpp26 if (hasUnrollTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
37 if (hasUnrollAndJamTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
48 if (hasVectorizeTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
73 if (hasDistributeTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp398 return Count.getValue() == 1 ? TM_SuppressedByUser : TM_ForcedByUser; in hasUnrollTransformation()
401 return TM_ForcedByUser; in hasUnrollTransformation()
404 return TM_ForcedByUser; in hasUnrollTransformation()
419 return Count.getValue() == 1 ? TM_SuppressedByUser : TM_ForcedByUser; in hasUnrollAndJamTransformation()
422 return TM_ForcedByUser; in hasUnrollAndJamTransformation()
451 return TM_ForcedByUser; in hasVectorizeTransformation()
467 return TM_ForcedByUser; in hasDistributeTransformation()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopUtils.h240 TM_ForcedByUser = TM_Enable | TM_Force, enumerator