Home
last modified time | relevance | path

Searched refs:substPhysReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp294 O.substPhysReg(ToReg, *TRI); in replaceRegWith()
DMachineInstr.cpp79 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { in substPhysReg() function in MachineOperand
1333 MO.substPhysReg(ToReg, RegInfo); in substituteRegister()
DLiveDebugVariables.cpp940 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI); in rewriteLocations()
DRegisterCoalescer.cpp742 UseMO.substPhysReg(NewReg, *TRI); in removeCopyByCommutingDef()
1199 MO.substPhysReg(DstReg, *TRI); in updateRegDefsUses()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h361 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);