Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1820 uint64_t MaxVFWithoutSLForwardIssuesPowerOf2 = in couldPreventStoreLoadForward() local
1826 VF <= MaxVFWithoutSLForwardIssuesPowerOf2; VF *= 2) { in couldPreventStoreLoadForward()
1830 MaxVFWithoutSLForwardIssuesPowerOf2 = (VF >> 1); in couldPreventStoreLoadForward()
1835 if (MaxVFWithoutSLForwardIssuesPowerOf2 < 2 * TypeByteSize) { in couldPreventStoreLoadForward()
1843 MaxVFWithoutSLForwardIssuesPowerOf2 < in couldPreventStoreLoadForward()
1845 MaxVFWithoutSLForwardIssuesPowerOf2 != in couldPreventStoreLoadForward()
1848 bit_floor(MaxVFWithoutSLForwardIssuesPowerOf2 / CommonStride); in couldPreventStoreLoadForward()