Home | History | Annotate | Download | only in ARM

Lines Matching full:setcc

105     setOperationAction(ISD::SETCC, VT, Custom);
485 // FIXME: Code duplication: SETCC has custom operation action, see
487 setOperationAction(ISD::SETCC, MVT::v2f64, Expand);
553 setOperationAction(ISD::SETCC, MVT::v1i64, Expand);
554 setOperationAction(ISD::SETCC, MVT::v2i64, Expand);
819 setOperationAction(ISD::SETCC, MVT::i32, Expand);
820 setOperationAction(ISD::SETCC, MVT::f32, Expand);
821 setOperationAction(ISD::SETCC, MVT::f64, Expand);
5890 case ISD::SETCC: return LowerVSETCC(Op, DAG);