HomeSort by relevance Sort by last modified time
    Searched refs:templ1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/OpenMP/
for_simd_codegen.cpp 364 int templ1(T a, T *z) { function
374 // Instatiation templ1<float,2>
375 // CHECK-LABEL: define {{.*i32}} @{{.*}}templ1{{.*}}(float {{.+}}, float* {{.+}})
423 templ1<float,2> (a, z);
parallel_for_simd_codegen.cpp 364 int templ1(T a, T *z) { function
374 // Instatiation templ1<float,2>
375 // CHECK-LABEL: define {{.*i32}} @{{.*}}templ1{{.*}}(float {{.+}}, float* {{.+}})
380 templ1<float,2> (a, z);
simd_codegen.cpp 251 int templ1(T a, T *z) { function
261 // Instatiation templ1<float,2>
262 // CHECK-LABEL: define {{.*i32}} @{{.*}}templ1{{.*}}(float {{.+}}, float* {{.+}})
292 templ1<float,2> (a, z);
    [all...]

Completed in 1545 milliseconds