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

Overridden By

lib/Target/AArch64/AArch64InstrInfo.cpp
   75 unsigned AArch64InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/AMDGPU/SIInstrInfo.cpp
 5980 unsigned SIInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/ARC/ARCInstrInfo.cpp
  403 unsigned ARCInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/ARM/ARMBaseInstrInfo.cpp
  700 unsigned ARMBaseInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/AVR/AVRInstrInfo.cpp
  476 unsigned AVRInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/MSP430/MSP430InstrInfo.cpp
  300 unsigned MSP430InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/Mips/MipsInstrInfo.cpp
  576 unsigned MipsInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/PowerPC/PPCInstrInfo.cpp
 2010 unsigned PPCInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/RISCV/RISCVInstrInfo.cpp
  450 unsigned RISCVInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
lib/Target/SystemZ/SystemZInstrInfo.cpp
 1396 unsigned SystemZInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {

References

include/llvm/CodeGen/TargetInstrInfo.h
  792     return getInstSizeInBytes(MI);
lib/CodeGen/BranchRelaxation.cpp
  171     Size += TII->getInstSizeInBytes(MI);
  189     Offset += TII->getInstSizeInBytes(*I);
  441   unsigned OldBrSize = TII->getInstSizeInBytes(MI);
lib/CodeGen/IfConversion.cpp
  310           CommonBytes += TII->getInstSizeInBytes(I);
  314           CommonBytes += TII->getInstSizeInBytes(I);
  327             CommonBytes += TII->getInstSizeInBytes(I);
  336             CommonBytes += TII->getInstSizeInBytes(I);
lib/Target/AArch64/AArch64CompressJumpTables.cpp
   69     Size += TII->getInstSizeInBytes(MI);
  153       Offset += TII->getInstSizeInBytes(MI);