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.cpp368 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()
369 void incStoreCount() { ++StoreCount; } in incStoreCount()
371 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()
372 --StoreCount; in decStoreCount()
376 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()
386 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
387 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()
433 int StoreCount = 0; member in __anonb3555ec80111::CongruenceClass
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21835 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
21838 if (StoreCount > 0) in lowerInterleavedStore()
21846 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
21853 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17427 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
17434 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
17441 unsigned IdxJ = StoreCount * LaneLen * Factor + j * Factor + i; in lowerInterleavedStore()
17468 if (StoreCount > 0) in lowerInterleavedStore()