Home | History | Annotate | Download | only in Sparc

Lines Matching refs:SELECT_CC

1432   // Sparc has no select or setcc: expand to SELECT_CC.
1452 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
1453 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
1454 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
1455 setOperationAction(ISD::SELECT_CC, MVT::f128, Custom);
1467 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
2331 // If this is a select_cc of a "setcc", and if the setcc got lowered into
2802 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG, *this,
2840 default: llvm_unreachable("Unknown SELECT_CC!");
2907 // To "insert" a SELECT_CC instruction, we actually have to insert the diamond