Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp814 int64_t ElementSizeBytes) const;
21673 int64_t ElementSizeBytes) const { in getConsecutiveStores()
21678 StoreNodes[StartIdx].OffsetFromBase + ElementSizeBytes != in getConsecutiveStores()
21698 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in getConsecutiveStores()
21716 int64_t ElementSizeBytes = MemVT.getStoreSize(); in tryStoreMergeOfConstants() local
21747 unsigned SizeInBits = (i + 1) * ElementSizeBytes * 8; in tryStoreMergeOfConstants()
21916 int64_t ElementSizeBytes = MemVT.getStoreSize(); in tryStoreMergeOfLoads() local
21963 EVT PairVT = EVT::getIntegerVT(Context, ElementSizeBytes * 8 * 2); in tryStoreMergeOfLoads()
21964 if (Offset0 - Offset1 == ElementSizeBytes && in tryStoreMergeOfLoads()
21995 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in tryStoreMergeOfLoads()
[all …]