Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp667 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts() local
668 unsigned SizeBytes = ElementSizeBytes * Chain.size(); in splitOddVectorElts()
669 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp744 int64_t ElementSizeBytes) const;
18943 int64_t ElementSizeBytes) const { in getConsecutiveStores()
18948 StoreNodes[StartIdx].OffsetFromBase + ElementSizeBytes != in getConsecutiveStores()
18968 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in getConsecutiveStores()
18986 int64_t ElementSizeBytes = MemVT.getStoreSize(); in tryStoreMergeOfConstants() local
19015 unsigned SizeInBits = (i + 1) * ElementSizeBytes * 8; in tryStoreMergeOfConstants()
19186 int64_t ElementSizeBytes = MemVT.getStoreSize(); in tryStoreMergeOfLoads() local
19233 EVT PairVT = EVT::getIntegerVT(Context, ElementSizeBytes * 8 * 2); in tryStoreMergeOfLoads()
19234 if (Offset0 - Offset1 == ElementSizeBytes && in tryStoreMergeOfLoads()
19265 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in tryStoreMergeOfLoads()
[all …]