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

12

/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp73 BlockSize += TII->GetInstSizeInBytes(MI);
110 MBBStartOffset += TII->GetInstSizeInBytes(*I);
H A DMSP430InstrInfo.h71 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
H A DMSP430InstrInfo.cpp296 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr &MI) const { function in class:MSP430InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp70 BlockSize += TII->GetInstSizeInBytes(MBBI);
107 MBBStartOffset += TII->GetInstSizeInBytes(I);
H A DMSP430InstrInfo.h72 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DMSP430InstrInfo.cpp298 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:MSP430InstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp71 BlockSize += TII->GetInstSizeInBytes(MBBI);
107 MBBStartOffset += TII->GetInstSizeInBytes(I);
H A DPPCInstrInfo.h144 virtual unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DPPCInstrInfo.cpp640 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:PPCInstrInfo
/external/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.h42 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
/external/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h73 unsigned GetInstSizeInBytes(const MachineInstr *MI) const;
H A DAVRInstrInfo.cpp442 unsigned AVRInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { function in class:llvm::AVRInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantIslandPass.cpp510 MBBSize += TII->GetInstSizeInBytes(I);
687 Offset += TII->GetInstSizeInBytes(I);
803 OrigBBSize += TII->GetInstSizeInBytes(I);
814 NewBBSize += TII->GetInstSizeInBytes(I);
1201 for (unsigned Offset = UserOffset+TII->GetInstSizeInBytes(UserMI);
1203 Offset += TII->GetInstSizeInBytes(MI),
1504 int delta = TII->GetInstSizeInBytes(&MBB->back());
1522 BBSizes[MBB->getNumber()] += TII->GetInstSizeInBytes(&MBB->back());
1528 BBSizes[MBB->getNumber()] += TII->GetInstSizeInBytes(&MBB->back());
1533 BBSizes[MI->getParent()->getNumber()] -= TII->GetInstSizeInBytes(M
[all...]
H A DARMBaseInstrInfo.h98 virtual unsigned GetInstSizeInBytes(const MachineInstr* MI) const;
H A DARMFrameLowering.cpp745 FnSize += TII.GetInstSizeInBytes(I);
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp111 BlockSize += TII->GetInstSizeInBytes(MI);
158 MBBStartOffset += TII->GetInstSizeInBytes(*I);
H A DPPCInstrInfo.h259 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h95 unsigned GetInstSizeInBytes(const MachineInstr &MI) const;
H A DMipsConstantIslandPass.cpp804 BBI.Size += TII->GetInstSizeInBytes(MI);
821 Offset += TII->GetInstSizeInBytes(*I);
1300 for (unsigned Offset = UserOffset + TII->GetInstSizeInBytes(*UserMI);
1302 Offset += TII->GetInstSizeInBytes(*MI), MI = std::next(MI)) {
1625 int delta = TII->GetInstSizeInBytes(MBB->back());
1647 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(MBB->back());
1649 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(MBB->back());
1654 BBInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(*MI);
H A DMipsInstrInfo.cpp380 unsigned MipsInstrInfo::GetInstSizeInBytes(const MachineInstr &MI) const { function in class:MipsInstrInfo
H A DMipsDelaySlotFiller.cpp605 if (InMicroMipsMode && TII->GetInstSizeInBytes(*std::next(DSI)) == 2 &&
695 if (InMicroMipsMode && TII->GetInstSizeInBytes(*CurrI) == 2 &&
H A DMipsLongBranch.cpp182 MBBInfos[I].Size += TII->GetInstSizeInBytes(*MI);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp913 BBI.Size += TII->GetInstSizeInBytes(I);
914 // For inline asm, GetInstSizeInBytes returns a conservative estimate.
944 Offset += TII->GetInstSizeInBytes(*I);
1452 UserOffset + TII->GetInstSizeInBytes(*UserMI) + 1);
1462 for (unsigned Offset = UserOffset + TII->GetInstSizeInBytes(*UserMI);
1464 Offset += TII->GetInstSizeInBytes(*MI), MI = std::next(MI)) {
1765 int delta = TII->GetInstSizeInBytes(MBB->back());
1781 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(MBB->back());
1787 BBInfo[MBB->getNumber()].Size += TII->GetInstSizeInBytes(MBB->back());
1792 BBInfo[MI->getParent()->getNumber()].Size -= TII->GetInstSizeInBytes(*M
[all...]
H A DARMBaseInstrInfo.h157 virtual unsigned GetInstSizeInBytes(const MachineInstr &MI) const;

Completed in 461 milliseconds

12