Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BrCond

1662   SDValue BrCond = DAG.getNode(ISD::BRCOND, dl,
1669 BrCond = DAG.getNode(ISD::BR, dl, MVT::Other, BrCond,
1672 DAG.setRoot(BrCond);
1733 SDValue BrCond = DAG.getNode(ISD::BRCOND, getCurSDLoc(),
1738 BrCond = DAG.getNode(ISD::BR, getCurSDLoc(), MVT::Other, BrCond,
1741 DAG.setRoot(BrCond);
1797 SDValue BrRange = DAG.getNode(ISD::BRCOND, getCurSDLoc(),
1855 SDValue BrAnd = DAG.getNode(ISD::BRCOND, getCurSDLoc(),
2011 SDValue BrCond = DAG.getNode(ISD::BRCOND, DL, MVT::Other,
2016 BrCond = DAG.getNode(ISD::BR, DL, MVT::Other, BrCond,
2019 DAG.setRoot(BrCond);