reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 4781   int WidthDiff = WidenWidth - LdWidth;
 4785   EVT NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff);
 4792   if (LdWidth <= NewVTWidth) {
 4816   LdWidth -= NewVTWidth;
 4819   while (LdWidth > 0) {
 4825     if (LdWidth < NewVTWidth) {
 4827       NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff);
 4833       if (L->getValueType(0).isVector() && NewVTWidth >= LdWidth) {
 4856     LdWidth -= NewVTWidth;