/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
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()
|
D | MSP430InstrInfo.h | 54 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
D | MSP430InstrInfo.cpp | 300 unsigned MSP430InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in MSP430InstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 415 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 424 if (BytesAdded) *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch() 430 if (BytesAdded) *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 457 if (BytesRemoved) *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 476 unsigned AVRInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in llvm::AVRInstrInfo 570 return getInstSizeInBytes(MI); in insertIndirectBranch()
|
D | AVRInstrInfo.h | 72 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBasicBlockInfo.cpp | 55 BBI.Size += TII->getInstSizeInBytes(I); in computeBlockSize() 86 Offset += TII->getInstSizeInBytes(*I); in getOffsetOf()
|
D | ARMConstantIslandPass.cpp | 1353 UserOffset + TII->getInstSizeInBytes(*UserMI) + 1); in createNewWater() 1367 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI), in createNewWater() 1371 Offset += TII->getInstSizeInBytes(*I), I = std::next(I)) { in createNewWater() 1373 std::max(BaseInsertOffset, Offset + TII->getInstSizeInBytes(*I) + 1); in createNewWater() 1385 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI); in createNewWater() 1387 Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) { in createNewWater() 1698 int delta = TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1720 BBUtils->adjustBBSize(MBB, TII->getInstSizeInBytes(MBB->back())); in fixupConditionalBr() 1727 BBUtils->adjustBBSize(MBB, TII->getInstSizeInBytes(MBB->back())); in fixupConditionalBr() 1732 BBUtils->adjustBBSize(MI->getParent(), -TII->getInstSizeInBytes(*MI)); in fixupConditionalBr() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 318 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 331 *BytesRemoved += getInstSizeInBytes(*I); in removeBranch() 353 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 362 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch() 371 *BytesAdded += getInstSizeInBytes(MI); in insertBranch() 453 unsigned RISCVInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in RISCVInstrInfo 695 SequenceSize += getInstSizeInBytes(*I); in getOutliningCandidateInfo()
|
D | RISCVInstrInfo.h | 56 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CompressJumpTables.cpp | 70 Size += TII->getInstSizeInBytes(MI); in computeBlockSize() 160 Offset += TII->getInstSizeInBytes(MI); in runOnMachineFunction()
|
D | AArch64InstrInfo.h | 50 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 795 BBI.Size += TII->getInstSizeInBytes(MI); in computeBlockSize() 812 Offset += TII->getInstSizeInBytes(*I); in getOffsetOf() 1282 for (unsigned Offset = UserOffset + TII->getInstSizeInBytes(*UserMI); in createNewWater() 1284 Offset += TII->getInstSizeInBytes(*MI), MI = std::next(MI)) { in createNewWater() 1604 int delta = TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1626 BBInfo[MBB->getNumber()].Size += TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1628 BBInfo[MBB->getNumber()].Size += TII->getInstSizeInBytes(MBB->back()); in fixupConditionalBr() 1633 BBInfo[MI->getParent()->getNumber()].Size -= TII->getInstSizeInBytes(*MI); in fixupConditionalBr()
|
D | MipsInstrInfo.h | 110 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
D | MipsDelaySlotFiller.cpp | 641 if (InMicroMipsMode && TII->getInstSizeInBytes(*std::next(DSI)) == 2 && in runOnMachineBasicBlock() 750 if (InMicroMipsMode && TII->getInstSizeInBytes(*CurrI) == 2 && in searchRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BranchRelaxation.cpp | 172 Size += TII->getInstSizeInBytes(MI); in computeBlockSize() 190 Offset += TII->getInstSizeInBytes(*I); in getInstrOffset() 442 unsigned OldBrSize = TII->getInstSizeInBytes(MI); in fixupUnconditionalBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.h | 51 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
D | ARCBranchFinalize.cpp | 157 unsigned Size = TII->getInstSizeInBytes(MI); in runOnMachineFunction()
|
D | ARCInstrInfo.cpp | 403 unsigned ARCInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function in ARCInstrInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 138 BlockSize += TII->getInstSizeInBytes(MI); in ComputeBlockSizes() 314 MBBStartOffset += TII->getInstSizeInBytes(*I); in runOnMachineFunction()
|
D | PPCInstrInfo.h | 376 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 215 Terminator.Size = TII->getInstSizeInBytes(MI); in describeTerminator() 290 Block.Size += TII->getInstSizeInBytes(*MI); in initMBBInfo()
|
D | SystemZInstrInfo.h | 279 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCCodeEmitter.h | 98 unsigned getInstSizeInBytes(const MCInst &MI) const;
|
D | PPCMCCodeEmitter.cpp | 291 unsigned Size = getInstSizeInBytes(MI); in encodeInstruction() 313 unsigned PPCMCCodeEmitter::getInstSizeInBytes(const MCInst &MI) const { in getInstSizeInBytes() function in PPCMCCodeEmitter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 346 virtual unsigned getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function 810 return getInstSizeInBytes(MI); in predictBranchSizeForIfCvt()
|