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.cpp7836 unsigned MemVTWidth = MemVT.getSizeInBits(); in findMemType() local
7842 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7843 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7844 (MemVTWidth <= Width || in findMemType()
7845 (Align!=0 && MemVTWidth<=AlignInBits && MemVTWidth<=Width+WidenEx))) { in findMemType()
7846 if (MemVTWidth == WidenWidth) in findMemType()
7860 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinValue(); in findMemType() local
7865 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7866 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7867 (MemVTWidth <= Width || in findMemType()
[all …]