Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BR_CC

1261   case ISD::BR_CC:              return visitBR_CC(N);
7370 // fold a brcond with a setcc condition into a BR_CC node if BR_CC is legal
7373 TLI.isOperationLegalOrCustom(ISD::BR_CC,
7375 return DAG.getNode(ISD::BR_CC, SDLoc(N), MVT::Other,
7510 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
7530 return DAG.getNode(ISD::BR_CC, SDLoc(N), MVT::Other,