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

Overridden By

lib/Target/ARC/ARCInstrInfo.cpp
  412 bool ARCInstrInfo::isPostIncrement(const MachineInstr &MI) const {
lib/Target/Hexagon/HexagonInstrInfo.cpp
 1543 bool HexagonInstrInfo::isPostIncrement(const MachineInstr &MI) const {

References

lib/CodeGen/MachinePipeliner.cpp
 2099   if (TII->isPostIncrement(*MI))
 2121   if (!TII->isPostIncrement(*PrevDef))