Lines Matching refs:NumStores

760                                 unsigned NumStores);
772 EVT MemVT, unsigned NumStores,
788 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores,
8920 unsigned NumStores = Stores.size(); in mergeTruncStores() local
8921 unsigned WideNumBits = NumStores * NarrowNumBits; in mergeTruncStores()
8929 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores()
8990 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores()
9010 for (unsigned i = 0; i != NumStores; ++i) in mergeTruncStores()
9014 for (unsigned i = 0, j = NumStores - 1; i != NumStores; ++i, --j) in mergeTruncStores()
9028 else if (NumStores == 2 && checkOffsets(Layout.isBigEndian())) in mergeTruncStores()
19805 unsigned NumStores) { in getMergeStoreChains() argument
19810 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains()
19815 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains()
19849 SmallVectorImpl<MemOpLink> &StoreNodes, EVT MemVT, unsigned NumStores, in mergeStoresOfConstantsOrVecElts() argument
19852 if (NumStores < 2) in mergeStoresOfConstantsOrVecElts()
19862 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
19867 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts()
19883 unsigned Elts = NumStores * NumMemElts; in mergeStoresOfConstantsOrVecElts()
19893 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts()
19925 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts()
19970 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts()
19971 unsigned Idx = IsLE ? (NumStores - 1 - i) : i; in mergeStoresOfConstantsOrVecElts()
20003 SDValue NewChain = getMergeStoreChains(StoreNodes, NumStores); in mergeStoresOfConstantsOrVecElts()
20037 for (unsigned i = 0; i < NumStores; ++i) in mergeStoresOfConstantsOrVecElts()
20210 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores, in checkMergeStoreCandidatesForDependencies() argument
20238 for (unsigned i = 0; i < NumStores; ++i) { in checkMergeStoreCandidatesForDependencies()
20260 for (unsigned i = 0; i < NumStores; ++i) in checkMergeStoreCandidatesForDependencies()