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

1 2

  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 73 BlockSize += TII->GetInstSizeInBytes(MI);
110 MBBStartOffset += TII->GetInstSizeInBytes(*I);
MSP430InstrInfo.h 71 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
MSP430InstrInfo.cpp 296 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr &MI) const {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430BranchSelector.cpp 70 BlockSize += TII->GetInstSizeInBytes(MBBI);
107 MBBStartOffset += TII->GetInstSizeInBytes(I);
MSP430InstrInfo.h 72 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
MSP430InstrInfo.cpp 298 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCBranchSelector.cpp 71 BlockSize += TII->GetInstSizeInBytes(MBBI);
107 MBBStartOffset += TII->GetInstSizeInBytes(I);
PPCInstrInfo.h 144 virtual unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
PPCInstrInfo.cpp 640 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 180 Size += TII->GetInstSizeInBytes(MI);
198 Offset += TII->GetInstSizeInBytes(*I);
423 int delta = TII->GetInstSizeInBytes(MBB->back());
449 BlockInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(MBB->back());
451 BlockInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(MBB->back());
454 BlockInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(*MI);
AArch64InstrInfo.h 42 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 73 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
AVRInstrInfo.cpp 442 unsigned AVRInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 95 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
MipsConstantIslandPass.cpp 804 BBI.Size += TII->GetInstSizeInBytes(MI);
821 Offset += TII->GetInstSizeInBytes(*I);
    [all...]
MipsInstrInfo.cpp 380 unsigned MipsInstrInfo::GetInstSizeInBytes(const MachineInstr &MI) const {
MipsDelaySlotFiller.cpp 605 if (InMicroMipsMode && TII->GetInstSizeInBytes(*std::next(DSI)) == 2 &&
695 if (InMicroMipsMode && TII->GetInstSizeInBytes(*CurrI) == 2 &&
MipsLongBranch.cpp 182 MBBInfos[I].Size += TII->GetInstSizeInBytes(*MI);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 510 MBBSize += TII->GetInstSizeInBytes(I);
687 Offset += TII->GetInstSizeInBytes(I);
803 OrigBBSize += TII->GetInstSizeInBytes(I);
814 NewBBSize += TII->GetInstSizeInBytes(I);
    [all...]
ARMBaseInstrInfo.h 98 virtual unsigned GetInstSizeInBytes(const MachineInstr* MI) const;
ARMFrameLowering.cpp 745 FnSize += TII.GetInstSizeInBytes(I);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 111 BlockSize += TII->GetInstSizeInBytes(MI);
158 MBBStartOffset += TII->GetInstSizeInBytes(*I);
PPCInstrInfo.h 259 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMBaseInstrInfo.h 157 virtual unsigned GetInstSizeInBytes(const MachineInstr &MI) const;

Completed in 661 milliseconds

1 2