Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6638 unsigned MemVTWidth = MemVT.getSizeInBits(); in findMemType() local
6644 (WidenWidth % MemVTWidth) == 0 && in findMemType()
6645 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
6646 (MemVTWidth <= Width || in findMemType()
6647 (Align!=0 && MemVTWidth<=AlignInBits && MemVTWidth<=Width+WidenEx))) { in findMemType()
6648 if (MemVTWidth == WidenWidth) in findMemType()
6662 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinValue(); in findMemType() local
6667 (WidenWidth % MemVTWidth) == 0 && in findMemType()
6668 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
6669 (MemVTWidth <= Width || in findMemType()
[all …]