Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h367 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
368 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h197 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4905 if (Legal->isSafeForAnyVectorWidth()) in getMaxLegalScalableVF()