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,

Overridden By

lib/Target/ARM/Thumb1InstrInfo.cpp
   38 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
lib/Target/ARM/Thumb2InstrInfo.cpp
  121 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,

Declarations

lib/Target/ARM/ARMBaseInstrInfo.h
  205   void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,

References

lib/Target/ARM/Thumb2InstrInfo.cpp
  127     return ARMBaseInstrInfo::copyPhysReg(MBB, I, DL, DestReg, SrcReg, KillSrc);