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

References

lib/Target/PowerPC/PPCMIPeephole.cpp
  453           if (DefOpcode != PPC::XVCVSPSXWS && DefOpcode != PPC::XVCVSPUXWS)
  453           if (DefOpcode != PPC::XVCVSPSXWS && DefOpcode != PPC::XVCVSPUXWS)
  462         bool AlreadySplat = (MyOpcode == DefOpcode) ||
  463           (MyOpcode == PPC::VSPLTB && DefOpcode == PPC::VSPLTBs) ||
  464           (MyOpcode == PPC::VSPLTH && DefOpcode == PPC::VSPLTHs) ||
  465           (MyOpcode == PPC::XXSPLTW && DefOpcode == PPC::XXSPLTWs) ||
  466           (MyOpcode == PPC::XXSPLTW && DefOpcode == PPC::LXVWSX) ||
  467           (MyOpcode == PPC::XXSPLTW && DefOpcode == PPC::MTVSRWS)||
  482         if (DefOpcode == PPC::XXSLDWI) {