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/RISCV/RISCVInstrInfo.h
   56   unsigned getInstSizeInBytes(const MachineInstr &MI) const override;

References

lib/Target/RISCV/RISCVInstrInfo.cpp
  315     *BytesRemoved += getInstSizeInBytes(*I);
  328     *BytesRemoved += getInstSizeInBytes(*I);
  350       *BytesAdded += getInstSizeInBytes(MI);
  359     *BytesAdded += getInstSizeInBytes(CondMI);
  368     *BytesAdded += getInstSizeInBytes(MI);