Lines Matching refs:BR_CC
245 setOperationAction(ISD::BR_CC, XLenVT, Expand);
247 setOperationAction(ISD::BR_CC, MVT::i32, Expand);
472 setOperationAction(ISD::BR_CC, MVT::bf16, Expand);
501 setOperationAction(ISD::BR_CC, MVT::f16, Expand);
534 setOperationAction(ISD::BR_CC, MVT::f32, Expand);
580 setOperationAction(ISD::BR_CC, MVT::f64, Expand);
7885 return DAG.getNode(RISCVISD::BR_CC, DL, Op.getValueType(), Op.getOperand(0),
7889 return DAG.getNode(RISCVISD::BR_CC, DL, Op.getValueType(), Op.getOperand(0),
15774 // Perform common combines for BR_CC and SELECT_CC condtions.
17018 case RISCVISD::BR_CC: {
17025 return DAG.getNode(RISCVISD::BR_CC, DL, N->getValueType(0),
20385 NODE_NAME_CASE(BR_CC)