Lines Matching refs:InsertLoc
286 ComputeReloadLoc(MachineBasicBlock::iterator const InsertLoc,
296 return InsertLoc;
306 return InsertLoc;
311 return InsertLoc;
316 MachineBasicBlock::iterator NewInsertLoc = InsertLoc;
341 while (InsertLoc != NewInsertLoc &&
937 MachineBasicBlock::iterator InsertLoc =
942 ReMaterialize(*MBB, InsertLoc, NewPhysReg, NewOp.VirtReg, TII,
945 TII->loadRegFromStackSlot(*MBB, InsertLoc, NewPhysReg,
947 MachineInstr *LoadMI = prior(InsertLoc);
961 UpdateKills(*prior(InsertLoc), TRI, RegKills, KillOps);
962 DEBUG(dbgs() << '\t' << *prior(InsertLoc));
1764 MachineBasicBlock::iterator InsertLoc =
1768 TII->loadRegFromStackSlot(*MBB, InsertLoc, PhysReg, SS, RC, TRI);
1770 MachineInstr *LoadMI = prior(InsertLoc);
1842 MachineBasicBlock::iterator InsertLoc =
1845 MachineInstr *CopyMI = BuildMI(*MBB, InsertLoc, MI->getDebugLoc(),
1863 MachineBasicBlock::iterator InsertLoc =
1868 ReMaterialize(*MBB, InsertLoc, Phys, VirtReg, TII, TRI, *VRM);
1871 TII->loadRegFromStackSlot(*MBB, InsertLoc, Phys, SSorRMId, RC, TRI);
1872 MachineInstr *LoadMI = prior(InsertLoc);
1883 UpdateKills(*prior(InsertLoc), TRI, RegKills, KillOps);
2168 MachineBasicBlock::iterator InsertLoc =
2171 MachineInstr *CopyMI = BuildMI(*MBB, InsertLoc, MI.getDebugLoc(),
2185 DEBUG(dbgs() << '\t' << *prior(InsertLoc));
2208 MachineBasicBlock::iterator InsertLoc =
2213 ReMaterialize(*MBB, InsertLoc, PhysReg, VirtReg, TII, TRI, *VRM);
2216 TII->loadRegFromStackSlot(*MBB, InsertLoc, PhysReg, SSorRMId, RC,TRI);
2217 MachineInstr *LoadMI = prior(InsertLoc);
2237 UpdateKills(*prior(InsertLoc), TRI, RegKills, KillOps);
2238 DEBUG(dbgs() << '\t' << *prior(InsertLoc));