Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 2616) sorted by relevance

12345678910>>...105

/llvm-project/flang/test/Lower/PowerPC/
H A Dppc-vec-max-min-madd-nmsub.f907 subroutine vec_max_testf32(x, y) argument
18 subroutine vec_max_testf64(x, y) argument
29 subroutine vec_max_testi8(x, y) argument
40 subroutine vec_max_testi16(x, y) argument
51 subroutine vec_max_testi32(x, y) argument
62 subroutine vec_max_testi64(x, y) argument
73 subroutine vec_max_testui8(x, y) argument
84 subroutine vec_max_testui16(x, y) argument
95 subroutine vec_max_testui32(x, y) argument
106 subroutine vec_max_testui64(x, y) argument
[all …]
H A Dppc-vec-add-and-mul-sub-xor.f907 subroutine vec_add_testf32(x, y) argument
17 subroutine vec_add_testf64(x, y) argument
27 subroutine vec_add_testi8(x, y) argument
37 subroutine vec_add_testi16(x, y) argument
47 subroutine vec_add_testi32(x, y) argument
57 subroutine vec_add_testi64(x, y) argument
67 subroutine vec_add_testui8(x, y) argument
77 subroutine vec_add_testui16(x, y) argument
87 subroutine vec_add_testui32(x, y) argument
97 subroutine vec_add_testui64(x, y) argument
[all …]
/llvm-project/clang/test/CodeGen/
H A Dpragma-fenv_access.c8 float func_00(float x, float y) { in func_00()
24 float func_01(float x, float y) { in func_01()
31 float func_02(float x, float y) { in func_02()
40 float func_03(float x, float y) { in func_03()
53 float func_04(float x, float y) { in func_04()
62 float func_04a(float x, float y) { in func_04a()
70 float func_05(float x, float y) { in func_05()
78 float func_06(float x, float y) { in func_06()
87 float func_07(float x, float y) { in func_07()
104 float func_08(float x, float y) { in func_08()
[all …]
H A Dbuiltins-overflow.c15 unsigned test_add_overflow_uint_uint_uint(unsigned x, unsigned y) { in test_add_overflow_uint_uint_uint() argument
29 int test_add_overflow_int_int_int(int x, int y) { in test_add_overflow_int_int_int() argument
57 test_sub_overflow_uint_uint_uint(unsigned x,unsigned y) test_sub_overflow_uint_uint_uint() argument
71 test_sub_overflow_int_int_int(int x,int y) test_sub_overflow_int_int_int() argument
99 test_mul_overflow_uint_uint_uint(unsigned x,unsigned y) test_mul_overflow_uint_uint_uint() argument
113 test_mul_overflow_uint_uint_int(unsigned x,unsigned y) test_mul_overflow_uint_uint_int() argument
128 test_mul_overflow_uint_uint_int_volatile(unsigned x,unsigned y) test_mul_overflow_uint_uint_int_volatile() argument
143 test_mul_overflow_ulong_ulong_long(unsigned long x,unsigned long y) test_mul_overflow_ulong_ulong_long() argument
158 test_mul_overflow_int_int_int(int x,int y) test_mul_overflow_int_int_int() argument
214 test_add_overflow_uint_int_int(unsigned x,int y) test_add_overflow_uint_int_int() argument
233 test_add_overflow_uint_uint_bool(unsigned x,unsigned y) test_add_overflow_uint_uint_bool() argument
252 test_add_overflow_bool_bool_uint(_Bool x,_Bool y) test_add_overflow_bool_bool_uint() argument
267 test_add_overflow_bool_bool_bool(_Bool x,_Bool y) test_add_overflow_bool_bool_bool() argument
281 test_add_overflow_volatile(int x,int y) test_add_overflow_volatile() argument
294 test_uadd_overflow(unsigned x,unsigned y) test_uadd_overflow() argument
303 test_uaddl_overflow(unsigned long x,unsigned long y) test_uaddl_overflow() argument
312 test_uaddll_overflow(unsigned long long x,unsigned long long y) test_uaddll_overflow() argument
321 test_usub_overflow(unsigned x,unsigned y) test_usub_overflow() argument
330 test_usubl_overflow(unsigned long x,unsigned long y) test_usubl_overflow() argument
339 test_usubll_overflow(unsigned long long x,unsigned long long y) test_usubll_overflow() argument
348 test_umul_overflow(unsigned x,unsigned y) test_umul_overflow() argument
357 test_umull_overflow(unsigned long x,unsigned long y) test_umull_overflow() argument
366 test_umulll_overflow(unsigned long long x,unsigned long long y) test_umulll_overflow() argument
375 test_sadd_overflow(int x,int y) test_sadd_overflow() argument
384 test_saddl_overflow(long x,long y) test_saddl_overflow() argument
393 test_saddll_overflow(long long x,long long y) test_saddll_overflow() argument
402 test_ssub_overflow(int x,int y) test_ssub_overflow() argument
411 test_ssubl_overflow(long x,long y) test_ssubl_overflow() argument
420 test_ssubll_overflow(long long x,long long y) test_ssubll_overflow() argument
429 test_smul_overflow(int x,int y) test_smul_overflow() argument
438 test_smull_overflow(long x,long y) test_smull_overflow() argument
447 test_smulll_overflow(long long x,long long y) test_smulll_overflow() argument
456 test_mixed_sign_mul_overflow_sext_signed_op(int x,unsigned long long y) test_mixed_sign_mul_overflow_sext_signed_op() argument
466 test_mixed_sign_mul_overflow_zext_unsigned_op(long long x,unsigned y) test_mixed_sign_mul_overflow_zext_unsigned_op() argument
477 test_mixed_sign_mull_overflow(int x,unsigned y) test_mixed_sign_mull_overflow() argument
500 test_mixed_sign_mull_overflow_unsigned(int x,unsigned y) test_mixed_sign_mull_overflow_unsigned() argument
522 test_mixed_sign_mull_overflow_swapped(int x,unsigned y) test_mixed_sign_mull_overflow_swapped() argument
532 test_mixed_sign_mulll_overflow(long long x,unsigned long long y) test_mixed_sign_mulll_overflow() argument
542 test_mixed_sign_mulll_overflow_swapped(long long x,unsigned long long y) test_mixed_sign_mulll_overflow_swapped() argument
552 test_mixed_sign_mulll_overflow_trunc_signed(long long x,unsigned long long y) test_mixed_sign_mulll_overflow_trunc_signed() argument
564 test_mixed_sign_mulll_overflow_trunc_unsigned(long long x,unsigned long long y) test_mixed_sign_mulll_overflow_trunc_unsigned() argument
582 test_mixed_sign_mul_overflow_extend_signed(int x,unsigned y) test_mixed_sign_mul_overflow_extend_signed() argument
591 test_mixed_sign_mul_overflow_extend_unsigned(int x,unsigned y) test_mixed_sign_mul_overflow_extend_unsigned() argument
[all...]
H A Dbuiltin-rotate.c3 unsigned char rotl8(unsigned char x, unsigned char y) { in rotl8()
11 short rotl16(short x, short y) { in rotl16()
19 int rotl32(int x, unsigned int y) { in rotl32()
27 unsigned long long rotl64(unsigned long long x, long long y) { in rotl64()
35 char rotr8(char x, char y) { in rotr8()
43 unsigned short rotr16(unsigned short x, unsigned short y) { in rotr16()
51 unsigned int rotr32(unsigned int x, int y) { in rotr32()
59 long long rotr64(long long x, unsigned long long y) { in rotr64()
/llvm-project/clang/test/Analysis/
H A Dsvalbuilder-rearrange-comparisons.cpp44 int x = f(), y = f(); in compare_different_symbol_equal() local
51 int x = f(), y = f(); in compare_different_symbol_plus_left_int_equal() local
59 int x = f(), y = f(); in compare_different_symbol_minus_left_int_equal() local
67 int x = f(), y = f(); in compare_different_symbol_plus_right_int_equal() local
76 int x = f(), y = f(); in compare_different_symbol_minus_right_int_equal() local
85 int x = f(), y = f(); in compare_different_symbol_plus_left_plus_right_int_equal() local
96 int x = f(), y = f(); in compare_different_symbol_plus_left_minus_right_int_equal() local
107 int x = f(), y = f(); in compare_different_symbol_minus_left_plus_right_int_equal() local
118 int x = f(), y = f(); in compare_different_symbol_minus_left_minus_right_int_equal() local
129 int x = f(), y = x; in compare_same_symbol_equal() local
[all …]
H A Dconstraint_manager_conditions.cpp5 void comparison_lt(int x, int y) { in comparison_lt()
35 void comparison_gt(int x, int y) { in comparison_gt()
65 void comparison_le(int x, int y) { in comparison_le()
95 void comparison_ge(int x, int y) { in comparison_ge()
125 void comparison_eq(int x, int y) { in comparison_eq()
155 void comparison_ne(int x, int y) { in comparison_ne()
185 void comparison_le_ne(int x, int y) { in comparison_le_ne()
195 void comparison_ge_ne(int x, int y) { in comparison_ge_ne()
205 void comparison_le_ge(int x, int y) { in comparison_le_ge()
216 void cmp_op_table_unknownX2(int x, int y, int z) { in cmp_op_table_unknownX2()
/llvm-project/flang/test/Lower/forall/
H A Darray-pointer.f9048 subroutine s1(x,y) argument
51 integer :: y(:) local
96 subroutine s1_1(x,y) argument
99 integer :: y(10) local
160 subroutine s2(x,y) argument
163 integer, TARGET :: y(:) local
206 subroutine s2_1(x,y) argument
209 integer, POINTER :: y(:) local
255 subroutine s2_2(x,y) argument
258 integer, ALLOCATABLE, TARGET :: y(:) local
[all …]
/llvm-project/flang/test/Semantics/
H A Dmodfile33.f9015 logical, intent(in) :: x, y local
19 integer, intent(in) :: y local
23 type(t), intent(in) :: x, y local
30 complex, intent(in) :: y local
35 type(t), intent(in) :: y local
39 subroutine s1(x, y, z) argument
40 logical :: x, y local
43 subroutine s2(x, y, z) argument
45 integer :: y local
48 subroutine s3(x, y, z) argument
[all …]
H A Dresolve65.f9034 subroutine assign_t(x, y) argument
36 type(t), intent(in) :: y local
40 type(t), intent(in) :: y local
45 subroutine assign_t3(x, y) argument
47 real :: y local
49 subroutine assign_t4(x, y) argument
51 integer, intent(in) :: y local
53 subroutine assign_t5(x, y) argument
55 integer, intent(in) :: y local
57 subroutine assign_t6(x, y) argument
[all …]
H A Dmodfile32.f9013 real, intent(in) :: x, y local
16 real, intent(in) :: x, y, z, w local
24 subroutine s2(x, y, z) argument
27 subroutine s3(x, y, z, w) argument
30 subroutine s4(x, y, z, w, u) argument
102 subroutine s1(x, y) argument
104 real :: y(f(x)) ! resolves to f_real4 local
106 subroutine s2(x, y) argument
108 real :: y(f(x)) ! resolves to f_real8 local
110 subroutine s3(x, y) argument
[all …]
H A Dmodfile34.f9014 class(t), intent(in) :: x, y local
18 real, intent(in) :: y local
20 subroutine test1(x, y, z) argument
21 type(t) :: x, y local
24 subroutine test1p(x, y, z) argument
25 class(t) :: x, y local
28 subroutine test2(x, y, z) argument
29 type(t) :: x, y local
32 subroutine test2p(x, y, z) argument
33 class(t) :: x, y local
[all …]
H A Dreduce01.f909 real, intent(in) :: x, y local
17 real, intent(in) :: x, y local
21 real, intent(in) :: x, y, z local
32 real, intent(in) :: x, y local
36 real, intent(in) :: x(*), y(*) local
41 real, intent(in) :: y local
46 real, intent(in) :: y local
51 real, intent(in) :: y local
56 real, intent(in) :: y local
61 real, intent(in) :: y local
[all …]
/llvm-project/flang/test/Lower/HLFIR/
H A Dassignment-intrinsics.f908 subroutine scalar_int(x, y) argument
9 integer :: x, y local
18 subroutine scalar_logical(x, y) argument
19 logical :: x, y local
28 subroutine scalar_real(x, y) argument
29 real :: x, y local
38 subroutine scalar_complex(x, y) argument
39 complex :: x, y global() local
48 scalar_character(x, y) global() argument
49 character(*) :: x, y global() local
115 array(x, y) global() argument
116 integer :: x(:), y( global() local
124 array_lbs(x, y) global() argument
125 logical :: x(2:21), y( global() local
134 array_character(x, y) global() argument
135 character(*) :: x(10), y( global() local
143 array_pointer(x, y) global() argument
144 real, pointer :: x(:), y( global() local
158 array_scalar(x, y) global() argument
159 integer :: x(100), y global() local
172 test_whole_allocatable_assignment(x, y) global() argument
174 integer :: y( global() local
182 test_whole_allocatable_deferred_char(x, y) global() argument
184 character(*) :: y global() local
192 test_whole_allocatable_assumed_char(x, y) global() argument
194 character(*) :: y global() local
[all...]
H A Dimplicit-type-conversion.f9013 subroutine test1(x, y) argument
15 logical :: y local
29 subroutine test2(x, y) argument
31 logical :: y local
48 subroutine test3(x, y) argument
50 integer :: y local
67 subroutine test4(x, y) argument
69 integer :: y local
83 subroutine test5(x, y) argument
85 logical :: y local
[all …]
H A Dbinary-ops.f904 subroutine int_add(x, y, z) argument
5 integer :: x, y, z local
15 subroutine real_add(x, y, z) argument
16 real :: x, y, z local
26 subroutine complex_add(x, y, z) argument
27 complex :: x, y, local
37 int_sub(x, y, z) global() argument
38 integer :: x, y, global() local
48 real_sub(x, y, z) global() argument
49 real :: x, y, global() local
59 complex_sub(x, y, z) global() argument
60 complex :: x, y, global() local
70 int_mul(x, y, z) global() argument
71 integer :: x, y, global() local
81 real_mul(x, y, z) global() argument
82 real :: x, y, global() local
92 complex_mul(x, y, z) global() argument
93 complex :: x, y, global() local
103 int_div(x, y, z) global() argument
104 integer :: x, y, global() local
114 real_div(x, y, z) global() argument
115 real :: x, y, global() local
125 complex_div(x, y, z) global() argument
126 complex :: x, y, global() local
140 int_power(x, y, z) global() argument
141 integer :: x, y, global() local
151 real_power(x, y, z) global() argument
152 real :: x, y, global() local
162 complex_power(x, y, z) global() argument
163 complex :: x, y, global() local
174 real_to_int_power(x, y, z) global() argument
175 real :: x, y global() local
186 complex_to_int_power(x, y, z) global() argument
187 complex :: x, y global() local
212 cmp_int(l, x, y) global() argument
214 integer :: x, y global() local
224 cmp_int_2(l, x, y) global() argument
226 integer :: x, y global() local
239 cmp_real(l, x, y) global() argument
241 real :: x, y global() local
251 cmp_real_2(l, x, y) global() argument
253 real :: x, y global() local
266 cmp_cmplx(l, x, y) global() argument
268 complex :: x, y global() local
278 cmp_char(l, x, y) global() argument
280 character(*) :: x, y global() local
294 logical_and(x, y, z) global() argument
295 logical :: x, y, global() local
307 logical_or(x, y, z) global() argument
308 logical :: x, y, global() local
314 logical_eqv(x, y, z) global() argument
315 logical :: x, y, global() local
321 logical_neqv(x, y, z) global() argument
322 logical :: x, y, global() local
328 cmplx_ctor(z, x, y) global() argument
330 real :: x, y global() local
[all...]
/llvm-project/flang/test/Lower/Intrinsics/
H A Ddot_product.f909 subroutine dot_prod_int_default (x, y, z) argument
10 integer, dimension(1:) :: x,y local
22 subroutine dot_prod_int_kind_1 (x, y, z) argument
23 integer(kind=1), dimension(1:) :: x,y local
35 dot_prod_int_kind_2(x, y, z) global() argument
36 integer(kind=2), dimension(1:) :: x,y global() local
48 dot_prod_int_kind_4(x, y, z) global() argument
49 integer(kind=4), dimension(1:) :: x,y global() local
61 dot_prod_int_kind_8(x, y, z) global() argument
62 integer(kind=8), dimension(1:) :: x,y global() local
74 dot_prod_int_kind_16(x, y, z) global() argument
75 integer(kind=16), dimension(1:) :: x,y global() local
87 dot_prod_real_kind_default(x, y, z) global() argument
88 real, dimension(1:) :: x,y global() local
100 dot_prod_real_kind_4(x, y, z) global() argument
101 real(kind=4), dimension(1:) :: x,y global() local
113 dot_prod_real_kind_8(x, y, z) global() argument
114 real(kind=8), dimension(1:) :: x,y global() local
126 dot_prod_real_kind_10(x, y, z) global() argument
127 real(kind=10), dimension(1:) :: x,y global() local
139 dot_prod_real_kind_16(x, y, z) global() argument
140 real(kind=16), dimension(1:) :: x,y global() local
152 dot_prod_double_default(x, y, z) global() argument
153 double precision, dimension(1:) :: x,y global() local
165 dot_prod_complex_default(x, y, z) global() argument
166 complex, dimension(1:) :: x,y global() local
180 dot_prod_complex_kind_4(x, y, z) global() argument
181 complex(kind=4), dimension(1:) :: x,y global() local
195 dot_prod_complex_kind_8(x, y, z) global() argument
196 complex(kind=8), dimension(1:) :: x,y global() local
210 dot_prod_complex_kind_10(x, y, z) global() argument
211 complex(kind=10), dimension(1:) :: x,y global() local
225 dot_prod_complex_kind_16(x, y, z) global() argument
226 complex(kind=16), dimension(1:) :: x,y global() local
240 dot_prod_logical(x, y, z) global() argument
241 logical, dimension(1:) :: x,y global() local
253 dot_product_mixed_int_real(x, y, z) global() argument
255 real, dimension(1:) :: y, global() local
266 dot_product_mixed_int_complex(x, y, z) global() argument
268 complex, dimension(1:) :: y, global() local
281 dot_product_mixed_real_complex(x, y, z) global() argument
283 complex, dimension(1:) :: y, global() local
[all...]
H A Dcmplx.f9011 subroutine cmplx_test_scalar_ptr(x, y) argument
13 real, pointer :: y local
38 subroutine cmplx_test_scalar_optional(x, y) argument
40 real, optional :: y local
59 subroutine cmplx_test_scalar_alloc_optional(x, y) argument
61 integer(8), allocatable, optional :: y local
87 subroutine cmplx_test_pointer_result(x, y) argument
119 cmplx_array(x, y) global() argument
123 real, optional :: y( global() local
[all...]
/llvm-project/clang/test/AST/
H A Dast-dump-fpfeatures.cpp85 float func_10(float x, float y) { in func_10()
92 float func_11(float x, float y) { in func_11()
107 float func_12(float x, float y) { in func_12()
116 float func_13(float x, float y) { in func_13()
125 T func_14(T x, T y) { in func_14()
130 float func_15(float x, float y) { in func_15()
145 float func_16(float x, float y) { in func_16()
163 float func_17(float x, float y) { in func_17()
182 float func_18(float x, float y) { in func_18()
194 float func_19(float x, float y) { in func_19()
[all …]
/llvm-project/flang/test/Lower/
H A Dpower-operator.f9012 subroutine pow_r4_i4(x, y, z) argument
14 integer :: y local
20 subroutine pow_r4_r4(x, y, z) argument
21 real :: x, z, y local
27 subroutine pow_r4_i8(x, y, z) argument
29 integer(8) :: y local
35 subroutine pow_r8_i4(x, y, z) argument
37 integer :: y local
43 subroutine pow_r8_i8(x, y, z) argument
45 integer(8) :: y local
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dinline-then-fold-variadics.cpp41 int first_pair_i32(int x, int y) { return first<int, int>(x, y); } in first_pair_i32() argument
48 int second_pair_i32(int x, int y) { return second<int, int>(x, y); } in second_pair_i32() argument
55 double first_pair_f64(double x, double y) { in first_pair_f64() argument
64 double second_pair_f64(double x, double y) { in second_pair_f64() argument
76 int first_i32_f64(int x, double y) { return first<int, double>(x, y); } in first_i32_f64() argument
83 second_i32_f64(int x,double y) second_i32_f64() argument
90 first_f64_i32(double x,int y) first_f64_i32() argument
97 second_f64_i32(double x,int y) second_f64_i32() argument
108 first_i32_ulong2(int x,ulong2 * y) first_i32_ulong2() argument
117 second_i32_ulong2(int x,ulong2 * y,ulong2 * r) second_i32_ulong2() argument
128 first_ulong2_i32(ulong2 * x,int y,ulong2 * r) first_ulong2_i32() argument
137 second_ulong2_i32(ulong2 * x,int y) second_ulong2_i32() argument
157 first_i32_asc(int x,asc * y) first_i32_asc() argument
165 second_i32_asc(int x,asc * y,asc * r) second_i32_asc() argument
173 first_asc_i32(asc * x,int y,asc * r) first_asc_i32() argument
180 second_asc_i32(asc * x,int y) second_asc_i32() argument
[all...]
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c5 struct test1 { int x; int y; }; member
6 struct test2 { int x; int y; } __attribute__((aligned (16))); member
7 struct test3 { int x; int y; } __attribute__((aligned (32))); member
8 struct test4 { int x; int y; int z; }; member
16 void test1 (int x, struct test1 y) in test1()
21 void test2 (int x, struct test2 y) in test2()
26 void test3 (int x, struct test3 y) in test3()
31 void test4 (int x, struct test4 y) in test4()
36 void test5 (int x, struct test5 y) in test5()
41 void test6 (int x, struct test6 y) in test6()
[all …]
/llvm-project/clang/test/CodeGen/avr/
H A Davr-builtins.c34 unsigned char rotleft8(unsigned char x, unsigned char y) { in rotleft8()
41 unsigned int rotleft16(unsigned int x, unsigned int y) { in rotleft16()
48 unsigned long rotleft32(unsigned long x, unsigned long y) { in rotleft32()
54 unsigned long long rotleft64(unsigned long long x, unsigned long long y) { in rotleft64()
61 unsigned char rotright8(unsigned char x, unsigned char y) { in rotright8()
68 unsigned int rotright16(unsigned int x, unsigned int y) { in rotright16()
75 unsigned long rotright32(unsigned long x, unsigned long y) { in rotright32()
81 unsigned long long rotright64(unsigned long long x, unsigned long long y) { in rotright64()
108 double powi(double x, int y) { in powi()
115 float powif(float x, int y) { in powif()
[all …]
/llvm-project/flang/include/flang/Lower/Support/
H A DUtils.h359 const Fortran::semantics::Symbol &y) { in isEqual()
363 const Fortran::semantics::Symbol *y) { in isEqual()
368 const Fortran::common::Indirection<A, COPY> &y) { in isEqual()
372 static bool isEqual(const std::optional<A> &x, const std::optional<A> &y) { in isEqual()
378 static bool isEqual(const std::vector<A> &x, const std::vector<A> &y) { in isEqual()
388 const Fortran::evaluate::Subscript &y) { in isEqual()
393 const Fortran::evaluate::Triplet &y) { in isEqual()
398 const Fortran::evaluate::Component &y) { in isEqual()
403 const Fortran::evaluate::ArrayRef &y) { in isEqual()
407 const Fortran::evaluate::CoarrayRef &y) { in isEqual()
[all …]
/llvm-project/flang/test/HLFIR/order_assignments/
H A Dforall-fusing-scheduling.f9011 subroutine fusable_assign_easy(x, y, z) argument
12 integer :: x(:), y(:), z(:) local
26 subroutine fusable_assign(x, y, z) argument
27 integer :: x(:), y(:), z(:) local
41 subroutine unfusable_assign_1(x, y, z) argument
42 integer :: x(:), y(:), z(:) local
57 subroutine unfusable_assign_2(x, y) argument
58 integer :: x(:), y(:) local
73 subroutine unfusable_assign_3(x, y, z) argument
74 integer :: x(:, :), y(:, :), z(:, :) local
[all …]

12345678910>>...105