Home
last modified time | relevance | path

Searched refs:getInstSizeInBytes (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp99 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()
DMSP430InstrInfo.h54 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
DMSP430InstrInfo.cpp300 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/
DAVRInstrInfo.cpp415 *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()
DAVRInstrInfo.h72 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.cpp55 BBI.Size += TII->getInstSizeInBytes(I); in computeBlockSize()
86 Offset += TII->getInstSizeInBytes(*I); in getOffsetOf()
DARMConstantIslandPass.cpp1353 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/
DRISCVInstrInfo.cpp318 *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()
DRISCVInstrInfo.h56 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp70 Size += TII->getInstSizeInBytes(MI); in computeBlockSize()
160 Offset += TII->getInstSizeInBytes(MI); in runOnMachineFunction()
DAArch64InstrInfo.h50 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp795 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()
DMipsInstrInfo.h110 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
DMipsDelaySlotFiller.cpp641 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/
DBranchRelaxation.cpp172 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/
DARCInstrInfo.h51 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
DARCBranchFinalize.cpp157 unsigned Size = TII->getInstSizeInBytes(MI); in runOnMachineFunction()
DARCInstrInfo.cpp403 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/
DPPCBranchSelector.cpp138 BlockSize += TII->getInstSizeInBytes(MI); in ComputeBlockSizes()
314 MBBStartOffset += TII->getInstSizeInBytes(*I); in runOnMachineFunction()
DPPCInstrInfo.h376 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp215 Terminator.Size = TII->getInstSizeInBytes(MI); in describeTerminator()
290 Block.Size += TII->getInstSizeInBytes(*MI); in initMBBInfo()
DSystemZInstrInfo.h279 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.h98 unsigned getInstSizeInBytes(const MCInst &MI) const;
DPPCMCCodeEmitter.cpp291 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/
DTargetInstrInfo.h346 virtual unsigned getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes() function
810 return getInstSizeInBytes(MI); in predictBranchSizeForIfCvt()

12