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

/freebsd-11.0-release/contrib/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.cpp293 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MSP430InstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp180 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);
H A DAArch64InstrInfo.h48 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DAArch64InstrInfo.cpp37 unsigned AArch64InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:AArch64InstrInfo
57 llvm_unreachable("GetInstSizeInBytes()- Unable to determin insn size");
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp107 BlockSize += TII->GetInstSizeInBytes(MBBI);
154 MBBStartOffset += TII->GetInstSizeInBytes(I);
H A DPPCInstrInfo.h263 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DPPCInstrInfo.cpp1802 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:PPCInstrInfo
H A DPPCISelLowering.cpp10815 LoopSize += TII->GetInstSizeInBytes(J);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h87 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)) {
1640 int delta = TII->GetInstSizeInBytes(&MBB->back());
1662 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1664 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1669 BBInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(MI);
H A DMipsInstrInfo.cpp261 unsigned MipsInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MipsInstrInfo
H A DMipsDelaySlotFiller.cpp600 if (InMicroMipsMode && TII->GetInstSizeInBytes(&*std::next(DSI)) == 2 &&
699 if (InMicroMipsMode && TII->GetInstSizeInBytes(&(*CurrI)) == 2 &&
H A DMipsLongBranch.cpp178 MBBInfos[I].Size += TII->GetInstSizeInBytes(&*MI);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp901 BBI.Size += TII->GetInstSizeInBytes(I);
902 // For inline asm, GetInstSizeInBytes returns a conservative estimate.
932 Offset += TII->GetInstSizeInBytes(I);
1419 UserOffset + TII->GetInstSizeInBytes(UserMI) + 1);
1429 for (unsigned Offset = UserOffset+TII->GetInstSizeInBytes(UserMI);
1431 Offset += TII->GetInstSizeInBytes(MI), MI = std::next(MI)) {
1731 int delta = TII->GetInstSizeInBytes(&MBB->back());
1747 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1753 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(&MBB->back());
1758 BBInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(M
[all...]
H A DARMBaseInstrInfo.h159 virtual unsigned GetInstSizeInBytes(const MachineInstr* MI) const;
H A DARMFrameLowering.cpp1370 FnSize += TII.GetInstSizeInBytes(&MI);
H A DARMBaseInstrInfo.cpp597 unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:ARMBaseInstrInfo
654 Size += GetInstSizeInBytes(&*I);

Completed in 282 milliseconds