/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 99 TotalSize += TII->getInstSizeInBytes(MI); in measureFunction() 121 MBBStartOffset += TII->getInstSizeInBytes(*MI); in expandBranches() 181 int InstrSizeDiff = -TII->getInstSizeInBytes(OldBranch); in expandBranches() 199 InstrSizeDiff += TII->getInstSizeInBytes(*MI); in expandBranches() 205 InstrSizeDiff += TII->getInstSizeInBytes(*MI); in expandBranches()
|
H A D | MSP430InstrInfo.h | 54 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
H A D | MSP430InstrInfo.cpp | 288 unsigned MSP430InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in MSP430InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandPseudoInsts.cpp | 57 unsigned getInstSizeInBytes(const MachineFunction &MF) const { in getInstSizeInBytes() function in __anon01765ec40111::RISCVExpandPseudo 61 Size += TII->getInstSizeInBytes(MI); in getInstSizeInBytes() 74 const unsigned OldSize = getInstSizeInBytes(MF); in runOnMachineFunction() 82 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() 452 unsigned getInstSizeInBytes(const MachineFunction &MF) const { in getInstSizeInBytes() function in __anon01765ec40111::RISCVPreRAExpandPseudo 456 Size += TII->getInstSizeInBytes(MI); in getInstSizeInBytes() 469 const unsigned OldSize = getInstSizeInBytes(MF); in runOnMachineFunction() 477 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction()
|
H A D | RISCVExpandAtomicPseudoInsts.cpp | 63 unsigned getInstSizeInBytes(const MachineFunction &MF) const { in getInstSizeInBytes() 67 Size += TII->getInstSizeInBytes(MI); in getInstSizeInBytes() 80 const unsigned OldSize = getInstSizeInBytes(MF); in runOnMachineFunction() 88 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() 110 // RISCVInstrInfo::getInstSizeInBytes expects that the total size of the in expandMI() 62 unsigned getInstSizeInBytes(const MachineFunction &MF) const { getInstSizeInBytes() function in __anon63aa91a10111::RISCVExpandAtomicPseudo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 220 unsigned LoongArchInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in LoongArchInstrInfo 363 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 376 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 398 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 408 *BytesAdded += getInstSizeInBytes(*MIB); in insertBranch() 417 *BytesAdded += getInstSizeInBytes(MI); in insertBranch()
|
H A D | LoongArchInstrInfo.h | 53 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.cpp | 54 BBI.Size += TII->getInstSizeInBytes(I); in computeBlockSize() 55 // For inline asm, getInstSizeInBytes returns a conservative estimate. in computeBlockSize() 85 Offset += TII->getInstSizeInBytes(*I); in getOffsetOf()
|
H A D | ARMConstantIslandPass.cpp | 1456 UserOffset + TII->getInstSizeInBytes(*UserMI) + 1); in createNewWater() 1471 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI); in createNewWater() 1474 Offset += TII->getInstSizeInBytes(*I), I = std::next(I)) { in createNewWater() 1476 std::max(BaseInsertOffset, Offset + TII->getInstSizeInBytes(*I) + 1); in createNewWater() 1488 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI); in createNewWater() 1490 Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) { in createNewWater() 1799 int delta = TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1821 BBUtils->adjustBBSize(MBB, TII->getInstSizeInBytes(MBB->back())); in fixupConditionalBr() 1828 BBUtils->adjustBBSize(MBB, TII->getInstSizeInBytes(MBB->back())); in fixupConditionalBr() 1833 BBUtils->adjustBBSize(MI->getParent(), -TII->getInstSizeInBytes(*MI)); in fixupConditionalBr() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 214 static unsigned getInstSizeInBytes(const MachineInstr &MI, in getInstSizeInBytes() function 216 unsigned Size = TII->getInstSizeInBytes(MI); in getInstSizeInBytes() 231 Terminator.Size = getInstSizeInBytes(MI, TII); in describeTerminator() 306 Block.Size += getInstSizeInBytes(*MI, TII); in initMBBInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 414 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 424 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch() 431 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 460 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 479 unsigned AVRInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in llvm::AVRInstrInfo
|
H A D | AVRInstrInfo.h | 74 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantIslandPass.cpp | 588 BBI.Size += TII->getInstSizeInBytes(MI); in computeBlockSize() 605 Offset += TII->getInstSizeInBytes(*I); in getOffsetOf() 999 BBInfo[UserMBB->getNumber()].Size += TII->getInstSizeInBytes(*NewMI); in createNewWater() 1037 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI); in createNewWater() 1039 Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) { in createNewWater() 1328 int Delta = TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1352 BBInfo[MBB->getNumber()].Size += TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1354 BBInfo[MBB->getNumber()].Size += TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1359 BBInfo[MI->getParent()->getNumber()].Size -= TII->getInstSizeInBytes(*MI); in fixupConditionalBr()
|
H A D | CSKYInstrInfo.cpp | 127 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 140 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 169 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 177 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch() 186 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 602 unsigned CSKYInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in CSKYInstrInfo
|
H A D | CSKYInstrInfo.h | 78 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 82 Size += TII->getInstSizeInBytes(MI); in computeBlockSize() 180 Offset += TII->getInstSizeInBytes(MI); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 789 BBI.Size += TII->getInstSizeInBytes(MI); in computeBlockSize() 806 Offset += TII->getInstSizeInBytes(*I); in getOffsetOf() 1276 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI); in createNewWater() 1278 Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) { in createNewWater() 1597 int delta = TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1619 BBInfo[MBB->getNumber()].Size += TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1621 BBInfo[MBB->getNumber()].Size += TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1626 BBInfo[MI->getParent()->getNumber()].Size -= TII->getInstSizeInBytes(*MI); in fixupConditionalBr()
|
H A D | MipsInstrInfo.h | 134 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchRelaxation.cpp | 205 Size += TII->getInstSizeInBytes(MI); in getInstrOffset() 223 Offset += TII->getInstSizeInBytes(*I); in createNewBlockAfter() 541 unsigned OldBrSize = TII->getInstSizeInBytes(MI); in relaxBranchInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 109 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.h | 51 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
H A D | ARCBranchFinalize.cpp | 157 unsigned Size = TII->getInstSizeInBytes(MI); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 139 unsigned MINumBytes = TII->getInstSizeInBytes(MI); in ComputeBlockSizes() 340 MBBStartOffset += TII->getInstSizeInBytes(*I); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCCodeEmitter.h | 120 unsigned getInstSizeInBytes(const MCInst &MI) const;
|
H A D | PPCMCCodeEmitter.cpp | 510 unsigned Size = getInstSizeInBytes(MI); 533 unsigned PPCMCCodeEmitter::getInstSizeInBytes(const MCInst &MI) const { 439 unsigned PPCMCCodeEmitter::getInstSizeInBytes(const MCInst &MI) const { getInstSizeInBytes() function in PPCMCCodeEmitter
|