OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_chunked
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/OpenMP/
distribute_codegen.cpp
151
// CHECK-LABEL: define {{.*void}} @{{.*}}
static_chunked
{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
152
void
static_chunked
(float *a, float *b, float *c, float *d) {
function
parallel_for_codegen.cpp
116
// CHECK-LABEL: define {{.*void}} @{{.*}}
static_chunked
{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
117
void
static_chunked
(float *a, float *b, float *c, float *d) {
function
for_codegen.cpp
98
// CHECK-LABEL: define {{.*void}} @{{.*}}
static_chunked
{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
99
void
static_chunked
(float *a, float *b, float *c, float *d) {
function
Completed in 254 milliseconds