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/MSP430/MSP430InstrInfo.h
   54   unsigned getInstSizeInBytes(const MachineInstr &MI) const override;

References

lib/Target/MSP430/MSP430BranchSelector.cpp
   99       TotalSize += TII->getInstSizeInBytes(MI);
  121       MBBStartOffset += TII->getInstSizeInBytes(*MI);
  181       int InstrSizeDiff = -TII->getInstSizeInBytes(OldBranch);
  199         InstrSizeDiff += TII->getInstSizeInBytes(*MI);
  205       InstrSizeDiff += TII->getInstSizeInBytes(*MI);