Lines Matching full:madd
161 case MipsISD::MAdd: return "MipsISD::MAdd";
445 // Transform this to a MADD only if ADDENode and ADDCNode are the only users
450 // instruction node rather than a pair of MULT and MADD instructions being
459 MultOpc = MultOpc == ISD::UMUL_LOHI ? MipsISD::MAddu : MipsISD::MAdd;
461 SDValue MAdd = CurDAG->getNode(MultOpc, DL, MVT::Glue,
469 MAdd);