| /src/external/gpl3/gcc/dist/gcc/ |
| omp-oacc-kernels-decompose.cc | 332 OMP_CLAUSE_OPERAND (gang_single_clause, 0) = integer_one_node; 404 tree num = OMP_CLAUSE_OPERAND (loop_clause, 0); 407 OMP_CLAUSE_OPERAND (new_num_clause, 0) = num; 465 if (OMP_CLAUSE_OPERAND (loop_clause, 0) != NULL 471 OMP_CLAUSE_OPERAND (loop_clause, 0) = NULL; 473 else if (OMP_CLAUSE_OPERAND (loop_clause, 0) != NULL && 474 OMP_CLAUSE_OPERAND (*outer_clause_ptr, 0) != NULL) 478 tree old_op = OMP_CLAUSE_OPERAND (*outer_clause_ptr, 0); 479 tree new_op = OMP_CLAUSE_OPERAND (loop_clause, 0); 493 OMP_CLAUSE_OPERAND (loop_clause, 0) = NULL [all...] |
| tree.h | 1603 OMP_CLAUSE_OPERAND (OMP_CLAUSE_RANGE_CHECK (OMP_CLAUSE_CHECK (NODE), \ 1609 OMP_CLAUSE_OPERAND (OMP_CLAUSE_RANGE_CHECK (OMP_CLAUSE_CHECK (NODE), \ 1698 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, \ 1730 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_FINAL), 0) 1732 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF), 0) 1734 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_SELF), 0) 1736 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_NUM_THREADS),0) 1738 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_SCHEDULE), 0) 1740 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_NUM_TASKS), 0) 1742 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_HINT), 0 [all...] |
| tree-dump.cc | 694 dump_child ("op: ", OMP_CLAUSE_OPERAND (t, i));
|
| tree-nested.cc | 1419 if (OMP_CLAUSE_OPERAND (clause, 0)) 1423 convert_nonlocal_reference_op (&OMP_CLAUSE_OPERAND (clause, 0), 1443 convert_nonlocal_reference_op (&OMP_CLAUSE_OPERAND (clause, 0), 2198 if (OMP_CLAUSE_OPERAND (clause, 0)) 2202 convert_local_reference_op (&OMP_CLAUSE_OPERAND (clause, 0), 2222 convert_local_reference_op (&OMP_CLAUSE_OPERAND (clause, 0),
|
| print-tree.cc | 989 print_node_brief (file, "", OMP_CLAUSE_OPERAND (node, i), 0);
|
| tree-streamer-in.cc | 1030 OMP_CLAUSE_OPERAND (expr, i) = stream_read_tree_ref (ib, data_in);
|
| tree-streamer-out.cc | 874 stream_write_tree_ref (ob, OMP_CLAUSE_OPERAND (expr, i));
|
| gimplify.cc | 13039 OMP_CLAUSE_OPERAND (c, 0) 13040 = gimple_boolify (OMP_CLAUSE_OPERAND (c, 0)); 13108 if (OMP_CLAUSE_OPERAND (c, 0) 13109 && !is_gimple_min_invariant (OMP_CLAUSE_OPERAND (c, 0))) 13111 if (error_operand_p (OMP_CLAUSE_OPERAND (c, 0))) 13118 OMP_CLAUSE_OPERAND (c, 0) 13119 = get_initialized_tmp_var (OMP_CLAUSE_OPERAND (c, 0), 13125 if (gimplify_expr (&OMP_CLAUSE_OPERAND (c, 0), pre_p, NULL, 13128 if (gimplify_expr (&OMP_CLAUSE_OPERAND (c, 1), pre_p, NULL, 16832 expr = OMP_CLAUSE_OPERAND (c, 0) [all...] |
| lto-streamer-out.cc | 1168 DFS_follow_tree_edge (OMP_CLAUSE_OPERAND (expr, i)); 1582 visit (OMP_CLAUSE_OPERAND (t, i));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-oacc-kernels-decompose.cc | 331 OMP_CLAUSE_OPERAND (gang_single_clause, 0) = integer_one_node; 403 tree num = OMP_CLAUSE_OPERAND (loop_clause, 0); 406 OMP_CLAUSE_OPERAND (new_num_clause, 0) = num; 464 if (OMP_CLAUSE_OPERAND (loop_clause, 0) != NULL 470 OMP_CLAUSE_OPERAND (loop_clause, 0) = NULL; 472 else if (OMP_CLAUSE_OPERAND (loop_clause, 0) != NULL && 473 OMP_CLAUSE_OPERAND (*outer_clause_ptr, 0) != NULL) 477 tree old_op = OMP_CLAUSE_OPERAND (*outer_clause_ptr, 0); 478 tree new_op = OMP_CLAUSE_OPERAND (loop_clause, 0); 492 OMP_CLAUSE_OPERAND (loop_clause, 0) = NULL [all...] |
| tree.h | 1489 OMP_CLAUSE_OPERAND (OMP_CLAUSE_RANGE_CHECK (OMP_CLAUSE_CHECK (NODE), \ 1495 OMP_CLAUSE_OPERAND (OMP_CLAUSE_RANGE_CHECK (OMP_CLAUSE_CHECK (NODE), \ 1584 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, \ 1616 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_FINAL), 0) 1618 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_IF), 0) 1620 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_NUM_THREADS),0) 1622 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_SCHEDULE), 0) 1624 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_NUM_TASKS), 0) 1626 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_HINT), 0) 1628 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_FILTER), 0 [all...] |
| tree-dump.cc | 694 dump_child ("op: ", OMP_CLAUSE_OPERAND (t, i));
|
| tree-nested.cc | 1409 if (OMP_CLAUSE_OPERAND (clause, 0)) 1413 convert_nonlocal_reference_op (&OMP_CLAUSE_OPERAND (clause, 0), 1433 convert_nonlocal_reference_op (&OMP_CLAUSE_OPERAND (clause, 0), 2185 if (OMP_CLAUSE_OPERAND (clause, 0)) 2189 convert_local_reference_op (&OMP_CLAUSE_OPERAND (clause, 0), 2209 convert_local_reference_op (&OMP_CLAUSE_OPERAND (clause, 0),
|
| print-tree.cc | 979 print_node_brief (file, "", OMP_CLAUSE_OPERAND (node, i), 0);
|
| tree-streamer-in.cc | 1036 OMP_CLAUSE_OPERAND (expr, i) = stream_read_tree_ref (ib, data_in);
|
| tree-streamer-out.cc | 876 stream_write_tree_ref (ob, OMP_CLAUSE_OPERAND (expr, i));
|
| gimplify.cc | 10654 OMP_CLAUSE_OPERAND (c, 0) 10655 = gimple_boolify (OMP_CLAUSE_OPERAND (c, 0)); 10723 if (OMP_CLAUSE_OPERAND (c, 0) 10724 && !is_gimple_min_invariant (OMP_CLAUSE_OPERAND (c, 0))) 10726 if (error_operand_p (OMP_CLAUSE_OPERAND (c, 0))) 10733 OMP_CLAUSE_OPERAND (c, 0) 10734 = get_initialized_tmp_var (OMP_CLAUSE_OPERAND (c, 0), 10740 if (gimplify_expr (&OMP_CLAUSE_OPERAND (c, 0), pre_p, NULL, 10743 if (gimplify_expr (&OMP_CLAUSE_OPERAND (c, 1), pre_p, NULL, 14052 expr = OMP_CLAUSE_OPERAND (c, 0) [all...] |
| lto-streamer-out.cc | 1162 DFS_follow_tree_edge (OMP_CLAUSE_OPERAND (expr, i)); 1573 visit (OMP_CLAUSE_OPERAND (t, i));
|
| /src/external/gpl3/gcc/dist/gcc/lto/ |
| lto-common.cc | 796 CHECK_VAR (OMP_CLAUSE_OPERAND (t, i)); 1594 compare_tree_edges (OMP_CLAUSE_OPERAND (t1, i), 1595 OMP_CLAUSE_OPERAND (t2, i));
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| lto-common.cc | 796 CHECK_VAR (OMP_CLAUSE_OPERAND (t, i)); 1589 compare_tree_edges (OMP_CLAUSE_OPERAND (t1, i), 1590 OMP_CLAUSE_OPERAND (t2, i));
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 7699 t = OMP_CLAUSE_OPERAND (c, 0); 7705 OMP_CLAUSE_OPERAND (c, 0) = t; 7720 t = OMP_CLAUSE_OPERAND (c, 1); 7750 OMP_CLAUSE_OPERAND (c, 1) = t; 7757 if (OMP_CLAUSE_OPERAND (c, 0) == NULL_TREE) 7767 t = OMP_CLAUSE_OPERAND (c, 0); 7830 OMP_CLAUSE_OPERAND (c, 0) = t; 7917 t = OMP_CLAUSE_OPERAND (c, 0); 7944 OMP_CLAUSE_OPERAND (c, 0) = t;
|
| pt.cc | 17769 OMP_CLAUSE_OPERAND (nc, 0) 17770 = tsubst_stmt (OMP_CLAUSE_OPERAND (oc, 0), args, complain, in_decl); 17799 OMP_CLAUSE_OPERAND (nc, 1) 17800 = tsubst_stmt (OMP_CLAUSE_OPERAND (oc, 1), args, complain, in_decl); 17806 OMP_CLAUSE_OPERAND (nc, 1) 17807 = tsubst_stmt (OMP_CLAUSE_OPERAND (oc, 1), args, complain, in_decl); 17808 OMP_CLAUSE_OPERAND (nc, 2) 17809 = tsubst_stmt (OMP_CLAUSE_OPERAND (oc, 2), args, complain, in_decl); 19304 if (OMP_CLAUSE_OPERAND (c, i) 19305 && TREE_CODE (OMP_CLAUSE_OPERAND (c, i)) != INTEGER_CST [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 7275 t = OMP_CLAUSE_OPERAND (c, 1); 7305 OMP_CLAUSE_OPERAND (c, 1) = t; 7312 if (OMP_CLAUSE_OPERAND (c, 0) == NULL_TREE) 7322 t = OMP_CLAUSE_OPERAND (c, 0); 7383 OMP_CLAUSE_OPERAND (c, 0) = t; 7470 t = OMP_CLAUSE_OPERAND (c, 0); 7497 OMP_CLAUSE_OPERAND (c, 0) = t;
|
| pt.cc | 17908 OMP_CLAUSE_OPERAND (nc, 0) 17909 = tsubst_expr (OMP_CLAUSE_OPERAND (oc, 0), args, complain, 17939 OMP_CLAUSE_OPERAND (nc, 1) 17940 = tsubst_expr (OMP_CLAUSE_OPERAND (oc, 1), args, complain, 17947 OMP_CLAUSE_OPERAND (nc, 1) 17948 = tsubst_expr (OMP_CLAUSE_OPERAND (oc, 1), args, complain, 17950 OMP_CLAUSE_OPERAND (nc, 2) 17951 = tsubst_expr (OMP_CLAUSE_OPERAND (oc, 2), args, complain, 19420 if (OMP_CLAUSE_OPERAND (c, i) 19421 && TREE_CODE (OMP_CLAUSE_OPERAND (c, i)) != INTEGER_CST [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 14423 OMP_CLAUSE_OPERAND (c, 0) = t; 14563 OMP_CLAUSE_OPERAND (c, 1) = ops[1]; 14565 OMP_CLAUSE_OPERAND (c, 0) = ops[0]; 21179 if (OMP_CLAUSE_OPERAND (c, i) 21180 && TREE_CODE (OMP_CLAUSE_OPERAND (c, i)) != INTEGER_CST) 21182 tree expr = OMP_CLAUSE_OPERAND (c, i); 21187 OMP_CLAUSE_OPERAND (c, i) = expr;
|