Home
last modified time | relevance | path

Searched refs:lin (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfg-openmp.cpp25 int x, cond, fp, rd, lin, step, map; in target_s_has_device_addr() local
134 int x, cond, fp, rd, lin, step, map; in xxx() local
297 int x, cond, fp, rd, lin, step, map; in dpf() local
319 int x, cond, fp, rd, lin, step, map; in dpfs() local
341 int x, cond, fp, rd, lin, step, map; in ds() local
358 int x, cond, fp, rd, lin, step, map; in for_fn() local
371 #pragma omp for linear(lin : step) in for_fn()
378 int x, cond, fp, rd, lin, step, map; in fs() local
391 #pragma omp for simd linear(lin: step) in fs()
398 int x, cond, fp, rd, lin, step, map; in ord() local
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_convex_hull.c885 lin = isl_basic_set_set_rational(lin); in induced_lineality_space()
886 if (!lin) in induced_lineality_space()
1314 if (!lin) in convex_hull_pair()
1364 if (!lin) in isl_basic_set_lineality_space()
1373 lin = isl_basic_set_gauss(lin, NULL); in isl_basic_set_lineality_space()
1374 if (!lin) in isl_basic_set_lineality_space()
1382 lin = isl_basic_set_gauss(lin, NULL); in isl_basic_set_lineality_space()
1383 if (!lin) in isl_basic_set_lineality_space()
1387 return lin; in isl_basic_set_lineality_space()
1413 lin = isl_set_add_basic_set(lin, in isl_set_combined_lineality_space()
[all …]
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_simd_ast_print.cpp26 template <class C, int V> void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
34 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
53 void h(int *hp, int *hp2, int *hq, int *lin) in h() argument
58 h((float*) hp, (float*) hp2, (float*) hq, (float*) lin); in h()
H A Dfor_simd_ast_print.cpp95 T lin = 0; in result() local
100 …d private(val) safelen(7) linear(lin : -5) lastprivate(res) simdlen(5) allocate(res) if(res) nont… in result()
102 …#pragma omp for simd private(val) safelen(7) linear(lin : -5) lastprivate(res) simdlen(5) allocat… in result()
109 lin -= 5; in result()
H A Dparallel_for_simd_ast_print.cpp96 T lin = 0; in result() local
100 …rallel for simd private(val) safelen(7) linear(lin : -5) lastprivate(res) simdlen(5) if(7) alloca… in result()
105 lin -= 5; in result()
H A Ddeclare_variant_ast_print.cpp73 void h_ref(C *hp, C *hp2, C *hq, C *lin) { in h_ref() argument
84 void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
99 void h(double *hp, double *hp2, double *hq, double *lin) { in h() argument
100 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin); in h()
H A Dparallel_for_simd_codegen.cpp129 int lin = 12; in simple() local
130 #pragma omp parallel for simd linear(lin : get_val()), linear(g_ptr) in simple()
184 a[it + lin]++; in simple()
H A Dfor_simd_codegen.cpp122 int lin = 12; in simple() local
123 #pragma omp for simd linear(lin : get_val()), linear(g_ptr) in simple()
176 a[it + lin]++; in simple()
H A Dsimd_ast_print.cpp97 T lin = 0; in result() local
103 …#pragma omp simd allocate(res) private(val) safelen(7) linear(lin : -5) lastprivate(res) simdlen(… in result()
108 lin -= 5; in result()
H A Dtarget_simd_codegen.cpp182 int lin = 12; in foo() local
183 #pragma omp target simd if(target: 1) linear(lin, a : get_val()) in foo()
H A Dtarget_parallel_for_simd_codegen.cpp107 int lin = 12; in foo() local
108 #pragma omp target parallel for simd if(target: 1) linear(lin, a : get_val()) in foo()
H A Dtarget_parallel_for_codegen.cpp137 int lin = 12; in foo() local
138 #pragma omp target parallel for if(target: 1) linear(lin, a : get_val()) nowait in foo()
H A Ddeclare_simd_messages.cpp51 void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
57 void h(int *hp, int *hp2, int *hq, int *lin) { in h() argument
58 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin); in h()
H A Dsimd_codegen.cpp118 int lin = 12; in simple() local
119 #pragma omp simd linear(lin : get_val()), linear(g_ptr) in simple()
158 a[it + lin]++; in simple()
H A Ddeclare_simd_codegen.cpp34 void h(C *hp, C *hp2, C *hq, C *lin) { in h() argument
42 void h(int *hp, int *hp2, int *hq, int *lin) { in h() argument
46 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin); in h()
H A Dfor_linear_messages.cpp8 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
9 #pragma omp for linear(lin : step) // expected-warning {{variable 'lin' is uninitialized when used … in xxx()
H A Dfor_simd_linear_messages.cpp8 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
9 #pragma omp for simd linear(i, lin : step) // expected-warning {{variable 'lin' is uninitialized wh… in xxx()
H A Dparallel_for_linear_messages.cpp8 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
9 #pragma omp parallel for linear(lin : step) // expected-warning {{variable 'lin' is uninitialized w… in xxx()
H A Dtarget_simd_linear_messages.cpp18 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
19 #pragma omp target simd linear(i, lin : step) // expected-warning {{variable 'lin' is uninitialized… in xxx()
H A Dtarget_parallel_for_linear_messages.cpp17 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
18 #pragma omp target parallel for linear(lin : step) // expected-warning {{variable 'lin' is uninitia… in xxx()
H A Dparallel_for_simd_linear_messages.cpp7 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
8 #pragma omp parallel for simd linear(i, lin : step) // expected-warning {{variable 'lin' is uniniti… in xxx()
H A Dtarget_parallel_for_simd_linear_messages.cpp19 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
20 #pragma omp target parallel for simd linear(i, lin : step) // expected-warning {{variable 'lin' is … in xxx()
H A Dsimd_linear_messages.cpp7 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
8 #pragma omp simd linear(i, lin : step) // expected-warning {{variable 'lin' is uninitialized when u… in xxx()
H A Dtaskloop_simd_linear_messages.cpp17 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
18 #pragma omp taskloop simd linear(i, lin : step) // expected-warning {{variable 'lin' is uninitializ… in xxx()
H A Dmaster_taskloop_simd_linear_messages.cpp17 …int i, lin, step; // expected-note {{initialize the variable 'lin' to silence this warning}} expec… in xxx() local
18 #pragma omp master taskloop simd linear(i, lin : step) // expected-warning {{variable 'lin' is unin… in xxx()

12