Lines Matching refs:MBBI
35 MachineBasicBlock::iterator MBBI = MBB.begin();
36 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc();
47 TII.makeFrame(Mips::SP, StackSize, MBB, MBBI);
51 BuildMI(MBB, MBBI, dl,
57 BuildMI(MBB, MBBI, dl,
72 BuildMI(MBB, MBBI, dl, TII.get(Mips::MoveR3216), Mips::S0)
79 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr();
83 DebugLoc dl = MBBI->getDebugLoc();
90 BuildMI(MBB, MBBI, dl, TII.get(Mips::Move32R16), Mips::SP)
95 TII.restoreFrame(Mips::SP, StackSize, MBB, MBBI);