Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21213 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local
21214 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
21253 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()
21264 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()
21328 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()
21331 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
21336 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
21339 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2717 unsigned ElementSizeBits = VT.getScalarSizeInBits(); in allowsMisalignedMemoryAccesses() local
2718 if (ElementSizeBits % 8 == 0 && Alignment >= Align(ElementSizeBits / 8)) in allowsMisalignedMemoryAccesses()