Lines Matching refs:setCondCodeAction
615 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
616 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
617 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
618 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
620 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
621 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
622 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
623 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
624 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
625 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
626 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
627 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
628 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
629 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
630 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
631 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
940 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
941 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
942 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
943 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
993 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
994 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
995 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
996 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
1164 setCondCodeAction(ISD::SETULT, MVT::f128, Expand); in PPCTargetLowering()
1165 setCondCodeAction(ISD::SETUGT, MVT::f128, Expand); in PPCTargetLowering()
1166 setCondCodeAction(ISD::SETUEQ, MVT::f128, Expand); in PPCTargetLowering()
1167 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
1168 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering()
1169 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()