Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonccb5b2130111::CongruenceClass
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11524 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
11530 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
11537 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
11555 if (StoreCount > 0) in lowerInterleavedStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19887 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
19890 if (StoreCount > 0) in lowerInterleavedStore()
19898 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
19905 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()