Home | History | Annotate | Download | only in Mips

Lines Matching full:opc

89   std::pair<SDNode*, SDNode*> SelectMULT(SDNode *N, unsigned Opc, DebugLoc dl,
341 MipsDAGToDAGISel::SelectMULT(SDNode *N, unsigned Opc, DebugLoc dl, EVT Ty,
344 SDNode *Mul = CurDAG->getMachineNode(Opc, dl, MVT::Glue, N->getOperand(0),
389 unsigned Opc = InFlag.getOpcode(); (void)Opc;
390 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
391 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
498 if (Inst->Opc == Mips::LUi64)
499 RegOpnd = CurDAG->getMachineNode(Inst->Opc, DL, MVT::i64, ImmOpnd);
502 CurDAG->getMachineNode(Inst->Opc, DL, MVT::i64,
510 RegOpnd = CurDAG->getMachineNode(Inst->Opc, DL, MVT::i64,