Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp158 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
663 unsigned ElementSizeBits) { in splitOddVectorElts() argument
664 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17891 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local
17892 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
17930 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()
17941 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()
18002 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
18005 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
18010 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
18013 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()