Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp159 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
632 unsigned ElementSizeBits) { in splitOddVectorElts() argument
633 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16732 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local
16733 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
16755 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()
16764 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()
16825 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
16828 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
16833 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
16836 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()