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

Declarations

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  205 LegalityPredicate typeInSet(unsigned TypeIdx,

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  392     return actionIf(Action, typeInSet(typeIdx(0), Types));
  400     return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation);
  427     return actionIf(Action, typeInSet(typeIdx(0), Types));
  435     return actionIf(Action, all(typeInSet(typeIdx(0), Types),
  436                                 typeInSet(typeIdx(1), Types)));
  447     return actionIf(Action, all(typeInSet(typeIdx(0), Types0),
  448                                 typeInSet(typeIdx(1), Types1)));
  458     return actionIf(Action, all(typeInSet(typeIdx(0), Types0),
  459                                 all(typeInSet(typeIdx(1), Types1),
  460                                     typeInSet(typeIdx(2), Types2))));
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  196       .maxScalarIf(typeInSet(0, {s32}), 1, s16)
  197       .maxScalarIf(typeInSet(0, {s64}), 1, s32)
  216       .maxScalarIf(typeInSet(1, {s32}), 0, s16)
  217       .maxScalarIf(typeInSet(1, {s64}), 0, s32)
  450             typeInSet(0, {s8, s16, s32, s64}), typeIs(1, s1), typeIs(2, p0),
  458             typeInSet(0, {s8, s16, s32, s64}), typeIs(1, p0),