Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16637 unsigned ToEltSz = StVT.getScalarSizeInBits(); in PerformTruncatingStoreCombine() local
16640 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) in PerformTruncatingStoreCombine()
16645 if (0 != (NumElems * FromEltSz) % ToEltSz) in PerformTruncatingStoreCombine()
16648 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformTruncatingStoreCombine()
16649 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformTruncatingStoreCombine()
16675 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformTruncatingStoreCombine()
16694 unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits(); in PerformTruncatingStoreCombine()