Searched refs:MaxSafeDepDistBytes (Results 1 – 2 of 2) sorted by relevance
215 uint64_t getMaxSafeDepDistBytes() { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()278 uint64_t MaxSafeDepDistBytes; variable544 uint64_t getMaxSafeDepDistBytes() const { return MaxSafeDepDistBytes; } in getMaxSafeDepDistBytes()642 uint64_t MaxSafeDepDistBytes; variable
1295 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 …]