Searched refs:omp_clause_num_ops (Results 1 – 22 of 22) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-dump.cc | 693 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (t)]; i++) in dequeue_and_dump()
|
| D | tree-core.h | 2284 extern unsigned const char omp_clause_num_ops[];
|
| D | tree-streamer-out.cc | 875 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in write_ts_omp_clause_tree_pointers()
|
| D | tree-streamer-in.cc | 1035 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (expr)]; i++) in lto_input_ts_omp_clause_tree_pointers()
|
| D | print-tree.cc | 974 for (i = 0; i < omp_clause_num_ops[OMP_CLAUSE_CODE (node)]; i++) in print_node()
|
| D | lto-streamer-out.cc | 1161 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()
|
| D | tree.cc | 264 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()
|
| D | tree.h | 3692 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()
|
| D | ChangeLog-2019 | 18726 * 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
|
| D | ChangeLog-2021 | 5136 * 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.
|
| D | ChangeLog-2006 | 18970 than TREE_CODE as index into omp_clause_num_ops array. 20871 * tree.c (omp_clause_num_ops): New.
|
| D | ChangeLog-2015 | 8455 * 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.
|
| D | ChangeLog-2016 | 4549 * tree.c (omp_clause_num_ops): OMP_CLAUSE__SIMT_ has 0 operands. 34712 * tree.c (omp_clause_num_ops): Added number of arguments of
|
| D | ChangeLog-2020 | 7606 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add allocate 16182 * tree.c (omp_clause_num_ops): Remove the element corresponding to
|
| D | ChangeLog-2018 | 5474 * 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,
|
| D | ChangeLog-2013 | 15406 * 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,
|
| D | ChangeLog-2014 | 20789 * tree.c (omp_clause_num_ops): New element 39117 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
|
| D | ChangeLog-2008 | 17202 (omp_clause_num_ops): Likewise. Increase OMP_CLAUSE_LASTPRIVATE
|
| D | ChangeLog-2017 | 38037 * tree.c (omp_clause_num_ops): Adjust TILE ops.
|
| D | ChangeLog-2011 | 16014 * tree.c (omp_clause_num_ops): Add OMP_CLAUSE_FINAL and
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-common.cc | 795 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/ |
| D | module.cc | 6105 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()
|