Lines Matching refs:setCondCodeAction
355 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
356 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
357 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
358 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
359 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
360 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
361 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
362 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
363 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
364 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
365 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
366 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
554 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand); in PPCTargetLowering()
555 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
556 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
557 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
599 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand); in PPCTargetLowering()
600 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
601 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
602 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()