Lines Matching refs:MI
97 MachineInstr *MI =
101 MI->getOperand(3).setIsDead();
159 MachineInstr *MI =
164 MI->getOperand(3).setIsDead();
169 MachineInstr *MI =
173 MI->getOperand(3).setIsDead();
181 MachineBasicBlock::iterator MI,
188 if (MI != MBB.end()) DL = MI->getDebugLoc();
199 BuildMI(MBB, MI, DL, TII.get(MSP430::PUSH16r))
207 MachineBasicBlock::iterator MI,
214 if (MI != MBB.end()) DL = MI->getDebugLoc();
220 BuildMI(MBB, MI, DL, TII.get(MSP430::POP16r), CSI[i].getReg());