Searched refs:insertNop (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | LeonPasses.cpp | 52 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 D | LeonPasses.h | 56 void insertNop(MachineBasicBlock::iterator I);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 536 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 D | MipsInstrInfo.h | 126 MachineInstrBuilder insertNop(MachineBasicBlock &MBB,
|
| H A D | MipsDelaySlotFiller.cpp | 677 TII->insertNop(MBB, std::next(I), I->getDebugLoc()); in runOnMachineBasicBlock()
|
| H A D | MipsInstrInfo.cpp | 73 MachineInstrBuilder MipsInstrInfo::insertNop(MachineBasicBlock &MBB, in insertNop() function in MipsInstrInfo
|