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/Mips/Mips16InstrInfo.h
   51   void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,

References

lib/Target/Mips/Mips16InstrInfo.cpp
  399       copyPhysReg(MBB, II, DL, FirstRegSavedTo, FirstRegSaved, true);
  416         copyPhysReg(MBB, II, DL, SecondRegSavedTo, SecondRegSaved, true);
  420     copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
  430       copyPhysReg(MBB, II, DL, FirstRegSaved, FirstRegSavedTo, true);
  432       copyPhysReg(MBB, II, DL, SecondRegSaved, SecondRegSavedTo, true);