Home
last modified time | relevance | path

Searched refs:vla1 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/OpenMP/
Dteams_firstprivate_codegen.cpp239 void St_func(St s[2], int n, long double vla1[n]) { in St_func()
243 #pragma omp teams firstprivate(s, vla1, vla2) in St_func()
244 vla1[b] = vla2[1][n - 1] = a = b; in St_func()
248 void array_func(float a[3], St s[2], int n, long double vla1[n]) { in array_func()
265 #pragma omp teams firstprivate(a, s, vla1, vla2) in array_func()
266 s[0].St_func(s, n, vla1); in array_func()
Dparallel_firstprivate_codegen.cpp471 void St_func(St s[2], int n, long double vla1[n]) { in St_func()
474 #pragma omp parallel firstprivate(s, vla1, vla2) in St_func()
475 vla1[b] = vla2[1][n - 1] = a = b; in St_func()
480 void array_func(float a[3], St s[2], int n, long double vla1[n]) { in array_func()
494 #pragma omp parallel firstprivate(a, s, vla1, vla2) in array_func()
495 s[0].St_func(s, n, vla1); in array_func()
/external/llvm/test/CodeGen/PowerPC/
Ddyn-alloca-aligned.ll13 %vla1 = alloca i32, i64 %0, align 128
16 store i32 %1, i32* %vla1, align 128
19 %arrayidx3 = getelementptr inbounds i32, i32* %vla1, i64 1
21 call void @bar(i32* %vla1, i32* %vla) #0
/external/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.c57 uint32_t vla1[size1]; in test_two_vlas_in_loops() local
67 vla1[j] = (vla2[start2] << 2) + (vla2[mid2] << 1) + vla2[size2 - 1]; in test_two_vlas_in_loops()
70 sum += vla1[j]; in test_two_vlas_in_loops()
/external/clang/test/CodeGenOpenCL/
Dvla.cl15 char vla1[sz1];
16 // CHECK: %vla1 = alloca [16 x i8]