Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5169 unsigned MemVTWidth = MemVT.getSizeInBits(); in FindMemType() local
5175 (WidenWidth % MemVTWidth) == 0 && in FindMemType()
5176 isPowerOf2_32(WidenWidth / MemVTWidth) && in FindMemType()
5177 (MemVTWidth <= Width || in FindMemType()
5178 (Align!=0 && MemVTWidth<=AlignInBits && MemVTWidth<=Width+WidenEx))) { in FindMemType()
5179 if (MemVTWidth == WidenWidth) in FindMemType()
5193 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinSize(); in FindMemType() local
5198 (WidenWidth % MemVTWidth) == 0 && in FindMemType()
5199 isPowerOf2_32(WidenWidth / MemVTWidth) && in FindMemType()
5200 (MemVTWidth <= Width || in FindMemType()
[all …]