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/X86/X86InstrInfo.h
  314   void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,

References

lib/Target/X86/X86ExpandPseudo.cpp
  357     TII->copyPhysReg(MBB, MBBI, DL, ActualInArg, InArg.getReg(),
  367     TII->copyPhysReg(MBB, MBBI, DL, ActualInArg, SaveRbx,
lib/Target/X86/X86FixupLEAs.cpp
  645     TII->copyPhysReg(MBB, MI, MI.getDebugLoc(), DestReg, BaseReg, BIK);
lib/Target/X86/X86RegisterInfo.cpp
  697   TII->copyPhysReg(*MI.getParent(), II, MI.getDebugLoc(), NewDestReg, BasePtr,