Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimplify.c10272 && OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) in gimplify_scan_omp_clauses()
10273 && !is_gimple_min_invariant (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c))) in gimplify_scan_omp_clauses()
10275 if (error_operand_p (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c))) in gimplify_scan_omp_clauses()
10280 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) in gimplify_scan_omp_clauses()
10281 = get_initialized_tmp_var (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c), in gimplify_scan_omp_clauses()
13613 if (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c)) in optimize_target_teams()
13615 expr = OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c); in optimize_target_teams()
13636 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) in optimize_target_teams()
13682 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) = num_teams_lower; in optimize_target_teams()
H A Dtree-pretty-print.c1000 if (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (clause)) in dump_omp_clause()
1002 dump_generic_node (pp, OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (clause), in dump_omp_clause()
H A Dtree.h1814 #define OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR(NODE) \ macro
H A Domp-low.c13927 num_teams_lower = OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (num_teams); in lower_omp_teams()
H A DChangeLog3280 (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR): Define.
3286 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR if non-NULL.
3288 of OMP_CLAUSE_NUM_TEAMS_EXPR. Handle OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dsemantics.c7227 && OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) in finish_omp_clauses()
7230 t = OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c); in finish_omp_clauses()
7270 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) = t; in finish_omp_clauses()
H A DChangeLog426 lower-bound and store it into OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR.
432 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR of OMP_CLAUSE_NUM_TEAMS clause.
H A Dpt.c17468 if (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (oc)) in tsubst_omp_clauses()
17469 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (nc) in tsubst_omp_clauses()
17470 = tsubst_expr (OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (oc), args, in tsubst_omp_clauses()
H A Dparser.c38381 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) = lower; in cp_parser_omp_clause_num_teams()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dtrans-openmp.c3944 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) = num_teams_lower;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c/
H A Dc-parser.c15270 OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR (c) = lower; in c_parser_omp_clause_num_teams()
H A DChangeLog69 lower-bound and store it into OMP_CLAUSE_NUM_TEAMS_LOWER_EXPR.