Home
last modified time | relevance | path

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

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