reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
443 unsigned OpNo = MyOpcode == PPC::XXSPLTW ? 1 : 2; 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)|| 468 (MyOpcode == PPC::XXSPLTW && isConvertOfSplat());