Home
last modified time | relevance | path

Searched refs:omp_clause_num_ops (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-dump.cc693 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in dequeue_and_dump()
Dtree-core.h2284 extern unsigned const char omp_clause_num_ops[];
Dtree-streamer-out.cc875 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in write_ts_omp_clause_tree_pointers()
Dtree-streamer-in.cc1035 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in lto_input_ts_omp_clause_tree_pointers()
Dprint-tree.cc974 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (node)]; i++) in print_node()
Dlto-streamer-out.cc1161 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in DFS_write_tree_body()
1572 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in hash_tree()
Dtree.cc264 unsigned const char omp_clause_num_ops[] = variable
1107 + (omp_clause_num_ops[OMP_CLAUSE_CODE (node)] - 1) in tree_size()
9078 omp_clause_num_ops [OMP_CLAUSE_CODE (t)], function, in omp_clause_operand_check_failed()
10534 length = omp_clause_num_ops[code]; in build_omp_clause()
11356 int len = omp_clause_num_ops[OMP_CLAUSE_CODE (*tp)]; in walk_tree_1()
Dtree.h3692 if (__i < 0 || __i >= omp_clause_num_ops [__t->omp_clause.code]) in omp_clause_elt_check()
3919 if (__i < 0 || __i >= omp_clause_num_ops [__t->omp_clause.code]) in omp_clause_elt_check()
DChangeLog-201918726 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add entries
19044 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add entries
20465 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
21227 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
23779 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
25886 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add entries for
27441 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
DChangeLog-20215136 * tree.c (omp_clause_num_ops): Increase num ops for
11562 * tree.c (omp_clause_num_ops): Change number of OMP_CLAUSE_ALLOCATE
16991 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FILTER entry.
19299 * tree.c (omp_clause_num_ops, omp_clause_code_name, walk_tree_1):
24804 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add clause.
34173 * tree.c (omp_clause_num_ops): Add entry for OMP_CLAUSE_DETACH.
DChangeLog-200618970 than TREE_CODE as index into omp_clause_num_ops array.
20871 * tree.c (omp_clause_num_ops): New.
DChangeLog-20158455 * tree.c (omp_clause_num_ops): Add an entry for OMP_CLAUSE_TILE.
12567 (omp_clause_num_ops): Likewise. Bump number of OMP_CLAUSE_REDUCTION
42995 * tree.c (omp_clause_num_ops): Update accordingly.
DChangeLog-20164549 * tree.c (omp_clause_num_ops): OMP_CLAUSE__SIMT_ has 0 operands.
34712 * tree.c (omp_clause_num_ops): Added number of arguments of
DChangeLog-20207606 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add allocate
16182 * tree.c (omp_clause_num_ops): Remove the element corresponding to
DChangeLog-20185474 * tree.c (omp_clause_num_ops): Add in_reduction, task_reduction,
18904 * tree.c (omp_clause_num_ops): Add entries for OMP_CLAUSE_{IF_PRESENT,
DChangeLog-201315406 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add OpenMP 4.0
21469 * tree.c (omp_clause_num_ops): Add entries for OMP_CLAUSE_LINEAR,
DChangeLog-201420789 * tree.c (omp_clause_num_ops): New element
39117 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
DChangeLog-200817202 (omp_clause_num_ops): Likewise. Increase OMP_CLAUSE_LASTPRIVATE
DChangeLog-201738037 * tree.c (omp_clause_num_ops): Adjust TILE ops.
DChangeLog-201116014 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc795 for (i = omp_clause_num_ops[OMP_CLAUSE_CODE (t)] - 1; i >= 0; --i) in mentions_vars_p_omp_clause()
1588 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t1)]; i++) in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc6105 unsigned len = omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; in core_vals()
6598 unsigned len = omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; in core_vals()