/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-offload.cc | 234 node->offloadable = 1; in omp_discover_declare_target_tgt_fn_r() 248 node->offloadable = 1; in omp_discover_declare_target_tgt_fn_r() 255 node->offloadable = 1; in omp_discover_declare_target_tgt_fn_r() 324 if (node != NULL && !node->offloadable) in omp_discover_declare_target_var_r() 326 node->offloadable = 1; in omp_discover_declare_target_var_r()
|
H A D | varpool.cc | 156 node->offloadable = 1; in get_create()
|
H A D | cgraph.h | 123 need_lto_streaming (false), offloadable (false), ifunc_resolver (false), in symtab_node() 593 unsigned offloadable : 1; member
|
H A D | omp-low.cc | 1558 && varpool_node::get_create (decl)->offloadable in scan_sharing_clauses() 1855 && varpool_node::get_create (decl)->offloadable) in scan_sharing_clauses() 1993 if (cgraph_node::get (current_function_decl)->offloadable) in omp_maybe_offloaded_ctx() 2062 cgraph_node::get_create (decl)->offloadable = 1; in create_omp_child_function() 2067 if (cgraph_node::get_create (decl)->offloadable) in create_omp_child_function() 10389 if (cgraph_node::get (current_function_decl)->offloadable) in lower_omp_critical() 10390 varpool_node::get_create (decl)->offloadable = 1; in lower_omp_critical() 10395 varpool_node::get_create (decl)->offloadable = 1; in lower_omp_critical() 12772 && varpool_node::get_create (var)->offloadable) in lower_omp_target() 13525 node->offloadable = 1; in lower_omp_target() [all …]
|
H A D | lto-cgraph.cc | 818 snode->need_lto_streaming = !lto_stream_offload_p || snode->offloadable; in select_what_to_stream()
|
H A D | cgraph.cc | 515 node->offloadable = 1; in create()
|
H A D | gimplify.cc | 1399 node->offloadable = 1; in gimplify_bind_expr() 7793 && varpool_node::get_create (decl)->offloadable) in omp_notice_variable() 11136 node->offloadable = 1; in gimplify_adjust_omp_clauses_1()
|
H A D | ChangeLog-2014 | 3098 inside target functions as offloadable. 8211 (cgraph_node::create): Set node->offloadable and g->have_offload if 8213 * cgraph.h (symtab_node): Add need_lto_streaming and offloadable flags. 8226 from non-offloadable nodes while streaming a node into offload section. 8239 (scan_sharing_clauses): Use offloadable flag, instead of an attribute. 8242 attribute with a cgraph_node flag offloadable. 8243 (expand_omp_target): Set mark_force_output for offloadable functions. 8244 (lower_omp_critical): Set offloadable flag for omp critical symbol. 8250 (varpool_node::get_create): Set node->offloadable and g->have_offload if
|
H A D | ChangeLog-2015 | 37985 * varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | varpool.c | 155 node->offloadable = 1; in get_create()
|
H A D | cgraph.h | 122 need_lto_streaming (false), offloadable (false), ifunc_resolver (false), in symtab_node() 578 unsigned offloadable : 1; member
|
H A D | omp-low.c | 1370 && varpool_node::get_create (decl)->offloadable in scan_sharing_clauses() 1629 && varpool_node::get_create (decl)->offloadable) in scan_sharing_clauses() 1756 if (cgraph_node::get (current_function_decl)->offloadable) in omp_maybe_offloaded_ctx() 1825 cgraph_node::get_create (decl)->offloadable = 1; in create_omp_child_function() 1830 if (cgraph_node::get_create (decl)->offloadable in create_omp_child_function() 9545 if (cgraph_node::get (current_function_decl)->offloadable) in lower_omp_critical() 9546 varpool_node::get_create (decl)->offloadable = 1; in lower_omp_critical() 9551 varpool_node::get_create (decl)->offloadable = 1; in lower_omp_critical() 11613 && varpool_node::get_create (var)->offloadable) in lower_omp_target() 12514 && varpool_node::get_create (var)->offloadable) in lower_omp_target()
|
H A D | lto-cgraph.c | 809 snode->need_lto_streaming = !lto_stream_offload_p || snode->offloadable; in select_what_to_stream()
|
H A D | cgraph.c | 511 node->offloadable = 1; in create()
|
H A D | gimplify.c | 1389 node->offloadable = 1; in gimplify_bind_expr() 7448 && varpool_node::get_create (decl)->offloadable) in omp_notice_variable() 9966 node->offloadable = 1; in gimplify_adjust_omp_clauses_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 16697 node->offloadable = 1; in c_parser_oacc_declare() 20676 node->offloadable = 1; in c_parser_omp_declare_target()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 17374 node->offloadable = 1; in c_parser_oacc_declare() 22045 node->offloadable = 1; in c_parser_omp_declare_target()
|
H A D | c-decl.cc | 5700 node->offloadable = 1; in finish_decl()
|
H A D | ChangeLog | 915 ensure that the varpool node is marked as offloadable.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2021 | 4068 ensure that the varpool node is marked as offloadable.
|
H A D | decl.cc | 8656 node->offloadable = 1; in cp_finish_decl()
|
H A D | parser.cc | 44736 node->offloadable = 1; in cp_parser_oacc_declare() 45858 node->offloadable = 1; in handle_omp_declare_target_clause()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 41135 node->offloadable = 1; in cp_parser_oacc_declare() 42149 node->offloadable = 1; in cp_parser_omp_declare_target()
|