Home | History | Annotate | Download | only in Mips

Lines Matching refs:SELECT_CC

235   setOperationAction(ISD::SELECT_CC,          MVT::f32,   Custom);
236 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
284 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
906 case ISD::SELECT_CC: return lowerSELECT_CC(Op, DAG);