Home
last modified time | relevance | path

Searched refs:MaxVFWithoutSLForwardIssues (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1116 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local
1120 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1306 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local
1310 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1694 uint64_t MaxVFWithoutSLForwardIssues = std::min( in couldPreventStoreLoadForward() local
1698 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()