Lines Matching refs:NumStores

697                                 unsigned NumStores);
704 EVT MemVT, unsigned NumStores,
720 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores,
7964 unsigned NumStores = Stores.size(); in mergeTruncStores() local
7966 unsigned WideNumBits = NumStores * NarrowNumBits; in mergeTruncStores()
7974 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores()
8035 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
8055 for (unsigned i = 0; i != NumStores; ++i) in mergeTruncStores()
8059 for (unsigned i = 0, j = NumStores - 1; i != NumStores; ++i, --j) in mergeTruncStores()
8073 else if (NumStores == 2 && checkOffsets(Layout.isBigEndian())) in mergeTruncStores()
17859 unsigned NumStores) { in getMergeStoreChains() argument
17864 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains()
17869 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains()
17879 SmallVectorImpl<MemOpLink> &StoreNodes, EVT MemVT, unsigned NumStores, in mergeStoresOfConstantsOrVecElts() argument
17882 if (NumStores < 2) in mergeStoresOfConstantsOrVecElts()
17892 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
17897 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts()
17913 unsigned Elts = NumStores * NumMemElts; in mergeStoresOfConstantsOrVecElts()
17923 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts()
17954 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts()
17996 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts()
17997 unsigned Idx = IsLE ? (NumStores - 1 - i) : i; in mergeStoresOfConstantsOrVecElts()
18025 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts()
18048 for (unsigned i = 0; i < NumStores; ++i) in mergeStoresOfConstantsOrVecElts()
18216 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores, in checkMergeStoreCandidatesForDependencies() argument
18244 for (unsigned i = 0; i < NumStores; ++i) { in checkMergeStoreCandidatesForDependencies()
18266 for (unsigned i = 0; i < NumStores; ++i) in checkMergeStoreCandidatesForDependencies()