Lines Matching refs:setCondCodeAction
510 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
511 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
512 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
513 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
515 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
516 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
517 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
518 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
519 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
520 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
521 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
522 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
523 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
524 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
525 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
526 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
779 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
780 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
781 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
782 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
828 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
829 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
830 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
831 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
939 setCondCodeAction(ISD::SETULT, MVT::f128, Expand); in PPCTargetLowering()
940 setCondCodeAction(ISD::SETUGT, MVT::f128, Expand); in PPCTargetLowering()
941 setCondCodeAction(ISD::SETUEQ, MVT::f128, Expand); in PPCTargetLowering()
942 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
943 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering()
944 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()