Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h363 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
364 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h210 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5674 if (Legal->isSafeForAnyVectorWidth()) in getMaxLegalScalableVF()