Lines Matching refs:MI
102 MachineInstr* MI = *i;
103 assert((MI->getOpcode() == Hexagon::ADJDYNALLOC) &&
106 MachineOperand& MO = MI->getOperand(2);
224 MachineBasicBlock::iterator MI,
259 TII.storeRegToStackSlot(MBB, MI, SuperReg, true,
267 TII.storeRegToStackSlot(MBB, MI, Reg, true, CSI[i].getFrameIdx(), RC,
278 MachineBasicBlock::iterator MI,
313 TII.loadRegFromStackSlot(MBB, MI, SuperReg, CSI[i+1].getFrameIdx(),
321 TII.loadRegFromStackSlot(MBB, MI, Reg, CSI[i].getFrameIdx(), RC, TRI);
331 MachineInstr &MI = *I;
333 if (MI.getOpcode() == Hexagon::ADJCALLSTACKDOWN) {
335 } else if (MI.getOpcode() == Hexagon::ADJCALLSTACKUP) {