Searched refs:num_teams_upper (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dtarget.c32 GOMP_teams4 (unsigned int num_teams_lower, unsigned int num_teams_upper, argument
54 if (!num_teams_upper)
55 num_teams_upper = num_blocks;
57 num_teams_upper = num_teams_lower;
58 else if (num_blocks < num_teams_upper)
59 num_teams_upper = num_blocks;
61 if (block_id >= num_teams_upper)
64 gomp_num_teams_var = num_teams_upper - 1;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dtarget.c30 GOMP_teams4 (unsigned int num_teams_lower, unsigned int num_teams_upper, argument
47 if (!num_teams_upper || num_teams_upper >= num_workgroups)
48 num_teams_upper = num_workgroups;
49 else if (workgroup_id >= num_teams_upper)
51 gomp_num_teams_var = num_teams_upper - 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc3976 if (clauses->num_teams_upper)
3978 tree num_teams_lower = NULL_TREE, num_teams_upper; local
3981 gfc_conv_expr (&se, clauses->num_teams_upper);
3983 num_teams_upper = gfc_evaluate_now (se.expr, block);
3996 OMP_CLAUSE_NUM_TEAMS_UPPER_EXPR (c) = num_teams_upper;
6097 clausesa[GFC_OMP_SPLIT_TEAMS].num_teams_upper
6098 = code->ext.omp_clauses->num_teams_upper;
6938 && (clausesa[GFC_OMP_SPLIT_TEAMS].num_teams_upper
6949 clausesb.num_teams_upper
6950 = clausesa[GFC_OMP_SPLIT_TEAMS].num_teams_upper;
[all...]
H A Dopenmp.cc89 gfc_free_expr (c->num_teams_upper);
2495 && (m = gfc_match_dupl_check (!c->num_teams_upper, "num_teams",
2500 if (gfc_match ("%e ", &c->num_teams_upper) != MATCH_YES)
2504 c->num_teams_lower = c->num_teams_upper;
2505 c->num_teams_upper = NULL;
2506 if (gfc_match (": %e ", &c->num_teams_upper) != MATCH_YES)
7490 if (omp_clauses->num_teams_upper)
7491 resolve_positive_int_expr (omp_clauses->num_teams_upper, "NUM_TEAMS");
7494 && omp_clauses->num_teams_upper->expr_type == EXPR_CONSTANT
7496 omp_clauses->num_teams_upper
[all...]
H A Dgfortran.h1512 struct gfc_expr *num_teams_upper; member in struct:gfc_omp_clauses
H A Dfrontend-passes.cc5646 WALK_SUBEXPR (co->ext.omp_clauses->num_teams_upper);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc13992 tree num_teams_upper = integer_zero_node;
14000 num_teams_upper = integer_one_node;
14006 p = &num_teams_upper;
14076 OMP_CLAUSE_NUM_TEAMS_UPPER_EXPR (c) = num_teams_upper;
13989 tree num_teams_upper = integer_zero_node; local

Completed in 410 milliseconds