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