Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7822 unsigned WidenWidth = WidenVT.getSizeInBits().getKnownMinValue(); in findMemType() local
7842 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7843 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7846 if (MemVTWidth == WidenWidth) in findMemType()
7865 (WidenWidth % MemVTWidth) == 0 && in findMemType()
7866 isPowerOf2_32(WidenWidth / MemVTWidth) && in findMemType()
7933 TypeSize WidenWidth = WidenVT.getSizeInBits(); in GenWidenVectorLoads() local
7934 TypeSize WidthDiff = WidenWidth - LdWidth; in GenWidenVectorLoads()
7980 WidenWidth.getFixedValue() / FirstVTWidth.getFixedValue(); in GenWidenVectorLoads()
7989 assert(WidenWidth.getFixedValue() % FirstVTWidth.getFixedValue() == 0); in GenWidenVectorLoads()
[all …]