Lines Matching refs:Mips
1 //===-- MipsDelaySlotFiller.cpp - Mips Delay Slot Filler ------------------===//
16 #include "Mips.h"
40 "disable-mips-delay-filler",
46 "disable-mips-df-forward-search",
48 cl::desc("Disallow MIPS delay filler to search forward."),
52 "disable-mips-df-succbb-search",
54 cl::desc("Disallow MIPS delay filler to search successor basic blocks."),
58 "disable-mips-df-backward-search",
60 cl::desc("Disallow MIPS delay filler to search backward."),
183 return "Mips Delay Slot Filler";
302 Defs.set(Mips::RA);
308 Defs.reset(Mips::AT);
318 CallerSavedRegs.reset(Mips::ZERO);
319 CallerSavedRegs.reset(Mips::ZERO_64);
335 AllocSet.set(Mips::ZERO);
336 AllocSet.set(Mips::ZERO_64);
518 BuildMI(MBB, llvm::next(I), I->getDebugLoc(), TII->get(Mips::NOP));
526 /// slots in Mips MachineFunctions