Home
last modified time | relevance | path

Searched refs:insertNop (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h118 MachineInstrBuilder insertNop(MachineBasicBlock &MBB,
H A DMipsBranchExpansion.cpp536 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 DMipsDelaySlotFiller.cpp681 TII->insertNop(MBB, std::next(I), I->getDebugLoc()); in runOnMachineBasicBlock()
H A DMipsInstrInfo.cpp64 MachineInstrBuilder MipsInstrInfo::insertNop(MachineBasicBlock &MBB, in insertNop() function in MipsInstrInfo