Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h173 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeDepDistBytes(0), in MemoryDepChecker()
216 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
281 uint64_t MaxSafeDepDistBytes; variable
551 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
631 uint64_t MaxSafeDepDistBytes; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1317 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1337 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1340 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1607 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1629 MaxSafeDepDistBytes = in isDependent()
1630 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
1637 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
1649 MaxSafeDepDistBytes = -1; in areDepsSafe()
2041 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2198 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
[all …]