Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:SELECT_CC

1213     // Hexagon has no select or setcc: expand to SELECT_CC.
1217 // Lower SELECT_CC to SETCC and SELECT.
1218 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
1219 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
1221 // support SELECT_CC on every type.
1222 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
1360 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);