Home | History | Annotate | Download | only in Sparc

Lines Matching refs:SELECT_CC

730   // Sparc has no select or setcc: expand to SELECT_CC.
746 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
747 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
748 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
979 // If this is a select_cc of a "setcc", and if the setcc got lowered into
1155 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
1169 // Figure out the conditional branch opcode to use for this select_cc.
1171 default: llvm_unreachable("Unknown SELECT_CC!");
1186 // To "insert" a SELECT_CC instruction, we actually have to insert the diamond