• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/

Lines Matching refs:Opc1

24396       // (IntrData->Opc1 != 0), then we check the rounding mode operand.
24397 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
24418 Opc = IntrData->Opc1;
24429 // (IntrData->Opc1 != 0), then we check the rounding mode operand.
24430 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
24452 Opc = IntrData->Opc1;
24467 // (IntrData->Opc1 != 0), then we check the rounding mode operand.
24468 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
24493 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
24519 Opc = IntrData->Opc1;
24531 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
24580 NewOp = DAG.getNode(IntrData->Opc1, dl, VT, Src1, Src2,
24597 Opc = IntrData->Opc1;
24610 if (IntrData->Opc1 != 0) {
24614 NewOp = DAG.getNode(IntrData->Opc1, dl, VT, Src1, Src2,
24630 if (IntrData->Opc1 != 0) {
24633 Opc = IntrData->Opc1;
24652 Opc = IntrData->Opc1;
24667 if (IntrData->Opc1 != 0) {
24670 Opc = IntrData->Opc1;
24720 // (IntrData->Opc1 != 0), then we check the rounding mode operand.
24721 if (IntrData->Opc1 != 0) {
24724 return DAG.getNode(IntrData->Opc1, dl, MaskVT, Op.getOperand(1),
24740 if (IntrData->Opc1 != 0) {
24743 Cmp = DAG.getNode(IntrData->Opc1, dl, MVT::v1i1, Src1, Src2, CC, Sae);
24761 ISD::CondCode CC = (ISD::CondCode)IntrData->Opc1;
24850 if (IntrData->Opc1 != 0) {
24853 Opc = IntrData->Opc1;
24904 Res = DAG.getNode(IntrData->Opc1, dl, VTs, Op.getOperand(2),
24930 return DAG.getNode(IntrData->Opc1, dl, Op.getValueType(),
24945 return DAG.getNode(IntrData->Opc1, dl, Op.getValueType(), Src, Rnd,
24961 return DAG.getNode(IntrData->Opc1, dl, Op.getValueType(), Src, PassThru,
25714 unsigned Opcode = (HintVal == 2 ? IntrData->Opc1 : IntrData->Opc0);