Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7316 unsigned MemVTWidth = MemVT.getSizeInBits(); in findMemType() local
7322 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7323 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7324 (MemVTWidth <= Width || in findMemType()
7325 (Align!=0 && MemVTWidth<=AlignInBits && MemVTWidth<=Width+WidenEx))) { in findMemType()
7326 if (MemVTWidth == WidenWidth) in findMemType()
7340 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinValue(); in findMemType() local
7345 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7346 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7347 (MemVTWidth <= Width || in findMemType()
[all …]