Searched refs:substPhysReg (Results 1 – 7 of 7) sorted by relevance
486 void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);
390 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
910 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()1513 UseMO.substPhysReg(DstReg, *TRI); in reMaterializeTrivialDef()1754 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
85 void MachineOperand::substPhysReg(MCRegister Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
1199 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
1148 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
289 I.getOperand(1).substPhysReg(SrcReg, TRI); in selectCopy()