Home
last modified time | relevance | path

Searched refs:MaxSafeDepDistBytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h202 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
278 uint64_t MaxSafeDepDistBytes = 0; variable
593 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
683 uint64_t MaxSafeDepDistBytes = -1; variable
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1640 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1660 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1663 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1933 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1955 MaxSafeDepDistBytes = in isDependent()
1956 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
1963 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
1975 MaxSafeDepDistBytes = -1; in areDepsSafe()
2361 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2577 if (MaxSafeDepDistBytes != -1ULL) in print()
[all …]