Searched refs:insertNop (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 118 MachineInstrBuilder insertNop(MachineBasicBlock &MBB,
|
H A D | MipsBranchExpansion.cpp | 536 TII->insertNop(*BalTgtMBB, Pos, DL); in expandToLongBranch() 680 TII->insertNop(*LongBrMBB, Pos, DL)->bundleWithPred(); in expandToLongBranch() 769 TII->insertNop(*(I->getParent()), std::next(I), I->getDebugLoc()) in handleSlot()
|
H A D | MipsDelaySlotFiller.cpp | 681 TII->insertNop(MBB, std::next(I), I->getDebugLoc()); in runOnMachineBasicBlock()
|
H A D | MipsInstrInfo.cpp | 64 MachineInstrBuilder MipsInstrInfo::insertNop(MachineBasicBlock &MBB, in insertNop() function in MipsInstrInfo
|