Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BR_CC

1147   case ISD::BR_CC:              return visitBR_CC(N);
6121 // fold a brcond with a setcc condition into a BR_CC node if BR_CC is legal
6124 TLI.isOperationLegalOrCustom(ISD::BR_CC, MVT::Other)) {
6125 return DAG.getNode(ISD::BR_CC, N->getDebugLoc(), MVT::Other,
6254 // Operand List for BR_CC: Chain, CondCC, CondLHS, CondRHS, DestBB.
6274 return DAG.getNode(ISD::BR_CC, N->getDebugLoc(), MVT::Other,