Home | History | Annotate | Download | only in R600

Lines Matching refs:SELECT_CC

73   setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
74 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
76 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
90 setTargetDAGCombine(ISD::SELECT_CC);
348 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
557 case ISD::SELECT_CC: {