Searched refs:substPhysReg (Results 1 – 7 of 7) sorted by relevance
390 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
931 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()1550 UseMO.substPhysReg(DstReg, *TRI); in reMaterializeTrivialDef()1795 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
87 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
1432 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
1218 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
488 void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);
290 I.getOperand(1).substPhysReg(SrcReg, TRI); in selectCopy()