Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp362 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()
363 void incStoreCount() { ++StoreCount; } in incStoreCount()
365 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()
366 --StoreCount; in decStoreCount()
370 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()
380 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
381 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()
425 int StoreCount = 0; member in __anonf7cb05f80111::CongruenceClass
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13306 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
13313 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
13320 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
13348 if (StoreCount > 0) in lowerInterleavedStore()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21586 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
21589 if (StoreCount > 0) in lowerInterleavedStore()
21597 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
21604 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()