Home
last modified time | relevance | path

Searched refs:map_op (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c940 gfc_match_omp_map_clause (gfc_omp_namelist **list, gfc_omp_map_op map_op, in gfc_match_omp_map_clause() argument
950 n->u.map_op = map_op; in gfc_match_omp_map_clause()
1445 gfc_omp_map_op map_op = OMP_MAP_TOFROM; variable
1449 map_op = OMP_MAP_ALLOC;
1451 map_op = always ? OMP_MAP_ALWAYS_TOFROM : OMP_MAP_TOFROM;
1453 map_op = always ? OMP_MAP_ALWAYS_TO : OMP_MAP_TO;
1455 map_op = always ? OMP_MAP_ALWAYS_FROM : OMP_MAP_FROM;
1457 map_op = OMP_MAP_RELEASE;
1459 map_op = OMP_MAP_DELETE;
1472 n->u.map_op = map_op;
[all …]
H A Dtrans-decl.c6591 add_clause (gfc_symbol *sym, gfc_omp_map_op map_op) in add_clause() argument
6597 n->u.map_op = map_op; in add_clause()
6614 gfc_omp_map_op map_op; in find_module_oacc_declare_clauses() local
6617 map_op = OMP_MAP_FORCE_ALLOC; in find_module_oacc_declare_clauses()
6620 map_op = OMP_MAP_FORCE_TO; in find_module_oacc_declare_clauses()
6623 map_op = OMP_MAP_FORCE_DEVICEPTR; in find_module_oacc_declare_clauses()
6626 map_op = OMP_MAP_DEVICE_RESIDENT; in find_module_oacc_declare_clauses()
6634 add_clause (sym, map_op); in find_module_oacc_declare_clauses()
6699 switch (n->u.map_op) in finish_oacc_declare()
6702 n->u.map_op = OMP_MAP_FORCE_ALLOC; in finish_oacc_declare()
H A Dtrans-openmp.c2555 && n->u.map_op != OMP_MAP_ATTACH
2556 && n->u.map_op != OMP_MAP_DETACH)
2767 if (n->u.map_op == OMP_MAP_ATTACH
2768 || n->u.map_op == OMP_MAP_DETACH)
2828 switch (n->u.map_op)
H A Dgfortran.h1242 gfc_omp_map_op map_op; member
H A Ddump-parse-tree.c1334 switch (n->u.map_op) in show_omp_namelist()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc1054 gfc_match_omp_map_clause (gfc_omp_namelist **list, gfc_omp_map_op map_op, in gfc_match_omp_map_clause() argument
1064 n->u.map_op = map_op; in gfc_match_omp_map_clause()
1354 p->u.map_op = OMP_MAP_ALWAYS_TOFROM; in gfc_match_omp_clause_reduction()
2362 gfc_omp_map_op map_op = OMP_MAP_TOFROM; in gfc_match_omp_clauses() local
2364 map_op = OMP_MAP_ALLOC; in gfc_match_omp_clauses()
2366 map_op = always_modifier ? OMP_MAP_ALWAYS_TOFROM : OMP_MAP_TOFROM; in gfc_match_omp_clauses()
2368 map_op = always_modifier ? OMP_MAP_ALWAYS_TO : OMP_MAP_TO; in gfc_match_omp_clauses()
2370 map_op = always_modifier ? OMP_MAP_ALWAYS_FROM : OMP_MAP_FROM; in gfc_match_omp_clauses()
2372 map_op = OMP_MAP_RELEASE; in gfc_match_omp_clauses()
2374 map_op = OMP_MAP_DELETE; in gfc_match_omp_clauses()
[all …]
H A Dtrans-decl.cc6524 add_clause (gfc_symbol *sym, gfc_omp_map_op map_op) in add_clause() argument
6530 n->u.map_op = map_op; in add_clause()
6547 gfc_omp_map_op map_op; in find_module_oacc_declare_clauses() local
6550 map_op = OMP_MAP_FORCE_ALLOC; in find_module_oacc_declare_clauses()
6553 map_op = OMP_MAP_FORCE_TO; in find_module_oacc_declare_clauses()
6556 map_op = OMP_MAP_FORCE_DEVICEPTR; in find_module_oacc_declare_clauses()
6559 map_op = OMP_MAP_DEVICE_RESIDENT; in find_module_oacc_declare_clauses()
6567 add_clause (sym, map_op); in find_module_oacc_declare_clauses()
6632 switch (n->u.map_op) in finish_oacc_declare()
6635 n->u.map_op = OMP_MAP_FORCE_ALLOC; in finish_oacc_declare()
H A Dtrans-openmp.cc2981 switch (n->u.map_op) in gfc_trans_omp_clauses()
3191 if (n->u.map_op == OMP_MAP_ATTACH) in gfc_trans_omp_clauses()
3206 else if (n->u.map_op == OMP_MAP_DETACH) in gfc_trans_omp_clauses()
3451 if (n->u.map_op == OMP_MAP_ATTACH in gfc_trans_omp_clauses()
3452 || n->u.map_op == OMP_MAP_DETACH) in gfc_trans_omp_clauses()
3474 else if (n->u.map_op == OMP_MAP_RELEASE in gfc_trans_omp_clauses()
3475 || n->u.map_op == OMP_MAP_DELETE) in gfc_trans_omp_clauses()
5859 n2->u.map_op = OMP_MAP_TOFROM; in gfc_add_clause_implicitly()
H A DChangeLog-20141361 handle depend_op or map_op.
1395 containing reduction_op, depend_op and map_op.
H A Dgfortran.h1346 gfc_omp_map_op map_op; member
H A Ddump-parse-tree.cc1410 switch (n->u.map_op) in show_omp_namelist()