reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
328 virtual unsigned getInstSizeInBytes(const MachineInstr &MI) const {
942 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
584 CodeSize += TII->getInstSizeInBytes(MI);
lib/Target/AMDGPU/GCNHazardRecognizer.cpp 1155 TII->getInstSizeInBytes(*I) >= 16;
lib/Target/AMDGPU/SIISelLowering.cpp10774 LoopSize += TII->getInstSizeInBytes(MI);
lib/Target/AMDGPU/SIInstrInfo.cpp2026 RemovedSize += getInstSizeInBytes(*I); 5974 Size += getInstSizeInBytes(*I);