Lines Matching refs:setCondCodeAction
89 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
90 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
91 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
92 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
93 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
94 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
95 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
96 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
97 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
98 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering()
99 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in R600TargetLowering()
100 setCondCodeAction(ISD::SETULE, MVT::f32, Expand); in R600TargetLowering()
102 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
103 setCondCodeAction(ISD::SETLT, MVT::i32, Expand); in R600TargetLowering()
104 setCondCodeAction(ISD::SETULE, MVT::i32, Expand); in R600TargetLowering()
105 setCondCodeAction(ISD::SETULT, MVT::i32, Expand); in R600TargetLowering()