Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
423 int StoreCount = 0; member in __anon46287ded0111::CongruenceClass
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8539 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
8545 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
8552 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()
8570 if (StoreCount > 0) in lowerInterleavedStore()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14967 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore() local
14970 if (StoreCount > 0) in lowerInterleavedStore()
14981 unsigned IdxI = StoreCount * LaneLen * Factor + i; in lowerInterleavedStore()
14988 unsigned IdxJ = StoreCount * LaneLen * Factor + j; in lowerInterleavedStore()