Lines Matching defs:LR
360 void allocVirtReg(MachineInstr &MI, LiveReg &LR, Register Hint,
683 for (const LiveReg &LR : LiveVirtRegs) {
684 MCPhysReg PhysReg = LR.PhysReg;
699 reload(MBB.begin(), LR.VirtReg, PhysReg);
701 reload(InsertBefore, LR.VirtReg, PhysReg);
839 void RegAllocFastImpl::assignVirtToPhysReg(MachineInstr &AtMI, LiveReg &LR,
841 Register VirtReg = LR.VirtReg;
844 assert(LR.PhysReg == 0 && "Already assigned a physreg");
846 LR.PhysReg = PhysReg;
891 void RegAllocFastImpl::allocVirtReg(MachineInstr &MI, LiveReg &LR,
893 const Register VirtReg = LR.VirtReg;
894 assert(LR.PhysReg == 0);
908 assignVirtToPhysReg(MI, LR, Hint0);
926 assignVirtToPhysReg(MI, LR, Hint1);
950 assignVirtToPhysReg(MI, LR, PhysReg);
971 LR.Error = true;
972 LR.PhysReg = 0;
977 assignVirtToPhysReg(MI, LR, BestReg);
1251 for (const LiveReg &LR : LiveVirtRegs) {
1252 Register VirtReg = LR.VirtReg;
1254 MCPhysReg PhysReg = LR.PhysReg;
1543 for (const LiveReg &LR : LiveVirtRegs) {
1544 MCPhysReg PhysReg = LR.PhysReg;