Lines Matching refs:NumStores

767                                 unsigned NumStores);
779 EVT MemVT, unsigned NumStores,
794 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores,
8927 unsigned NumStores = Stores.size(); in mergeTruncStores() local
8928 unsigned WideNumBits = NumStores * NarrowNumBits; in mergeTruncStores()
8936 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores()
9003 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
9023 for (unsigned i = 0; i != NumStores; ++i) in mergeTruncStores()
9027 for (unsigned i = 0, j = NumStores - 1; i != NumStores; ++i, --j) in mergeTruncStores()
9041 else if (NumStores == 2 && checkOffsets(Layout.isBigEndian())) in mergeTruncStores()
20143 unsigned NumStores) { in getMergeStoreChains() argument
20148 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains()
20153 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains()
20187 SmallVectorImpl<MemOpLink> &StoreNodes, EVT MemVT, unsigned NumStores, in mergeStoresOfConstantsOrVecElts() argument
20190 if (NumStores < 2) in mergeStoresOfConstantsOrVecElts()
20200 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
20205 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts()
20221 unsigned Elts = NumStores * NumMemElts; in mergeStoresOfConstantsOrVecElts()
20231 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts()
20263 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts()
20308 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts()
20309 unsigned Idx = IsLE ? (NumStores - 1 - i) : i; in mergeStoresOfConstantsOrVecElts()
20341 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts()
20375 for (unsigned i = 0; i < NumStores; ++i) in mergeStoresOfConstantsOrVecElts()
20556 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores, in checkMergeStoreCandidatesForDependencies() argument
20584 for (unsigned i = 0; i < NumStores; ++i) { in checkMergeStoreCandidatesForDependencies()
20606 for (unsigned i = 0; i < NumStores; ++i) in checkMergeStoreCandidatesForDependencies()