Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h215 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
278 uint64_t MaxSafeDepDistBytes; variable
544 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()
642 uint64_t MaxSafeDepDistBytes; variable
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1295 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1315 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()
1318 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1585 if (MinDistanceNeeded > MaxSafeDepDistBytes) { in isDependent()
1607 MaxSafeDepDistBytes = in isDependent()
1608 std::min(static_cast<uint64_t>(Distance), MaxSafeDepDistBytes); in isDependent()
1615 uint64_t MaxVF = MaxSafeDepDistBytes / (TypeByteSize * Stride); in isDependent()
1627 MaxSafeDepDistBytes = -1; in areDepsSafe()
1974 MaxSafeDepDistBytes = DepChecker->getMaxSafeDepDistBytes(); in analyzeLoop()
2289 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
[all …]