Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp363 unsigned getStoreCount() const { return StoreCount; } in getStoreCount()
364 void incStoreCount() { ++StoreCount; } in incStoreCount()
366 assert(StoreCount != 0 && "Store count went negative"); in decStoreCount()
367 --StoreCount; in decStoreCount()
371 bool definesNoMemory() const { return StoreCount == 0 && memory_empty(); } in definesNoMemory()
381 if (std::tie(StoreCount, RepLeader, RepStoredValue, RepMemoryAccess) != in isEquivalentTo()
382 std::tie(Other->StoreCount, Other->RepLeader, Other->RepStoredValue, in isEquivalentTo()
426 int StoreCount = 0; member in __anon0afe5c7c0111::CongruenceClass
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11883 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
11889 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
11896 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
11914 if (StoreCount > 0) in lowerInterleavedStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20605 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
20608 if (StoreCount > 0) in lowerInterleavedStore()
20616 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
20623 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()