HomeSort by relevance Sort by last modified time
    Searched full:static_chunked (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 664 /// returned nesessary to generated the static_chunked scheduled loop.
665 /// \param Chunk Value of the chunk for the static_chunked scheduled loop.
688 /// returned nesessary to generated the static_chunked scheduled loop.
689 /// \param Chunk Value of the chunk for the static_chunked scheduled loop.
    [all...]
  /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
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
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

Completed in 338 milliseconds