Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h394 LAI->getDepChecker().isSafeForAnyStoreLoadForwardDistances(); in isSafeForAnyVectorWidth()
419 bool isSafeForAnyStoreLoadForwardDistances() const { in isSafeForAnyStoreLoadForwardDistances() function
420 return LAI->getDepChecker().isSafeForAnyStoreLoadForwardDistances(); in isSafeForAnyStoreLoadForwardDistances()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h223 bool isSafeForAnyStoreLoadForwardDistances() const { in isSafeForAnyStoreLoadForwardDistances() function
231 assert(!isSafeForAnyStoreLoadForwardDistances() && in getStoreLoadForwardSafeDistanceInBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3031 if (!DC.isSafeForAnyStoreLoadForwardDistances()) { in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3527 if (!Legal->isSafeForAnyStoreLoadForwardDistances()) { in computeFeasibleMaxVF()