Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h369 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
370 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h369 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
370 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h369 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
370 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h367 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
368 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h369 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
370 return LAI->getDepChecker().isSafeForAnyVectorWidth(); in isSafeForAnyVectorWidth()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoopAccessAnalysis.h211 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoopAccessAnalysis.h211 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h197 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoopAccessAnalysis.h211 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoopAccessAnalysis.h211 bool isSafeForAnyVectorWidth() const { in isSafeForAnyVectorWidth() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4905 if (Legal->isSafeForAnyVectorWidth()) in getMaxLegalScalableVF()