Searched refs:GetInstSizeInBytes (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp72 BlockSize += TII->GetInstSizeInBytes(MBBI);
109 MBBStartOffset += TII->GetInstSizeInBytes(I);
H A DMSP430InstrInfo.h72 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DMSP430InstrInfo.cpp295 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MSP430InstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp169 Size += TII->GetInstSizeInBytes(&MI);
187 Offset += TII->GetInstSizeInBytes(I);
414 int delta = TII->GetInstSizeInBytes(&MBB->back());
440 BlockInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
442 BlockInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
445 BlockInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(MI);
H A DAArch64InstrInfo.h48 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DAArch64InstrInfo.cpp38 unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:AArch64InstrInfo
58 llvm_unreachable("GetInstSizeInBytes()- Unable to determin insn size");
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp107 BlockSize += TII->GetInstSizeInBytes(MBBI);
154 MBBStartOffset += TII->GetInstSizeInBytes(I);
H A DPPCInstrInfo.h239 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DPPCInstrInfo.cpp1684 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:PPCInstrInfo
H A DPPCISelLowering.cpp10493 LoopSize += TII->GetInstSizeInBytes(J);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp809 BBI.Size += TII->GetInstSizeInBytes(I);
810 // For inline asm, GetInstSizeInBytes returns a conservative estimate.
840 Offset += TII->GetInstSizeInBytes(I);
1320 UserOffset + TII->GetInstSizeInBytes(UserMI) + 1);
1330 for (unsigned Offset = UserOffset+TII->GetInstSizeInBytes(UserMI);
1332 Offset += TII->GetInstSizeInBytes(MI), MI = std::next(MI)) {
1633 int delta = TII->GetInstSizeInBytes(&MBB->back());
1649 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1655 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1660 BBInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(M
[all...]
H A DARMBaseInstrInfo.h148 virtual unsigned GetInstSizeInBytes(const MachineInstr* MI) const;
H A DARMFrameLowering.cpp1402 FnSize += TII.GetInstSizeInBytes(&MI);
H A DARMBaseInstrInfo.cpp600 unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:ARMBaseInstrInfo
689 Size += GetInstSizeInBytes(&*I);
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h88 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DMipsConstantIslandPass.cpp818 BBI.Size += TII->GetInstSizeInBytes(I);
836 Offset += TII->GetInstSizeInBytes(I);
1315 for (unsigned Offset = UserOffset+TII->GetInstSizeInBytes(UserMI);
1317 Offset += TII->GetInstSizeInBytes(MI), MI = std::next(MI)) {
1643 int delta = TII->GetInstSizeInBytes(&MBB->back());
1665 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1667 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1672 BBInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(MI);
H A DMipsInstrInfo.cpp262 unsigned MipsInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MipsInstrInfo
H A DMipsDelaySlotFiller.cpp593 if (InMicroMipsMode && TII->GetInstSizeInBytes(std::next(DSI)) == 2 &&
676 if (InMicroMipsMode && TII->GetInstSizeInBytes(&(*I)) == 2 &&
H A DMipsLongBranch.cpp178 MBBInfos[I].Size += TII->GetInstSizeInBytes(&*MI);

Completed in 638 milliseconds