Searched refs:getInstSizeInBytes (Results 1 – 3 of 3) sorted by relevance
212 Terminator.Size = TII->getInstSizeInBytes(MI); in describeTerminator()283 Block.Size += TII->getInstSizeInBytes(MI); in initMBBInfo()
202 uint64_t getInstSizeInBytes(const MachineInstr *MI) const;
1056 uint64_t SystemZInstrInfo::getInstSizeInBytes(const MachineInstr *MI) const { in getInstSizeInBytes() function in SystemZInstrInfo