Lines Matching refs:setCondCodeAction

669     setCondCodeAction(ISD::SETO, MVT::f32, Expand);  in PPCTargetLowering()
670 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
671 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
672 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
674 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
675 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
676 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
677 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
678 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
679 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
680 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
681 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
682 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
683 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
684 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
685 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
995 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
996 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
997 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
998 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
1048 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
1049 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
1050 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
1051 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
1227 setCondCodeAction(ISD::SETULT, MVT::f128, Expand); in PPCTargetLowering()
1228 setCondCodeAction(ISD::SETUGT, MVT::f128, Expand); in PPCTargetLowering()
1229 setCondCodeAction(ISD::SETUEQ, MVT::f128, Expand); in PPCTargetLowering()
1230 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
1231 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering()
1232 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()