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/Hexagon/HexagonInstrInfo.h
  175   void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,

References

lib/Target/Hexagon/HexagonInstrInfo.cpp
 1049         copyPhysReg(MBB, MI, DL, MD.getReg(), MS.getReg(), MS.isKill());
 1075       copyPhysReg(MBB, MI, DL, DstReg, SrcSubLo, MI.getOperand(1).isKill());
 1084       copyPhysReg(MBB, MI, DL, DstReg, SrcSubHi, MI.getOperand(1).isKill());