Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:SELECT_CC

1332   // Lower SELECT_CC to SETCC and SELECT.
1333 setOperationAction(ISD::SELECT_CC, MVT::i1, Expand);
1334 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand);
1335 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand);
1341 // select -> setcc -> select_cc -> select loop.
1345 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand);
1346 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand);
1350 // Hexagon has no select or setcc: expand to SELECT_CC.