reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineOperand.h
  481   void substPhysReg(MCRegister Reg, const TargetRegisterInfo&);

References

lib/CodeGen/LiveDebugVariables.cpp
 1179         Loc.substPhysReg(VRM.getPhys(VirtReg), TRI);
lib/CodeGen/MachineInstr.cpp
 1148       MO.substPhysReg(ToReg, RegInfo);
lib/CodeGen/MachineRegisterInfo.cpp
  390       O.substPhysReg(ToReg, *TRI);
lib/CodeGen/RegisterCoalescer.cpp
  881       UseMO.substPhysReg(NewReg, *TRI);
 1484           UseMO.substPhysReg(DstReg, *TRI);
 1719         MO.substPhysReg(DstReg, *TRI);
lib/Target/X86/X86InstructionSelector.cpp
  288       I.getOperand(1).substPhysReg(SrcReg, TRI);