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

Overrides

include/llvm/CodeGen/TargetInstrInfo.h
  328   virtual unsigned getInstSizeInBytes(const MachineInstr &MI) const {

Declarations

lib/Target/AVR/AVRInstrInfo.h
   72   unsigned getInstSizeInBytes(const MachineInstr &MI) const override;

References

lib/Target/AVR/AVRInstrInfo.cpp
  415       *BytesAdded += getInstSizeInBytes(MI);
  424   if (BytesAdded) *BytesAdded += getInstSizeInBytes(CondMI);
  430     if (BytesAdded) *BytesAdded += getInstSizeInBytes(MI);
  457     if (BytesRemoved) *BytesRemoved += getInstSizeInBytes(*I);
  570     return getInstSizeInBytes(MI);