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

References

lib/Target/ARM/Thumb2SizeReduction.cpp
  414   unsigned Opc = Entry.NarrowOpc1;
  416   uint8_t  ImmLimit = Entry.Imm1Limit;
  418   switch (Entry.WideOpc) {
  424       Opc = Entry.NarrowOpc2;
  425       ImmLimit = Entry.Imm2Limit;
  466     bool IsStore = Entry.WideOpc == ARM::t2STR_POST;
  480     auto MIB = BuildMI(MBB, MI, dl, TII->get(Entry.NarrowOpc1))
  530     Opc = Entry.NarrowOpc2; // tPOP_RET
  542         (Entry.WideOpc == ARM::t2LDMIA_UPD ||
  543          Entry.WideOpc == ARM::t2STMDB_UPD)) {
  544       Opc = Entry.NarrowOpc2; // tPOP or tPUSH
  547                (Entry.WideOpc != ARM::t2LDMIA_UPD &&
  548                 Entry.WideOpc != ARM::t2STMIA_UPD)) {
  586   if (Entry.WideOpc == ARM::t2STMIA)