Lines Matching refs:setCondCodeAction
46 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
47 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
48 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
49 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
50 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
51 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
52 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
53 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
54 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
55 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering()
56 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in R600TargetLowering()
57 setCondCodeAction(ISD::SETULE, MVT::f32, Expand); in R600TargetLowering()
59 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
60 setCondCodeAction(ISD::SETLT, MVT::i32, Expand); in R600TargetLowering()
61 setCondCodeAction(ISD::SETULE, MVT::i32, Expand); in R600TargetLowering()
62 setCondCodeAction(ISD::SETULT, MVT::i32, Expand); in R600TargetLowering()