Home | History | Annotate | Download | only in R600

Lines Matching refs:SELECT_CC

109   setOperationAction(ISD::SELECT_CC, MVT::f32, Expand);
110 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand);
111 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand);
112 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand);
221 setTargetDAGCombine(ISD::SELECT_CC);
1117 case ISD::SELECT_CC: {