Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp360 unsigned S2Size = getStoreTarget(S2).getSize().getValue(); in selectStores() local
361 if (SizeAccum + S2Size > std::min(MaxSize, Alignment)) in selectStores()
365 SizeAccum += S2Size; in selectStores()