Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h203 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
279 uint64_t MaxSafeDepDistBytes = 0; variable
594 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
684 uint64_t MaxSafeDepDistBytes = -1; variable
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1695 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1715 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1718 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1987 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
2009 MaxSafeDepDistBytes = in isDependent()
2010 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
2017 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
2029 MaxSafeDepDistBytes = -1; in areDepsSafe()
2418 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2633 if (MaxSafeDepDistBytes != -1ULL) in print()
[all …]