Home
last modified time | relevance | path

Searched refs:condv (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c698 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for() argument
706 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in c_finish_omp_for()
712 tree cond = TREE_VEC_ELT (condv, i); in c_finish_omp_for()
853 if (cond_ok && TREE_VEC_ELT (condv, i) != cond) in c_finish_omp_for()
857 for (tree c = TREE_VEC_ELT (condv, i); c != cond; in c_finish_omp_for()
865 TREE_VEC_ELT (condv, i) = cond; in c_finish_omp_for()
1026 OMP_FOR_COND (t) = condv; in c_finish_omp_for()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc939 tree orig_declv, tree initv, tree condv, tree incrv, in c_finish_omp_for() argument
947 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in c_finish_omp_for()
953 tree cond = TREE_VEC_ELT (condv, i); in c_finish_omp_for()
1094 if (cond_ok && TREE_VEC_ELT (condv, i) != cond) in c_finish_omp_for()
1098 for (tree c = TREE_VEC_ELT (condv, i); c != cond; in c_finish_omp_for()
1106 TREE_VEC_ELT (condv, i) = cond; in c_finish_omp_for()
1267 OMP_FOR_COND (t) = condv; in c_finish_omp_for()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c8528 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument
8536 tree cond = TREE_VEC_ELT (condv, i); in handle_omp_for_class_iterator()
8866 TREE_VEC_ELT (condv, i) = cond; in handle_omp_for_class_iterator()
8881 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument
8892 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in finish_omp_for()
8914 cond = TREE_VEC_ELT (condv, i); in finish_omp_for()
8983 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for()
9001 OMP_FOR_COND (stmt) = condv; in finish_omp_for()
9021 cond = TREE_VEC_ELT (condv, i); in finish_omp_for()
9055 initv, condv, incrv, &body, in finish_omp_for()
[all …]
H A Dpt.c17542 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument
17711 TREE_VEC_ELT (condv, i) = cond; in tsubst_omp_for_iterator()
17848 TREE_VEC_ELT (condv, i) = cond; in tsubst_omp_for_iterator()
18582 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local
18601 condv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr()
18616 condv, incrv, &clauses, args, in tsubst_expr()
18642 orig_declv, initv, condv, incrv, body, pre_body, in tsubst_expr()
27651 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument
27662 tree cond = TREE_VEC_ELT (condv, i); in dependent_omp_for_p()
H A Dparser.c38985 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local
39041 condv = make_tree_vec (count); in cp_parser_omp_for_loop()
39268 TREE_VEC_ELT (condv, i) = cond; in cp_parser_omp_for_loop()
39353 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc9986 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument
9994 tree cond = TREE_VEC_ELT (condv, i); in handle_omp_for_class_iterator()
10327 TREE_VEC_ELT (condv, i) = cond; in handle_omp_for_class_iterator()
10342 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument
10353 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in finish_omp_for()
10375 cond = TREE_VEC_ELT (condv, i); in finish_omp_for()
10444 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for()
10462 OMP_FOR_COND (stmt) = condv; in finish_omp_for()
10482 cond = TREE_VEC_ELT (condv, i); in finish_omp_for()
10516 initv, condv, incrv, &body, in finish_omp_for()
[all …]
H A Dpt.cc18106 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument
18298 TREE_VEC_ELT (condv, i) = cond; in tsubst_omp_for_iterator()
18435 TREE_VEC_ELT (condv, i) = cond; in tsubst_omp_for_iterator()
19203 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local
19222 condv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr()
19237 condv, incrv, &clauses, args, in tsubst_expr()
19263 orig_declv, initv, condv, incrv, body, pre_body, in tsubst_expr()
28576 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument
28587 tree cond = TREE_VEC_ELT (condv, i); in dependent_omp_for_p()
H A Dparser.cc42429 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local
42485 condv = make_tree_vec (count); in cp_parser_omp_for_loop()
42712 TREE_VEC_ELT (condv, i) = cond; in cp_parser_omp_for_loop()
42797 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c4882 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local
4883 g = gimple_build_assign (condv, in lower_rec_input_clauses()
4887 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses()
5850 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local
5852 g = gimple_build_assign (condv, m); in lower_rec_input_clauses()
5857 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses()
5985 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local
5987 g = gimple_build_assign (condv, m); in lower_rec_input_clauses()
5992 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses()
8541 tree condv = create_tmp_var (boolean_type_node); in lower_omp_task_reductions() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc5474 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local
5475 g = gimple_build_assign (condv, in lower_rec_input_clauses()
5479 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses()
6518 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local
6520 g = gimple_build_assign (condv, m); in lower_rec_input_clauses()
6525 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses()
6673 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local
6675 g = gimple_build_assign (condv, m); in lower_rec_input_clauses()
6680 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses()
9382 tree condv = create_tmp_var (boolean_type_node); in lower_omp_task_reductions() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c18061 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local
18117 condv = make_tree_vec (count); in c_parser_omp_for_loop()
18255 TREE_VEC_ELT (condv, i) = cond; in c_parser_omp_for_loop()
18360 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, in c_parser_omp_for_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc19229 tree declv, condv, incrv, initv, ret = NULL_TREE; in c_parser_omp_for_loop() local
19285 condv = make_tree_vec (count); in c_parser_omp_for_loop()
19425 TREE_VEC_ELT (condv, i) = cond; in c_parser_omp_for_loop()
19521 stmt = c_finish_omp_for (loc, code, declv, NULL, initv, condv, in c_parser_omp_for_loop()