Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp174 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
587 unsigned ElementSizeBits) { in splitOddVectorElts() argument
588 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15369 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in MergeStoresOfConstantsOrVecElts() local
15370 unsigned SizeInBits = NumStores * ElementSizeBits; in MergeStoresOfConstantsOrVecElts()
15392 if (ElementSizeBits != Val.getValueSizeInBits()) { in MergeStoresOfConstantsOrVecElts()
15401 .zextOrTrunc(ElementSizeBits), in MergeStoresOfConstantsOrVecElts()
15462 StoreInt <<= ElementSizeBits; in MergeStoresOfConstantsOrVecElts()
15465 .zextOrTrunc(ElementSizeBits) in MergeStoresOfConstantsOrVecElts()
15470 .zextOrTrunc(ElementSizeBits) in MergeStoresOfConstantsOrVecElts()
15473 if (MemVT.getSizeInBits() != ElementSizeBits) in MergeStoresOfConstantsOrVecElts()