Lines Matching refs:SELECT_CC
1285 // Sparc has no select or setcc: expand to SELECT_CC.
1301 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
1302 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
1303 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
1311 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
1606 // If this is a select_cc of a "setcc", and if the setcc got lowered into
1808 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
1822 // Figure out the conditional branch opcode to use for this select_cc.
1824 default: llvm_unreachable("Unknown SELECT_CC!");
1839 // To "insert" a SELECT_CC instruction, we actually have to insert the diamond