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/SystemZ/SystemZInstrInfo.h
  278   unsigned getInstSizeInBytes(const MachineInstr &MI) const override;

References

lib/Target/SystemZ/SystemZAsmPrinter.cpp
  588     ShadowBytes += TII->getInstSizeInBytes(*MII);
lib/Target/SystemZ/SystemZLongBranch.cpp
  215   Terminator.Size = TII->getInstSizeInBytes(MI);
  290       Block.Size += TII->getInstSizeInBytes(*MI);