Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h265 TM_Disable, enumerator
279 TM_SuppressedByUser = TM_Disable | TM_Force
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp376 return TM_Disable; in hasUnrollTransformation()
394 return TM_Disable; in hasUnrollAndJamTransformation()
418 return TM_Disable; in hasVectorizeTransformation()
424 return TM_Disable; in hasVectorizeTransformation()
430 return TM_Disable; in hasVectorizeTransformation()
440 return TM_Disable; in hasDistributeTransformation()
450 return TM_Disable; in hasLICMVersioningTransformation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h134 if (llvm::hasUnrollTransformation(TheLoop) & TM_Disable) in getInterleave()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp603 if (hasLICMVersioningTransformation(L) & TM_Disable) in runOnLoop()
H A DLoopUnrollAndJamPass.cpp295 if (EnableMode & TM_Disable) in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp1064 if (TM & TM_Disable) in tryToUnrollLoop()