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

References

lib/CodeGen/GlobalISel/LegalizerInfo.cpp
   48     OS << "Legal";
   51     OS << "NarrowScalar";
   54     OS << "WidenScalar";
   57     OS << "FewerElements";
   60     OS << "MoreElements";
   63     OS << "Lower";
   66     OS << "Libcall";
   69     OS << "Custom";
   72     OS << "Unsupported";
   75     OS << "NotFound";
   78     OS << "UseLegacyRules";
   81   return OS;