Searched refs:insertNop (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 118 MachineInstrBuilder insertNop(MachineBasicBlock &MBB,
|
H A D | MipsBranchExpansion.cpp | 537 TII->insertNop(*BalTgtMBB, Pos, DL); in expandToLongBranch() 681 TII->insertNop(*LongBrMBB, Pos, DL)->bundleWithPred(); in expandToLongBranch() 770 TII->insertNop(*(I->getParent()), std::next(I), I->getDebugLoc()) in handleSlot()
|
H A D | MipsDelaySlotFiller.cpp | 680 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
|