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