Searched refs:MaxVFWithoutSLForwardIssues (Results 1 – 3 of 3) sorted by relevance
1116 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local1120 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()1125 MaxVFWithoutSLForwardIssues = (VF >>= 1); in couldPreventStoreLoadForward()1130 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()1136 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()1137 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()1139 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1306 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local1310 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()1315 MaxVFWithoutSLForwardIssues = (VF >>= 1); in couldPreventStoreLoadForward()1320 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()1327 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()1328 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()1330 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()
1694 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local1698 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()1703 MaxVFWithoutSLForwardIssues = (VF >> 1); in couldPreventStoreLoadForward()1708 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) { in couldPreventStoreLoadForward()1715 if (MaxVFWithoutSLForwardIssues < MaxSafeDepDistBytes && in couldPreventStoreLoadForward()1716 MaxVFWithoutSLForwardIssues != in couldPreventStoreLoadForward()1718 MaxSafeDepDistBytes = MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward()