Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h372 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
373 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h213 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1481 Legal->isSafeForAnyVectorWidth(); in setTailFoldingStyles()
3859 if (!Legal->isSafeForAnyVectorWidth() && !getMaxVScale(*TheFunction, TTI)) { in isScalableVectorizationAllowed()
3877 if (Legal->isSafeForAnyVectorWidth()) in getMaxLegalScalableVF()
4853 if (!Legal->isSafeForAnyVectorWidth()) in selectInterleaveCount()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3026 if (!DC.isSafeForAnyVectorWidth()) in print()