Home | History | Annotate | Download | only in Mips

Lines Matching refs:SELECT_CC

249   setOperationAction(ISD::SELECT_CC,          MVT::f32,   Custom);
250 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
295 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand);
296 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand);
791 case ISD::SELECT_CC: return lowerSELECT_CC(Op, DAG);