Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BR_CC

749   case ISD::BR_CC: {
752 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0;
3359 // Expand brcond's setcc into its constituent parts and create a BR_CC
3364 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other,
3373 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1,
3418 case ISD::BR_CC: {
3427 assert(!Tmp3.getNode() && "Can't legalize BR_CC with legal condition!");
3430 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4, Tmp2,