reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
328 virtual unsigned getInstSizeInBytes(const MachineInstr &MI) const {
378 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
138 BlockSize += TII->getInstSizeInBytes(MI); 315 MBBStartOffset += TII->getInstSizeInBytes(*I);lib/Target/PowerPC/PPCISelLowering.cpp
14198 LoopSize += TII->getInstSizeInBytes(*J);