Lines Matching refs:setCondCodeAction

477     setCondCodeAction(ISD::SETO, MVT::f32, Expand);  in PPCTargetLowering()
478 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
479 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
480 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
482 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
483 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
484 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
485 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
486 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
487 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
488 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
489 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
490 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
491 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
492 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
493 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
694 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
695 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
696 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
697 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
733 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
734 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
735 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
736 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
842 setCondCodeAction(ISD::SETULT, MVT::f128, Expand); in PPCTargetLowering()
843 setCondCodeAction(ISD::SETUGT, MVT::f128, Expand); in PPCTargetLowering()
844 setCondCodeAction(ISD::SETUEQ, MVT::f128, Expand); in PPCTargetLowering()
845 setCondCodeAction(ISD::SETOGE, MVT::f128, Expand); in PPCTargetLowering()
846 setCondCodeAction(ISD::SETOLE, MVT::f128, Expand); in PPCTargetLowering()
847 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()