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

References

lib/Target/X86/X86LegalizerInfo.cpp
  116   for (auto Ty : {p0, s1, s8, s16, s32})
  119   for (auto Ty : {s8, s16, s32, p0})
  123     for (auto Ty : {s8, s16, s32})
  127     setAction({Op, s32}, Legal);
  132     for (auto Ty : {s8, s16, s32, p0})
  144   setAction({G_GEP, 1, s32}, Legal);
  148         .legalForCartesianProduct({s1, s8, s16, s32}, {p0})
  149         .maxScalar(0, s32)
  151     getActionDefinitionsBuilder(G_INTTOPTR).legalFor({{p0, s32}});
  156       .legalFor({s8, s16, s32})
  157       .clampScalar(0, s8, s32);
  161       .legalFor({{s8, s8}, {s16, s8}, {s32, s8}})
  162       .clampScalar(0, s8, s32)
  170   for (auto Ty : {s8, s16, s32, p0})
  174   for (auto Ty : {s8, s16, s32}) {
  185   for (auto Ty : {s8, s16, s32, p0})
  189   for (const auto &Ty : {s16, s32, s64}) {
  193   for (const auto &Ty : {s8, s16, s32}) {