Home | History | Annotate | Download | only in Sparc

Lines Matching refs:BR_CC

738   // Sparc doesn't have BRCOND either, it has BR_CC.
742 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
743 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
744 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
947 // If this is a br_cc of a "setcc", and if the setcc got lowered into
1154 case ISD::BR_CC: return LowerBR_CC(Op, DAG);