Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:SETCC

319   setOperationAction(ISD::SETCC, MVT::i8,    Legal);
320 setOperationAction(ISD::SETCC, MVT::i16, Legal);
321 setOperationAction(ISD::SETCC, MVT::i32, Legal);
322 setOperationAction(ISD::SETCC, MVT::i64, Legal);
323 setOperationAction(ISD::SETCC, MVT::f64, Custom);
511 // Return the Cell SPU's SETCC result type
515 // i8, i16 and i32 are valid SETCC result types
2504 //! Lower ISD::SETCC
2658 // legalizer insists on combining SETCC/SELECT into SELECT_CC, so we end up
2661 SDValue compare = DAG.getNode(ISD::SETCC, dl,
2853 case ISD::SETCC:
3197 case ISD::SETCC: {