Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Opcode

2360 /// two operands of the same opcode, try to simplify it.
4208 // about, since there is no way to mark an opcode illegal at all value types
6478 // about, since there is no way to mark an opcode illegal at all value types
6535 // about, since there is no way to mark an opcode illegal at all value types
7221 unsigned Opcode = (Y0 * Y1 < 0) ? ISD::SUB : ISD::ADD;
7232 SDValue NewUse = DAG.getNode(Opcode,
8934 Cast.getOpcode() == ISD::UNDEF) && "Invalid cast opcode");
8970 unsigned Opcode = ISD::DELETED_NODE;
8981 if (Opcode == ISD::DELETED_NODE &&
8983 Opcode = Opc;
8986 if (Opc != Opcode)
9005 assert((Opcode == ISD::UINT_TO_FP || Opcode == ISD::SINT_TO_FP)
9011 if (!TLI.isOperationLegalOrCustom(Opcode, NVT))
9027 return DAG.getNode(Opcode, dl, VT, BV);