Searched refs:grain (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dcilk-abi-cilk-for.cpp69 // A positive requested grain size comes from the user. A very high grain
75 // At present, a negative requested grain size is treated the same way as
76 // a zero grain size, i.e., the runtime computes the actual grainsize
79 // grain size.
227 * grain - grain size (0 if it should be computed)
235 F body, void *data, int grain,
245 // Invariant: count > 0, grain >= 1
246 if (count > grain)
234 cilk_for_recursive(count_t low, count_t high, F body, void *data, int grain, __cilkrts_worker *w, __cilkrts_pedigree *loop_root_pedigree) argument
296 cilk_for_root(F body, void *data, count_t count, int grain) argument
382 __cilkrts_cilk_for_32(__cilk_abi_f32_t body, void *data, cilk32_t count, int grain) argument
405 __cilkrts_cilk_for_64(__cilk_abi_f64_t body, void *data, cilk64_t count, int grain) argument
[all...]
/haiku-buildtools/gcc/libcilkrts/include/internal/
H A Dabi.h548 * function will be called to execute each grain of work.
552 * @param grain This parameter allows the compiler to pass a value from a
561 int grain);
571 int grain);
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c15097 tree grain = convert_to_integer (long_integer_type_node,
15105 if (grain == NULL_TREE || grain == error_mark_node)
15106 grain = integer_zero_node;
15107 c_parser_cilk_for (parser, grain);
15147 GRAIN is the grain value passed in through pragma or 0. */
15150 c_parser_cilk_for (c_parser *parser, tree grain)
15152 tree clauses = build_omp_clause (EXPR_LOCATION (grain), OMP_CLAUSE_SCHEDULE);
15154 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clauses) = grain;
15091 tree grain = convert_to_integer (long_integer_type_node, local
15144 c_parser_cilk_for(c_parser *parser, tree grain) argument
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c33528 cp_parser_cilk_for (cp_parser *parser, tree grain)
33536 tree clauses = build_omp_clause (EXPR_LOCATION (grain), OMP_CLAUSE_SCHEDULE);
33538 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clauses) = grain;
33520 cp_parser_cilk_for(cp_parser *parser, tree grain) argument
/haiku-buildtools/gcc/gcc/
H A Domp-low.c5022 tree grain = (*ws_args)[1];
5041 args->quick_push (grain);
5395 and grain. */
7538 user-defined grain value. If the user does not define one, then zero
5021 tree grain = (*ws_args)[1]; local

Completed in 311 milliseconds