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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h349 /// substPhysReg - Substitute the current register with the physical register
351 /// substPhysReg(%EAX) will change %reg1024:sub_8bit to %AL.
353 void substPhysReg(unsigned Reg, const TargetRegisterInfo&);
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp726 Loc.substPhysReg(NewReg, *TRI);
909 Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
H A DMachineInstr.cpp80 void MachineOperand::substPhysReg(unsigned Reg, const TargetRegisterInfo &TRI) { function in class:MachineOperand
1306 MO.substPhysReg(ToReg, RegInfo);
H A DRegisterCoalescer.cpp659 UseMO.substPhysReg(NewReg, *TRI);
874 MO.substPhysReg(DstReg, *TRI);

Completed in 58 milliseconds