Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SELECT_CC

137   setOperationAction(ISD::SELECT_CC, MVT::i32, Custom);
138 setOperationAction(ISD::SELECT_CC, MVT::i64, Custom);
139 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
140 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
178 setOperationAction(ISD::SELECT_CC, MVT::f128, Custom);
412 setOperationAction(ISD::SELECT_CC, MVT::v1f64, Expand);
523 setOperationAction(ISD::SELECT_CC, VT.getSimpleVT(), Expand);
1210 // If neither operand is a SELECT_CC, give up.
1211 if (Sel.getOpcode() != ISD::SELECT_CC)
1213 if (Sel.getOpcode() != ISD::SELECT_CC)
1217 // (xor x, (select_cc a, b, cc, 0, -1) )
1241 // We can commute the SELECT_CC by inverting the condition. This
1532 case ISD::SELECT_CC:
3148 /// A SELECT_CC operation is really some kind of max or min if both values being