HomeSort by relevance Sort by last modified time
    Searched refs:GetInstSizeInBytes (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 70 BlockSize += TII->GetInstSizeInBytes(MBBI);
107 MBBStartOffset += TII->GetInstSizeInBytes(I);
MSP430InstrInfo.h 71 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
MSP430InstrInfo.cpp 292 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 72 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
MipsInstrInfo.cpp 254 unsigned MipsInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
MipsLongBranch.cpp 181 MBBInfos[I].Size += TII->GetInstSizeInBytes(&*MI);
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 71 BlockSize += TII->GetInstSizeInBytes(MBBI);
107 MBBStartOffset += TII->GetInstSizeInBytes(I);
PPCInstrInfo.h 150 virtual unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
PPCInstrInfo.cpp 771 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 805 BBI.Size += TII->GetInstSizeInBytes(I);
806 // For inline asm, GetInstSizeInBytes returns a conservative estimate.
836 Offset += TII->GetInstSizeInBytes(I);
    [all...]
ARMBaseInstrInfo.h 98 virtual unsigned GetInstSizeInBytes(const MachineInstr* MI) const;
ARMFrameLowering.cpp     [all...]
ARMBaseInstrInfo.cpp 546 unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
641 Size += GetInstSizeInBytes(&*I);
    [all...]

Completed in 161 milliseconds