Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp107 splitOddVectorElts(ArrayRef<Value *> Chain, unsigned ElementSizeBits);
420 unsigned ElementSizeBits) { in splitOddVectorElts() argument
421 unsigned ElemSizeInBytes = ElementSizeBits / 8; in splitOddVectorElts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp173 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
554 unsigned ElementSizeBits) { in splitOddVectorElts() argument
555 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2250 uint64_t ElementSizeBits = TD->getTypeSizeInBits(ArrayEltTy); in RewriteStoreUserOfWholeAlloca() local
2261 if (ElementSizeBits == 0) continue; in RewriteStoreUserOfWholeAlloca()
2270 if (ElementSizeBits != AllocaSizeBits) in RewriteStoreUserOfWholeAlloca()
2273 ElementSizeBits)); in RewriteStoreUserOfWholeAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13671 int64_t ElementSizeBits = MemVT.getStoreSizeInBits(); in MergeStoresOfConstantsOrVecElts() local
13672 unsigned SizeInBits = NumStores * ElementSizeBits; in MergeStoresOfConstantsOrVecElts()
13694 if (ElementSizeBits != Val.getValueSizeInBits()) { in MergeStoresOfConstantsOrVecElts()
13703 .zextOrTrunc(ElementSizeBits), in MergeStoresOfConstantsOrVecElts()
13766 StoreInt <<= ElementSizeBits; in MergeStoresOfConstantsOrVecElts()
13769 .zextOrTrunc(ElementSizeBits) in MergeStoresOfConstantsOrVecElts()
13774 .zextOrTrunc(ElementSizeBits) in MergeStoresOfConstantsOrVecElts()
13777 if (MemVT.getSizeInBits() != ElementSizeBits) in MergeStoresOfConstantsOrVecElts()