Home | History | Annotate | Download | only in X86

Lines Matching refs:getVTList

2636   SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
5109 SDVTList Tys = DAG.getVTList(MVT::v2i64, MVT::Other);
7623 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
7822 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
7990 Tys = DAG.getVTList(MVT::f64, MVT::Other, MVT::Glue);
7992 Tys = DAG.getVTList(Op.getValueType(), MVT::Other);
8025 Tys = DAG.getVTList(MVT::Other);
8229 SDVTList Tys = DAG.getVTList(MVT::f80, MVT::Other);
8316 SDVTList Tys = DAG.getVTList(Op.getOperand(0).getValueType(), MVT::Other);
8338 SDValue FIST = DAG.getMemIntrinsicNode(Opc, DL, DAG.getVTList(MVT::Other),
8343 DAG.getVTList(MVT::Other, MVT::Glue),
9069 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
9091 SDVTList VTs = DAG.getVTList(Op0.getValueType(), MVT::i32);
9528 SDVTList VTs = DAG.getVTList(CmpOp0.getValueType(), MVT::i32);
9604 VTs = DAG.getVTList(LHS.getValueType(), LHS.getValueType(),
9607 VTs = DAG.getVTList(LHS.getValueType(), MVT::i32);
9669 SDVTList VTs = DAG.getVTList(T1.getValueType(), MVT::Glue);
9677 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::Glue);
9849 VTs = DAG.getVTList(LHS.getValueType(), LHS.getValueType(),
9852 VTs = DAG.getVTList(LHS.getValueType(), MVT::i32);
10070 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
10193 SDVTList VTs = DAG.getVTList(getPointerTy(), MVT::Other);
10827 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
10845 SDVTList VTs = DAG.getVTList(Op.getValueType(), MVT::i32);
10930 SDVTList VTs = DAG.getVTList(Op->getValueType(0), MVT::Glue, MVT::Other);
10940 DAG.getVTList(Op->getValueType(1), MVT::Glue),
10944 return DAG.getNode(ISD::MERGE_VALUES, dl, Op->getVTList(), Result, isValid,
11023 DAG.getVTList(MVT::i32, MVT::Other),
11226 DAG.getVTList(MVT::Other),
11270 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
11304 SDVTList VTs = DAG.getVTList(OpVT, MVT::i32);
11322 getVTList(VT, MVT::i32);
11760 SDVTList VTs = DAG.getVTList(N->getValueType(0), N->getValueType(0),
11769 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
11774 SDVTList VTs = DAG.getVTList(N->getValueType(0), MVT::i32);
11782 return DAG.getNode(ISD::MERGE_VALUES, DL, N->getVTList(), Sum, SetCC);
11944 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
11956 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
12040 SDVTList VTs = DAG.getVTList(VT, MVT::i32);
12217 SDVTList Tys = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
12290 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
12333 SDVTList Tys = DAG.getVTList(MVT::Other, MVT::Glue);
14820 SDVTList Tys = DAG.getVTList(MVT::v4i64, MVT::Other);
15672 return DAG.getNode(X86ISD::CMOV, DL, N->getVTList(),
15803 return DAG.getNode(X86ISD::CMOV, DL, N->getVTList (), Ops,
16469 SDValue Neg = DAG.getNode(X86ISD::SUB, DL, DAG.getVTList(VT, MVT::i32),
16475 return DAG.getNode(X86ISD::CMOV, DL, DAG.getVTList(VT, MVT::Glue),
17371 EFLAGS.getNode()->getVTList(),
17389 return DAG.getNode(X86ISD::SETCC, DL, N->getVTList(), Cond, Flags);
17411 return DAG.getNode(X86ISD::BRCOND, DL, N->getVTList(), Chain, Dest, Cond,