Lines Matching defs:Opc0

26029       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26037 Opc = IntrData->Opc0;
26063 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26071 Opc = IntrData->Opc0;
26106 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26116 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26140 DAG.getNode(IntrData->Opc0, dl, VT, Src), Mask, PassThru,
26151 Opc = IntrData->Opc0;
26182 return getScalarMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src1,
26190 unsigned Opc = IntrData->Opc0;
26212 NewOp = DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2);
26229 Opc = IntrData->Opc0;
26254 NewOp = DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2);
26263 unsigned Opc = IntrData->Opc0;
26284 Opc = IntrData->Opc0;
26300 unsigned Opc = IntrData->Opc0;
26320 return DAG.getNode(IntrData->Opc0, dl, VT, Src3, Src2, Src1);
26327 return DAG.getNode(IntrData->Opc0, dl, VT,Src2, Src1);
26355 NewOp = DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2, Src3);
26356 if (IntrData->Opc0 == X86ISD::VFMADDCSH ||
26357 IntrData->Opc0 == X86ISD::VFCMADDCSH)
26364 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26370 SDValue FPclass = DAG.getNode(IntrData->Opc0, dl, MVT::v1i1, Src1, Imm);
26397 return DAG.getNode(IntrData->Opc0, dl, MaskVT,
26416 Cmp = DAG.getNode(IntrData->Opc0, dl, MVT::v1i1, Src1, Src2, CC);
26443 auto ComiOpCode = IntrData->Opc0;
26516 return getTargetVShiftByConstNode(IntrData->Opc0, dl,
26521 return getTargetVShiftNode(IntrData->Opc0, dl, Op.getSimpleValueType(),
26535 return DAG.getNode(IntrData->Opc0, dl, VT, DataToCompress, PassThru,
26549 unsigned Opc = IntrData->Opc0;
26566 assert(IntrData->Opc0 == X86ISD::VRNDSCALE && "Unexpected opcode");
26571 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26575 assert(IntrData->Opc0 == X86ISD::VRNDSCALES && "Unexpected opcode");
26580 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26584 assert(IntrData->Opc0 == X86ISD::BEXTRI && "Unexpected opcode");
26589 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26606 Res = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(2),
26622 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Src);
26637 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), {Src, Src2});
26652 unsigned Opc = IntrData->Opc0;
26678 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Src);
27731 SDValue Result = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
27752 return getAVX2GatherNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
27774 return getScatterNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
27781 unsigned Opcode = (HintVal == 2 ? IntrData->Opc1 : IntrData->Opc0);
27793 getReadTimeStampCounter(Op.getNode(), dl, IntrData->Opc0, DAG, Subtarget,
27809 expandIntrinsicWChainHelper(Op.getNode(), dl, DAG, IntrData->Opc0, X86::ECX,
27816 SDValue InTrans = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
27836 uint16_t TruncationOp = IntrData->Opc0;
51193 unsigned Opc0 = N0.getOpcode();
51194 if ((Opc0 == ISD::MUL || Opc0 == ISD::MULHU || Opc0 == ISD::MULHS) &&
51199 return DAG.getNode(Opc0, dl, VT, N0.getOperand(0), MaskMul);