Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BRCOND

1426   case ISD::BRCOND:             return visitBRCOND(N);
4934 // brcond i32 %c ...
4941 // brcond %c ...
4944 // itself may not be optimized further. Look for it and add the BRCOND into
4948 if (Use->getOpcode() == ISD::BRCOND)
4953 if (Use->getOpcode() == ISD::BRCOND)
9447 // fold a brcond with a setcc condition into a BR_CC node if BR_CC is legal
9473 // brcond i32 %c ...
9480 // brcond %c ...
9504 SDValue NewBRCond = DAG.getNode(ISD::BRCOND, DL,
9506 // Don't add the new BRCond into the worklist or else SimplifySelectCC
9544 return DAG.getNode(ISD::BRCOND, SDLoc(N),
9573 return DAG.getNode(ISD::BRCOND, SDLoc(N),