Home
last modified time | relevance | path

Searched refs:fndecl (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple-expr.h168 tree fndecl = TREE_OPERAND (fn, 0); in gimple_call_addr_fndecl() local
169 if (TREE_CODE (fndecl) == MEM_REF in gimple_call_addr_fndecl()
170 && TREE_CODE (TREE_OPERAND (fndecl, 0)) == ADDR_EXPR in gimple_call_addr_fndecl()
171 && integer_zerop (TREE_OPERAND (fndecl, 1))) in gimple_call_addr_fndecl()
172 fndecl = TREE_OPERAND (TREE_OPERAND (fndecl, 0), 0); in gimple_call_addr_fndecl()
173 if (TREE_CODE (fndecl) == FUNCTION_DECL) in gimple_call_addr_fndecl()
174 return fndecl; in gimple_call_addr_fndecl()
H A Dipa-param-manipulation.h326 tree fndecl, tree old_fndecl,
332 tree fndecl);
336 tree fndecl);
432 void push_function_arg_decls (vec<tree> *args, tree fndecl);
H A Ddiagnostic-path.h105 simple_diagnostic_event (location_t loc, tree fndecl, int depth,
136 diagnostic_event_id_t add_event (location_t loc, tree fndecl, int depth,
H A Dtree.h3926 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FUNCTION_CODE() local
3927 gcc_checking_assert (fndecl.built_in_class == BUILT_IN_NORMAL); in DECL_FUNCTION_CODE()
3928 return (built_in_function) fndecl.function_code; in DECL_FUNCTION_CODE()
3937 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_MD_FUNCTION_CODE() local
3938 gcc_checking_assert (fndecl.built_in_class == BUILT_IN_MD); in DECL_MD_FUNCTION_CODE()
3939 return fndecl.function_code; in DECL_MD_FUNCTION_CODE()
3948 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FE_FUNCTION_CODE() local
3949 gcc_checking_assert (fndecl.built_in_class == BUILT_IN_FRONTEND); in DECL_FE_FUNCTION_CODE()
3950 return fndecl.function_code; in DECL_FE_FUNCTION_CODE()
3959 tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in set_decl_built_in_function() local
[all …]
H A Ddumpfile.h352 from_function_decl (tree fndecl);
H A Dcgraph.h1380 static void add_new_function (tree fndecl, bool lowered);
1632 ipa_polymorphic_call_context (tree fndecl, tree ref, gimple *stmt, in class()
3369 decl_is_tm_clone (const_tree fndecl) in decl_is_tm_clone() argument
3371 cgraph_node *n = cgraph_node::get (fndecl); in decl_is_tm_clone()
H A Dfunction.h669 extern void push_struct_function (tree fndecl);
H A Dipa-prop.h926 int count_formal_params (tree fndecl);
H A Dhsa-common.h1329 bool hsa_callable_function_p (tree fndecl);
H A Dtarget.def1808 vectorized variant of target built-in function @code{fndecl}. The\n\
1811 tree, (tree fndecl, tree vec_type_out, tree vec_type_in),
2285 This target hook returns @code{true} if it is OK to inline @var{fndecl}\n\
2289 bool, (const_tree fndecl),
2450 implement a crude form of function overloading. @var{fndecl} is the\n\
2456 tree, (unsigned int /*location_t*/ loc, tree fndecl, void *arglist), NULL)
2468 step is now to built-in function @var{fndecl}. @var{loc} is the\n\
2472 bool, (location_t loc, vec<location_t> arg_loc, tree fndecl,
2481 @samp{TARGET_INIT_BUILTINS}. @var{fndecl} is the declaration of the\n\
2487 tree, (tree fndecl, int n_args, tree *argp, bool ignore),
[all …]
H A Dgimple.h464 tree fndecl;
4218 return eh_mnt_stmt->fndecl;
4227 eh_mnt_stmt->fndecl = decl;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple-expr.h168 tree fndecl = TREE_OPERAND (fn, 0); in gimple_call_addr_fndecl() local
169 if (TREE_CODE (fndecl) == MEM_REF in gimple_call_addr_fndecl()
170 && TREE_CODE (TREE_OPERAND (fndecl, 0)) == ADDR_EXPR in gimple_call_addr_fndecl()
171 && integer_zerop (TREE_OPERAND (fndecl, 1))) in gimple_call_addr_fndecl()
172 fndecl = TREE_OPERAND (TREE_OPERAND (fndecl, 0), 0); in gimple_call_addr_fndecl()
173 if (TREE_CODE (fndecl) == FUNCTION_DECL) in gimple_call_addr_fndecl()
174 return fndecl; in gimple_call_addr_fndecl()
H A Dipa-param-manipulation.h326 tree fndecl, tree old_fndecl,
332 tree fndecl);
336 tree fndecl);
432 void push_function_arg_decls (vec<tree> *args, tree fndecl);
H A Ddiagnostic-path.h105 simple_diagnostic_event (location_t loc, tree fndecl, int depth,
136 diagnostic_event_id_t add_event (location_t loc, tree fndecl, int depth,
H A Dtree.h3926 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FUNCTION_CODE() local
3927 gcc_checking_assert (fndecl.built_in_class == BUILT_IN_NORMAL); in DECL_FUNCTION_CODE()
3928 return (built_in_function) fndecl.function_code; in DECL_FUNCTION_CODE()
3937 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_MD_FUNCTION_CODE() local
3938 gcc_checking_assert (fndecl.built_in_class == BUILT_IN_MD); in DECL_MD_FUNCTION_CODE()
3939 return fndecl.function_code; in DECL_MD_FUNCTION_CODE()
3948 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FE_FUNCTION_CODE() local
3949 gcc_checking_assert (fndecl.built_in_class == BUILT_IN_FRONTEND); in DECL_FE_FUNCTION_CODE()
3950 return fndecl.function_code; in DECL_FE_FUNCTION_CODE()
3959 tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in set_decl_built_in_function() local
[all …]
H A Ddumpfile.h352 from_function_decl (tree fndecl);
H A Dcgraph.h1380 static void add_new_function (tree fndecl, bool lowered);
1632 ipa_polymorphic_call_context (tree fndecl, tree ref, gimple *stmt, in class()
3369 decl_is_tm_clone (const_tree fndecl) in decl_is_tm_clone() argument
3371 cgraph_node *n = cgraph_node::get (fndecl); in decl_is_tm_clone()
H A Dfunction.h669 extern void push_struct_function (tree fndecl);
H A Dipa-prop.h926 int count_formal_params (tree fndecl);
H A Dhsa-common.h1329 bool hsa_callable_function_p (tree fndecl);
H A Dtarget.def1808 vectorized variant of target built-in function @code{fndecl}. The\n\
1811 tree, (tree fndecl, tree vec_type_out, tree vec_type_in),
2285 This target hook returns @code{true} if it is OK to inline @var{fndecl}\n\
2289 bool, (const_tree fndecl),
2450 implement a crude form of function overloading. @var{fndecl} is the\n\
2456 tree, (unsigned int /*location_t*/ loc, tree fndecl, void *arglist), NULL)
2468 step is now to built-in function @var{fndecl}. @var{loc} is the\n\
2472 bool, (location_t loc, vec<location_t> arg_loc, tree fndecl,
2481 @samp{TARGET_INIT_BUILTINS}. @var{fndecl} is the declaration of the\n\
2487 tree, (tree fndecl, int n_args, tree *argp, bool ignore),
[all …]
H A Dgimple.h464 tree fndecl;
4218 return eh_mnt_stmt->fndecl;
4227 eh_mnt_stmt->fndecl = decl;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0024-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch51 tree call_expr, fndecl, type;
53 - fndecl = build_fn_decl ("__cpu_indicator_init", type);
54 + fndecl = build_fn_decl ("__cpu_indicator_init_local", type);
55 call_expr = build_call_expr (fndecl, 0);
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h212 tree fndecl; in gimple_call_builtin_p() local
216 fndecl = gimple_call_fndecl(stmt); in gimple_call_builtin_p()
217 if (!fndecl || DECL_BUILT_IN_CLASS(fndecl) != BUILT_IN_NORMAL) in gimple_call_builtin_p()
219 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p()
H A Dlatent_entropy_plugin.c446 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local
455 fndecl = builtin_decl_implicit(BUILT_IN_FRAME_ADDRESS); in init_local_entropy()
456 call = gimple_build_call(fndecl, 1, integer_zero_node); in init_local_entropy()

12