Home
last modified time | relevance | path

Searched refs:proc_bind (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def147 __ICV_DATA_ENV(proc_bind, OMP_PROC_BIND, ICV_IMPLEMENTATION_DEFINED)
173 __ICV_RT_GET(proc_bind, omp_get_proc_bind)
H A DOMP.td109 def OMPC_ProcBind : Clause<"proc_bind"> {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c1625 && c->proc_bind == OMP_PROC_BIND_UNKNOWN)
1628 c->proc_bind = OMP_PROC_BIND_MASTER;
1630 c->proc_bind = OMP_PROC_BIND_SPREAD;
1632 c->proc_bind = OMP_PROC_BIND_CLOSE;
1633 if (c->proc_bind != OMP_PROC_BIND_UNKNOWN)
H A Ddump-parse-tree.c1619 if (omp_clauses->proc_bind != OMP_PROC_BIND_UNKNOWN) in show_omp_clauses()
1622 switch (omp_clauses->proc_bind) in show_omp_clauses()
H A Dtrans-openmp.c3229 if (clauses->proc_bind != OMP_PROC_BIND_UNKNOWN)
3232 switch (clauses->proc_bind)
4778 clausesa[GFC_OMP_SPLIT_PARALLEL].proc_bind in gfc_split_omp_clauses()
4779 = code->ext.omp_clauses->proc_bind; in gfc_split_omp_clauses()
H A Dgfortran.h1349 enum gfc_omp_proc_bind_kind proc_bind; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc2646 && (m = gfc_match_dupl_check ((c->proc_bind in gfc_match_omp_clauses()
2653 c->proc_bind = OMP_PROC_BIND_PRIMARY; in gfc_match_omp_clauses()
2655 c->proc_bind = OMP_PROC_BIND_MASTER; in gfc_match_omp_clauses()
2657 c->proc_bind = OMP_PROC_BIND_SPREAD; in gfc_match_omp_clauses()
2659 c->proc_bind = OMP_PROC_BIND_CLOSE; in gfc_match_omp_clauses()
H A Ddump-parse-tree.cc1719 if (omp_clauses->proc_bind != OMP_PROC_BIND_UNKNOWN) in show_omp_clauses()
1722 switch (omp_clauses->proc_bind) in show_omp_clauses()
H A DChangeLog-20141875 Add inbranch, notinbranch, cancel, proc_bind, safelen_expr and
1905 proc_bind, safelen, simdlen, uniform, linear, aligned and
1986 simdlen, depend, uniform, linear, proc_bind and aligned clauses.
H A Dtrans-openmp.cc3913 if (clauses->proc_bind != OMP_PROC_BIND_UNKNOWN) in gfc_trans_omp_clauses()
3916 switch (clauses->proc_bind) in gfc_trans_omp_clauses()
6132 clausesa[GFC_OMP_SPLIT_PARALLEL].proc_bind in gfc_split_omp_clauses()
6133 = code->ext.omp_clauses->proc_bind; in gfc_split_omp_clauses()
H A Dgfortran.h1541 ENUM_BITFIELD (gfc_omp_proc_bind_kind) proc_bind:3;
H A DChangeLog-20211425 change 'master' to 'primary' in proc_bind for OpenMP 5.1.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog2056 (c_parser_omp_clause_proc_bind): Check for duplicate proc_bind clause.
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog1788 change 'master' to 'primary' in proc_bind for OpenMP 5.1.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202117086 change 'master' to 'primary' in proc_bind for OpenMP 5.1.
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS189 using primary with the proc_bind clause and OMP_PROC_BIND