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.cpp801 int64_t ElementSizeBytes) const;
20626 int64_t ElementSizeBytes) const { in getConsecutiveStores()
20631 StoreNodes[StartIdx].OffsetFromBase + ElementSizeBytes != in getConsecutiveStores()
20651 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in getConsecutiveStores()
20669 int64_t ElementSizeBytes = MemVT.getStoreSize(); in tryStoreMergeOfConstants() local
20700 unsigned SizeInBits = (i + 1) * ElementSizeBytes * 8; in tryStoreMergeOfConstants()
20869 int64_t ElementSizeBytes = MemVT.getStoreSize(); in tryStoreMergeOfLoads() local
20916 EVT PairVT = EVT::getIntegerVT(Context, ElementSizeBytes * 8 * 2); in tryStoreMergeOfLoads()
20917 if (Offset0 - Offset1 == ElementSizeBytes && in tryStoreMergeOfLoads()
20948 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in tryStoreMergeOfLoads()
[all …]