Searched refs:DefOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp488 unsigned DefOpcode = DefMI->getOpcode(); local
490 if (DefOpcode != PPC::XVCVSPSXWS && DefOpcode != PPC::XVCVSPUXWS)
499 bool AlreadySplat = (MyOpcode == DefOpcode) ||
500 (MyOpcode == PPC::VSPLTB && DefOpcode == PPC::VSPLTBs) ||
501 (MyOpcode == PPC::VSPLTH && DefOpcode == PPC::VSPLTHs) ||
502 (MyOpcode == PPC::XXSPLTW && DefOpcode == PPC::XXSPLTWs) ||
503 (MyOpcode == PPC::XXSPLTW && DefOpcode == PPC::LXVWSX) ||
504 (MyOpcode == PPC::XXSPLTW && DefOpcode == PPC::MTVSRWS)||
519 if (DefOpcode
[all...]

Completed in 117 milliseconds