Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
557 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
637 uint64_t MaxSafeDepDistBytes; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1336 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1356 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1359 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1627 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1649 MaxSafeDepDistBytes = in isDependent()
1650 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
1657 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
1669 MaxSafeDepDistBytes = -1; in areDepsSafe()
2040 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2197 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
[all …]