Searched refs:substPhysReg (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h357 /// substPhysReg - Substitute the current register with the physical register
359 /// substPhysReg(%EAX) will change %reg1024:sub_8bit to %AL.
361 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp78 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { function in class:MachineOperand
1278 MO.substPhysReg(ToReg, RegInfo);
H A DRegisterCoalescer.cpp686 UseMO.substPhysReg(NewReg, *TRI);
992 MO.substPhysReg(DstReg, *TRI);
H A DLiveDebugVariables.cpp888 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);

Completed in 137 milliseconds