Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:SELECT_CC

1328     // Lower SELECT_CC to SETCC and SELECT.
1329 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
1330 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
1336 // select -> setcc -> select_cc -> select loop.
1340 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand);
1341 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand);
1342 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
1346 // Hexagon has no select or setcc: expand to SELECT_CC.
1351 // support SELECT_CC on every type.
1352 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
1565 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);