Home
last modified time | relevance | path

Searched refs:getInstSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp212 Terminator.Size = TII->getInstSizeInBytes(MI); in describeTerminator()
283 Block.Size += TII->getInstSizeInBytes(MI); in initMBBInfo()
DSystemZInstrInfo.h202 uint64_t getInstSizeInBytes(const MachineInstr *MI) const;
DSystemZInstrInfo.cpp1056 uint64_t SystemZInstrInfo::getInstSizeInBytes(const MachineInstr *MI) const { in getInstSizeInBytes() function in SystemZInstrInfo