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/ARC/ARCInstrInfo.h
   51   unsigned getInstSizeInBytes(const MachineInstr &MI) const override;

References

lib/Target/ARC/ARCBranchFinalize.cpp
  156       unsigned Size = TII->getInstSizeInBytes(MI);