Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h377 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
378 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h196 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4845 if (Legal->isSafeForAnyVectorWidth()) in getMaxLegalScalableVF()