Lines Matching defs:setPhysReg
376 bool setPhysReg(MachineInstr &MI, MachineOperand &MO, MCPhysReg PhysReg);
1074 return setPhysReg(MI, MO, MCRegister::NoRegister);
1075 return setPhysReg(MI, MO, *AllocationOrder.begin());
1120 return setPhysReg(MI, MO, PhysReg);
1165 return setPhysReg(MI, MO, MCRegister::NoRegister);
1166 return setPhysReg(MI, MO, *AllocationOrder.begin());
1176 return setPhysReg(MI, MO, LRI->PhysReg);
1181 bool RegAllocFastImpl::setPhysReg(MachineInstr &MI, MachineOperand &MO,
1509 // around as a marker in setPhysReg() to recognize this case here.
1679 setPhysReg(MI, *RegMO, LRI->PhysReg);
1706 setPhysReg(MI, MO, DI->second);