Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp359 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()
360 void incStoreCount() { ++StoreCount; } in incStoreCount()
362 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()
363 --StoreCount; in decStoreCount()
367 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()
377 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
378 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()
422 int StoreCount = 0; member in __anonb3555ec80111::CongruenceClass
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21915 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
21918 if (StoreCount > 0) in lowerInterleavedStore()
21926 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
21933 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17005 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
17012 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
17019 unsigned IdxJ = StoreCount * LaneLen * Factor + j * Factor + i; in lowerInterleavedStore()
17047 if (StoreCount > 0) in lowerInterleavedStore()