Lines Matching refs:SETULE
3548 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETULE)),
3855 defm : CRNotPat<(i1 (setcc i32:$s1, immZExt16:$imm, SETULE)),
3872 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETULE)),
3884 defm : CRNotPat<(i1 (setcc i64:$s1, immZExt16:$imm, SETULE)),
3901 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETULE)),
3914 defm : CRNotPat<(i1 (SetCC Ty:$s1, Ty:$s2, SETULE)),
3986 defm : CRNotPat<(i1 (any_fsetccs f32:$s1, f32:$s2, SETULE)),
4013 defm : CRNotPat<(i1 (any_fsetccs f64:$s1, f64:$s2, SETULE)),
4039 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETULE)),
4068 def : Pat<(i32 (selectcc i1:$lhs, i1:$rhs, i32:$tval, i32:$fval, SETULE)),
4089 def : Pat<(i64 (selectcc i1:$lhs, i1:$rhs, i64:$tval, i64:$fval, SETULE)),
4111 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULE)),
4132 def : Pat<(f64 (selectcc i1:$lhs, i1:$rhs, f64:$tval, f64:$fval, SETULE)),
4154 def : Pat<(f128 (selectcc i1:$lhs, i1:$rhs, f128:$tval, f128:$fval, SETULE)),
4175 def : Pat<(v4i32 (selectcc i1:$lhs, i1:$rhs, v4i32:$tval, v4i32:$fval, SETULE)),