Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3032 uint64_t SLDist = DC.getStoreLoadForwardSafeDistanceInBits(); in print() local
3033 OS << ", with a maximum safe store-load forward width of " << SLDist in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3528 unsigned SLDist = Legal->getMaxStoreLoadForwardSafeDistanceInBits(); in computeFeasibleMaxVF() local
3530 std::min(MaxSafeElementsPowerOf2, SLDist / WidestType); in computeFeasibleMaxVF()