Home | History | Annotate | Download | only in Sparc

Lines Matching refs:BR_CC

1443   // Sparc doesn't have BRCOND either, it has BR_CC.
1447 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
1448 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
1449 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
1450 setOperationAction(ISD::BR_CC, MVT::f128, Custom);
1466 setOperationAction(ISD::BR_CC, MVT::i64, Custom);
2294 // If this is a br_cc of a "setcc", and if the setcc got lowered into
2800 case ISD::BR_CC: return LowerBR_CC(Op, DAG, *this,