Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6245 unsigned MemVTWidth = MemVT.getSizeInBits(); in findMemType() local
6251 (WidenWidth % MemVTWidth) == 0 && in findMemType()
6252 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
6253 (MemVTWidth <= Width || in findMemType()
6254 (Align!=0 && MemVTWidth<=AlignInBits && MemVTWidth<=Width+WidenEx))) { in findMemType()
6255 if (MemVTWidth == WidenWidth) in findMemType()
6269 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinSize(); in findMemType() local
6274 (WidenWidth % MemVTWidth) == 0 && in findMemType()
6275 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
6276 (MemVTWidth <= Width || in findMemType()
[all …]