Lines Matching refs:setCondCodeAction
122 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
123 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
124 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
125 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
126 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
127 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
128 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
129 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
130 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
131 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering()
132 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in R600TargetLowering()
133 setCondCodeAction(ISD::SETULE, MVT::f32, Expand); in R600TargetLowering()
135 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
136 setCondCodeAction(ISD::SETLT, MVT::i32, Expand); in R600TargetLowering()
137 setCondCodeAction(ISD::SETULE, MVT::i32, Expand); in R600TargetLowering()
138 setCondCodeAction(ISD::SETULT, MVT::i32, Expand); in R600TargetLowering()