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/AMDGPU/SIInstrInfo.h
  942   unsigned getInstSizeInBytes(const MachineInstr &MI) const override;

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  584       CodeSize += TII->getInstSizeInBytes(MI);
lib/Target/AMDGPU/GCNHazardRecognizer.cpp
 1155            TII->getInstSizeInBytes(*I) >= 16;
lib/Target/AMDGPU/SIISelLowering.cpp
10774       LoopSize += TII->getInstSizeInBytes(MI);
lib/Target/AMDGPU/SIInstrInfo.cpp
 2026     RemovedSize += getInstSizeInBytes(*I);
 5974     Size += getInstSizeInBytes(*I);