Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7312 unsigned MemVTWidth = MemVT.getSizeInBits(); in findMemType() local
7318 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7319 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7320 (MemVTWidth <= Width || in findMemType()
7321 (Align!=0 && MemVTWidth<=AlignInBits && MemVTWidth<=Width+WidenEx))) { in findMemType()
7322 if (MemVTWidth == WidenWidth) in findMemType()
7336 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinValue(); in findMemType() local
7341 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7342 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7343 (MemVTWidth <= Width || in findMemType()
[all …]