Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp158 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
666 unsigned ElementSizeBits) { in splitOddVectorElts() argument
667 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18545 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local
18546 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
18584 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()
18595 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()
18659 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
18662 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
18667 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
18670 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()