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

Declarations

lib/Target/Hexagon/HexagonInstrInfo.h
  355   bool isDotNewInst(const MachineInstr &MI) const;

References

lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  735         HII->isDotNewInst(PacketMI) != HII->isDotNewInst(MI) ||
  735         HII->isDotNewInst(PacketMI) != HII->isDotNewInst(MI) ||
  846   if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI))
 1021          HII->isDotNewInst(MI1) == HII->isDotNewInst(MI2);
 1021          HII->isDotNewInst(MI1) == HII->isDotNewInst(MI2);