Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MII

79     for (MachineBasicBlock::iterator MII = MBB->begin(); MII != MBB->end();
80 ++MII) {
81 MachineInstr *MI = MII;
107 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
110 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
120 MII = MBB->erase(MI);
121 --MII;
150 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
153 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
163 MII = MBB->erase(MI);
164 --MII;
191 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
194 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
203 MII = MBB->erase(MI);
204 --MII;
228 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_tfrrcr),
231 MachineInstr *NewMI = BuildMI(*MBB, MII, MI->getDebugLoc(),
240 MII = MBB->erase(MI);
241 --MII;
254 BuildMI(*MBB, MII, MI->getDebugLoc(),
257 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_add),
260 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::C2_tfrpr),
262 BuildMI(*MBB, MII, MI->getDebugLoc(),
267 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_addi),
269 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::C2_tfrpr),
271 BuildMI(*MBB, MII, MI->getDebugLoc(),
278 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::C2_tfrpr),
280 BuildMI(*MBB, MII, MI->getDebugLoc(),
284 MII = MBB->erase(MI);
285 --MII;
298 BuildMI(*MBB, MII, MI->getDebugLoc(),
301 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_add),
305 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::L2_loadri_io),
309 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::C2_tfrrp),
312 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::A2_addi),
314 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::L2_loadri_io),
318 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::C2_tfrrp),
322 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::L2_loadri_io),
324 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::C2_tfrrp),
327 MII = MBB->erase(MI);
328 --MII;