Lines Matching refs:setCondCodeAction

647     setCondCodeAction(ISD::SETO, MVT::f32, Expand);  in PPCTargetLowering()
648 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
649 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
650 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
652 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
653 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
654 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
655 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
656 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
657 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
658 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
659 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
660 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
661 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
662 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
663 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
972 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
973 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
974 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
975 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
1025 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
1026 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
1027 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
1028 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
1196 setCondCodeAction(ISD::SETULT, MVT::f128, Expand); in PPCTargetLowering()
1197 setCondCodeAction(ISD::SETUGT, MVT::f128, Expand); in PPCTargetLowering()
1198 setCondCodeAction(ISD::SETUEQ, MVT::f128, Expand); in PPCTargetLowering()
1199 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
1200 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering()
1201 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()