Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h286 TM_Disable, enumerator
300 TM_SuppressedByUser = TM_Disable | TM_Force
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp368 return TM_Disable; in hasUnrollTransformation()
386 return TM_Disable; in hasUnrollAndJamTransformation()
410 return TM_Disable; in hasVectorizeTransformation()
416 return TM_Disable; in hasVectorizeTransformation()
422 return TM_Disable; in hasVectorizeTransformation()
432 return TM_Disable; in hasDistributeTransformation()
442 return TM_Disable; in hasLICMVersioningTransformation()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h147 if (llvm::hasUnrollTransformation(TheLoop) & TM_Disable) in getInterleave()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp543 if (hasLICMVersioningTransformation(CurLoop) & TM_Disable) in run()
H A DLoopUnrollAndJamPass.cpp290 if (EnableMode & TM_Disable) in tryToUnrollAndJamLoop()
H A DLoopUnrollPass.cpp1175 if (TM & TM_Disable) in tryToUnrollLoop()