Searched refs:map_op (Results 1 – 11 of 11) sorted by relevance
940 gfc_match_omp_map_clause (gfc_omp_namelist **list, gfc_omp_map_op map_op, in gfc_match_omp_map_clause() argument950 n->u.map_op = map_op; in gfc_match_omp_map_clause()1445 gfc_omp_map_op map_op = OMP_MAP_TOFROM; variable1449 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 …]
6591 add_clause (gfc_symbol *sym, gfc_omp_map_op map_op) in add_clause() argument6597 n->u.map_op = map_op; in add_clause()6614 gfc_omp_map_op map_op; in find_module_oacc_declare_clauses() local6617 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()
2555 && n->u.map_op != OMP_MAP_ATTACH2556 && n->u.map_op != OMP_MAP_DETACH)2767 if (n->u.map_op == OMP_MAP_ATTACH2768 || n->u.map_op == OMP_MAP_DETACH)2828 switch (n->u.map_op)
1242 gfc_omp_map_op map_op; member
1334 switch (n->u.map_op) in show_omp_namelist()
1054 gfc_match_omp_map_clause (gfc_omp_namelist **list, gfc_omp_map_op map_op, in gfc_match_omp_map_clause() argument1064 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() local2364 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 …]
6524 add_clause (gfc_symbol *sym, gfc_omp_map_op map_op) in add_clause() argument6530 n->u.map_op = map_op; in add_clause()6547 gfc_omp_map_op map_op; in find_module_oacc_declare_clauses() local6550 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()
2981 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()
1361 handle depend_op or map_op.1395 containing reduction_op, depend_op and map_op.
1346 gfc_omp_map_op map_op; member
1410 switch (n->u.map_op) in show_omp_namelist()