HomeSort by relevance Sort by last modified time
    Searched refs:templ1 (Results 1 - 4 of 4) 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* {{.+}})
422 templ1<float,2> (a, z);
    [all...]
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);
    [all...]
simd_codegen.cpp 248 int templ1(T a, T *z) { function
258 // Instatiation templ1<float,2>
259 // CHECK-LABEL: define {{.*i32}} @{{.*}}templ1{{.*}}(float {{.+}}, float* {{.+}})
289 templ1<float,2> (a, z);
  /external/v8/test/cctest/
test-api.cc 1897 Local<ObjectTemplate> templ1 = ObjectTemplate::New(isolate, fun); local
    [all...]

Completed in 77 milliseconds