Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h369 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
370 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h211 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2961 if (!DC.isSafeForAnyVectorWidth()) in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4500 if (Legal->isSafeForAnyVectorWidth()) in getMaxLegalScalableVF()
5353 if (!Legal->isSafeForAnyVectorWidth()) in selectInterleaveCount()