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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 2852       CompareUseMI.setDesc(get(PPC::COPY));
 3790         MI.setDesc(get(PPC::COPY));
 4006   case PPC::COPY: {
lib/Target/PowerPC/PPCMIPeephole.cpp
  372                 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY),
  393                 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY),
  418                 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY),
  474           BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY),
  696         if (SubRegMI->getOpcode() == PPC::COPY) {
  705           BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY),
  795         BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::COPY),
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  375       case PPC::COPY:
  917               TII->get(PPC::COPY), VSRCTmp1)
  925               TII->get(PPC::COPY), DstReg)