Searched defs:GetInstSizeInBytes (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp293 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp261 unsigned MipsInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MipsInstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp37 unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:AArch64InstrInfo
57 llvm_unreachable("GetInstSizeInBytes()- Unable to determin insn size");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1779 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:PPCInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp597 unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:ARMBaseInstrInfo
654 Size += GetInstSizeInBytes(&*I);

Completed in 150 milliseconds