Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16435 unsigned ToEltSz = StVT.getScalarSizeInBits(); in PerformTruncatingStoreCombine() local
16438 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) in PerformTruncatingStoreCombine()
16443 if (0 != (NumElems * FromEltSz) % ToEltSz) in PerformTruncatingStoreCombine()
16446 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformTruncatingStoreCombine()
16447 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformTruncatingStoreCombine()
16473 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformTruncatingStoreCombine()
16492 unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits(); in PerformTruncatingStoreCombine()