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

Overrides

include/llvm/CodeGen/TargetInstrInfo.h
  913   virtual void copyPhysReg(MachineBasicBlock &MBB,

Declarations

lib/Target/SystemZ/SystemZInstrInfo.h
  244   void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,

References

lib/Target/SystemZ/SystemZInstrInfo.cpp
  774     copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_h64),
  778     copyPhysReg(MBB, MBBI, DL, RI.getSubReg(DestReg, SystemZ::subreg_l64),
  816       copyPhysReg(MBB, MBBI, DL, DestRegHi, SrcReg, false);