Lines Matching refs:SETULT
2950 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETULT)),
3013 // SETOLE, SETONE, SETULT and SETUGT should be expanded by legalize for
3153 def : Pat<(i1 (setcc i32:$s1, immZExt16:$imm, SETULT)),
3198 def : Pat<(i1 (setcc i32:$s1, i32:$s2, SETULT)),
3221 def : Pat<(i1 (setcc i64:$s1, immZExt16:$imm, SETULT)),
3266 def : Pat<(i1 (setcc i64:$s1, i64:$s2, SETULT)),
3361 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETULT)),
3392 def : Pat<(i32 (selectcc i1:$lhs, i1:$rhs, i32:$tval, i32:$fval, SETULT)),
3413 def : Pat<(i64 (selectcc i1:$lhs, i1:$rhs, i64:$tval, i64:$fval, SETULT)),
3434 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULT)),
3455 def : Pat<(f64 (selectcc i1:$lhs, i1:$rhs, f64:$tval, f64:$fval, SETULT)),
3476 def : Pat<(v4i32 (selectcc i1:$lhs, i1:$rhs, v4i32:$tval, v4i32:$fval, SETULT)),