Lines Matching defs:Opc0

25539       return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
25547 Opc = IntrData->Opc0;
25573 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
25581 Opc = IntrData->Opc0;
25616 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
25626 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
25650 DAG.getNode(IntrData->Opc0, dl, VT, Src), Mask, PassThru,
25661 Opc = IntrData->Opc0;
25692 return getScalarMaskingNode(DAG.getNode(IntrData->Opc0, dl, VT, Src1,
25700 unsigned Opc = IntrData->Opc0;
25722 NewOp = DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2);
25739 Opc = IntrData->Opc0;
25764 NewOp = DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2);
25773 unsigned Opc = IntrData->Opc0;
25794 Opc = IntrData->Opc0;
25810 unsigned Opc = IntrData->Opc0;
25830 return DAG.getNode(IntrData->Opc0, dl, VT, Src3, Src2, Src1);
25837 return DAG.getNode(IntrData->Opc0, dl, VT,Src2, Src1);
25865 NewOp = DAG.getNode(IntrData->Opc0, dl, VT, Src1, Src2, Src3);
25871 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
25877 SDValue FPclass = DAG.getNode(IntrData->Opc0, dl, MVT::v1i1, Src1, Imm);
25904 return DAG.getNode(IntrData->Opc0, dl, MaskVT,
25923 Cmp = DAG.getNode(IntrData->Opc0, dl, MVT::v1i1, Src1, Src2, CC);
25942 SDValue Comi = DAG.getNode(IntrData->Opc0, dl, MVT::i32, LHS, RHS);
26002 return getTargetVShiftByConstNode(IntrData->Opc0, dl,
26007 return getTargetVShiftNode(IntrData->Opc0, dl, Op.getSimpleValueType(),
26021 return DAG.getNode(IntrData->Opc0, dl, VT, DataToCompress, PassThru,
26035 unsigned Opc = IntrData->Opc0;
26052 assert(IntrData->Opc0 == X86ISD::VRNDSCALE && "Unexpected opcode");
26057 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26061 assert(IntrData->Opc0 == X86ISD::VRNDSCALES && "Unexpected opcode");
26066 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26070 assert(IntrData->Opc0 == X86ISD::BEXTRI && "Unexpected opcode");
26075 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(),
26092 Res = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(2),
26108 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Src);
26123 unsigned Opc = IntrData->Opc0;
26149 return DAG.getNode(IntrData->Opc0, dl, Op.getValueType(), Src);
27141 SDValue Result = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
27162 return getAVX2GatherNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
27184 return getScatterNode(IntrData->Opc0, Op, DAG, Src, Mask, Base, Index,
27191 unsigned Opcode = (HintVal == 2 ? IntrData->Opc1 : IntrData->Opc0);
27203 getReadTimeStampCounter(Op.getNode(), dl, IntrData->Opc0, DAG, Subtarget,
27219 expandIntrinsicWChainHelper(Op.getNode(), dl, DAG, IntrData->Opc0, X86::ECX,
27226 SDValue InTrans = DAG.getNode(IntrData->Opc0, dl, VTs, Op.getOperand(0));
27246 uint16_t TruncationOp = IntrData->Opc0;
49974 unsigned Opc0 = N0.getOpcode();
49975 if ((Opc0 == ISD::MUL || Opc0 == ISD::MULHU || Opc0 == ISD::MULHS) &&
49980 return DAG.getNode(Opc0, dl, VT, N0.getOperand(0), MaskMul);