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 D | OMPKinds.def | 147 __ICV_DATA_ENV(proc_bind, OMP_PROC_BIND, ICV_IMPLEMENTATION_DEFINED) 173 __ICV_RT_GET(proc_bind, omp_get_proc_bind)
|
H A D | OMP.td | 109 def OMPC_ProcBind : Clause<"proc_bind"> {
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 1625 && 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 D | dump-parse-tree.c | 1619 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 D | trans-openmp.c | 3229 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 D | gfortran.h | 1349 enum gfc_omp_proc_bind_kind proc_bind; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.cc | 2646 && (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 D | dump-parse-tree.cc | 1719 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 D | ChangeLog-2014 | 1875 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 D | trans-openmp.cc | 3913 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 D | gfortran.h | 1541 ENUM_BITFIELD (gfc_omp_proc_bind_kind) proc_bind:3;
|
H A D | ChangeLog-2021 | 1425 change 'master' to 'primary' in proc_bind for OpenMP 5.1.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 2056 (c_parser_omp_clause_proc_bind): Check for duplicate proc_bind clause.
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | ChangeLog | 1788 change 'master' to 'primary' in proc_bind for OpenMP 5.1.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 17086 change 'master' to 'primary' in proc_bind for OpenMP 5.1.
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 189 using primary with the proc_bind clause and OMP_PROC_BIND
|