Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp52 void ErrataWorkaround::insertNop(MachineBasicBlock::iterator I) { in insertNop() function in ErrataWorkaround
116 insertNop(PatchHere); in checkSeqTN0009A()
144 insertNop(MI); in checkSeqTN0009B()
172 insertNop(MI); in checkSeqTN0010()
192 insertNop(MI); in checkSeqTN0010()
209 insertNop(I); in checkSeqTN0010First()
232 insertNop(MI); in checkSeqTN0012()
257 insertNop(MI); in checkSeqTN0013()
281 insertNop(PatchHere); in checkSeqTN0013()
283 insertNop(PatchHere); in checkSeqTN0013()
H A DLeonPasses.h56 void insertNop(MachineBasicBlock::iterator I);
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp536 TII->insertNop(*BalTgtMBB, Pos, DL); in expandToLongBranch()
680 TII->insertNop(*LongBrMBB, Pos, DL)->bundleWithPred(); in expandToLongBranch()
772 TII->insertNop(*(I->getParent()), std::next(I), I->getDebugLoc()) in handleMFLOSlot()
776 TII->insertNop(*(I->getParent()), std::next(I), I->getDebugLoc()) in handleMFLOSlot()
818 TII->insertNop(*(I->getParent()), std::next(I), I->getDebugLoc()) in handleSlot()
H A DMipsInstrInfo.h126 MachineInstrBuilder insertNop(MachineBasicBlock &MBB,
H A DMipsDelaySlotFiller.cpp677 TII->insertNop(MBB, std::next(I), I->getDebugLoc()); in runOnMachineBasicBlock()
H A DMipsInstrInfo.cpp73 MachineInstrBuilder MipsInstrInfo::insertNop(MachineBasicBlock &MBB, in insertNop() function in MipsInstrInfo