Home
last modified time | relevance | path

Searched refs:m_func_decl (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc700 if (m_cf == NULL || m_cf->m_func_decl == NULL_TREE) in finish_function()
737 m_cf->m_func_decl = f; in start_function()
868 if (brig_function && brig_function->m_func_decl in write_globals()
869 && DECL_EXTERNAL (brig_function->m_func_decl) == 0 in write_globals()
870 && brig_function->m_func_decl != func_decl) in write_globals()
877 TREE_OPERAND (decl_call, 0) = brig_function->m_func_decl; in write_globals()
891 gimplify_function_tree (brig_f->m_func_decl); in write_globals()
892 cgraph_node::finalize_function (brig_f->m_func_decl, true); in write_globals()
906 gimplify_function_tree (f->m_func_decl); in write_globals()
907 cgraph_node::finalize_function (f->m_func_decl, true); in write_globals()
[all …]
H A Dbrig-arg-block-handler.cc44 tree m_parentblock = DECL_INITIAL (m_parent.m_cf->m_func_decl); in operator ()()
58 = DECL_SAVED_TREE (m_parent.m_cf->m_func_decl); in operator ()()
H A Dbrig-variable-handler.cc173 if (m_parent.m_cf != NULL && m_parent.m_cf->m_func_decl != NULL_TREE) in operator ()()
223 DECL_CONTEXT (var_decl) = m_parent.m_cf->m_func_decl; in operator ()()
H A Dbrig-function.cc57 m_current_bind_expr (NULL_TREE), m_func_decl (NULL_TREE), in brig_function()
112 DECL_CONTEXT (label_decl) = m_func_decl; in label()
149 gcc_assert (m_func_decl != NULL_TREE); in append_kernel_arg()
343 tree bind_expr = DECL_SAVED_TREE (m_func_decl); in add_local_variable()
345 DECL_CONTEXT (variable) = m_func_decl; in add_local_variable()
715 tree kernel_func_ptr = build1 (ADDR_EXPR, ptr_type_node, m_func_decl); in emit_launcher_and_metadata()
757 gcc_assert (m_func_decl != NULL); in append_statement()
H A Dbrig-function.h138 tree m_func_decl; variable
H A Dbrig-function-handler.cc394 m_parent.m_cf->m_func_decl = fndecl; in operator ()()
H A Dbrig-code-entry-handler.cc243 tree func = m_parent.m_cf->m_func_decl; in build_address_operand()