Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:TokenFactor

374     // The order of the stores doesn't matter - say it with a TokenFactor.
376 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Stores[0],
409 DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Store1, Store2);
491 // The order of the stores doesn't matter - say it with a TokenFactor.
492 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Stores[0],
552 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
684 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
1042 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1072 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
1294 SDValue Result = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo, Hi);
1449 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,