Lines Matching refs:setCondCodeAction
659 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
660 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
661 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
662 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
664 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
665 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
666 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
667 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
668 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
669 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
670 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
671 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
672 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
673 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
674 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
675 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
985 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
986 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
987 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
988 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
1038 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
1039 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
1040 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
1041 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
1217 setCondCodeAction(ISD::SETULT, MVT::f128, Expand); in PPCTargetLowering()
1218 setCondCodeAction(ISD::SETUGT, MVT::f128, Expand); in PPCTargetLowering()
1219 setCondCodeAction(ISD::SETUEQ, MVT::f128, Expand); in PPCTargetLowering()
1220 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
1221 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering()
1222 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()