Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VTs

3013     SDVTList VTs = DAG.getVTList(Node->getValueType(0), MVT::Other);
3015 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs,
3061 SDVTList VTs = DAG.getVTList(Node->getValueType(0), MVT::Other);
3063 ISD::ATOMIC_CMP_SWAP, dl, cast<AtomicSDNode>(Node)->getMemoryVT(), VTs,
3467 SDVTList VTs = DAG.getVTList(VT, VT);
3468 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0));
3619 SDVTList VTs = DAG.getVTList(VT, VT);
3620 Tmp1 = DAG.getNode(DivRemOpc, dl, VTs, Tmp2, Tmp3).getValue(1);
3644 SDVTList VTs = DAG.getVTList(VT, VT);
3648 Tmp1 = DAG.getNode(DivRemOpc, dl, VTs, Node->getOperand(0),
3668 SDVTList VTs = DAG.getVTList(VT, VT);
3671 Tmp1 = DAG.getNode(ExpandOpcode, dl, VTs, Node->getOperand(0),
3683 SDVTList VTs = DAG.getVTList(VT, VT);
3704 Results.push_back(DAG.getNode(OpToUse, dl, VTs, Node->getOperand(0),