/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-ccp.c | 2231 switch (DECL_FUNCTION_CODE (callee)) in ccp_fold_builtin() 2285 switch (DECL_FUNCTION_CODE (callee)) in ccp_fold_builtin() 2329 DECL_FUNCTION_CODE (callee)); in ccp_fold_builtin() 2336 DECL_FUNCTION_CODE (callee)); in ccp_fold_builtin() 2348 DECL_FUNCTION_CODE (callee)); in ccp_fold_builtin() 2550 fcode = DECL_FUNCTION_CODE (callee); in execute_fold_all_builtins() 2554 switch (DECL_FUNCTION_CODE (callee)) in execute_fold_all_builtins() 2607 || DECL_FUNCTION_CODE (callee) == fcode) in execute_fold_all_builtins()
|
H A D | tree-stdarg.c | 647 switch (DECL_FUNCTION_CODE (callee)) in execute_optimize_stdarg() 805 && (DECL_FUNCTION_CODE (callee) == BUILT_IN_VA_START in execute_optimize_stdarg() 806 || DECL_FUNCTION_CODE (callee) == BUILT_IN_VA_END)) in execute_optimize_stdarg()
|
H A D | builtins.c | 1791 switch (DECL_FUNCTION_CODE (fndecl)) in expand_builtin_mathfn() 1970 switch (DECL_FUNCTION_CODE (fndecl)) in expand_builtin_mathfn_2() 2074 switch (DECL_FUNCTION_CODE (fndecl)) in expand_builtin_mathfn_3() 2126 switch (DECL_FUNCTION_CODE (fndecl)) in expand_builtin_mathfn_3() 2236 switch (DECL_FUNCTION_CODE (fndecl)) in expand_builtin_int_roundingfn() 5411 switch (DECL_FUNCTION_CODE (fn)) in expand_builtin_fork_or_exec() 6544 return DECL_FUNCTION_CODE (fndecl); in builtin_mathfn_code() 6579 return DECL_FUNCTION_CODE (fndecl); in builtin_mathfn_code() 9176 DECL_FUNCTION_CODE (fndecl)); in fold_builtin_1() 9184 DECL_FUNCTION_CODE (fndecl)); in fold_builtin_1() [all …]
|
H A D | tree-object-size.c | 239 switch (DECL_FUNCTION_CODE (callee)) in alloc_object_size() 291 switch (DECL_FUNCTION_CODE (callee)) in pass_through_call() 1004 || DECL_FUNCTION_CODE (callee) != BUILT_IN_OBJECT_SIZE) in compute_object_sizes()
|
H A D | print-tree.c | 455 fprintf (file, " built-in BUILT_IN_MD %d", DECL_FUNCTION_CODE (node)); in print_node() 459 built_in_names[(int) DECL_FUNCTION_CODE (node)]); in print_node()
|
H A D | ipa-pure-const.c | 354 switch (DECL_FUNCTION_CODE (callee_t)) in check_call()
|
H A D | gimple-low.c | 269 && DECL_FUNCTION_CODE (decl) == BUILT_IN_SETJMP) in lower_stmt()
|
H A D | predict.c | 955 && DECL_FUNCTION_CODE (decl) == BUILT_IN_EXPECT) in expr_expected_value() 1015 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT in strip_builtin_expect()
|
H A D | calls.c | 2771 && (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_SQRT in expand_call() 2772 || DECL_FUNCTION_CODE (fndecl) == BUILT_IN_SQRTF in expand_call() 2773 || DECL_FUNCTION_CODE (fndecl) == BUILT_IN_SQRTL)) in expand_call()
|
H A D | dojump.c | 570 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT in do_jump()
|
H A D | tree-inline.c | 1350 switch (DECL_FUNCTION_CODE (t)) in inline_forbidden_p_1() 1796 switch (DECL_FUNCTION_CODE (decl)) in estimate_num_insns_1()
|
H A D | c-common.c | 3416 builtin = built_in_decls [DECL_FUNCTION_CODE (decl)]; in set_builtin_user_assembler_name() 3418 if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMCPY) in set_builtin_user_assembler_name() 3420 else if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMSET) in set_builtin_user_assembler_name() 6366 enum built_in_function orig_code = DECL_FUNCTION_CODE (function); in resolve_overloaded_builtin()
|
H A D | tree-ssa-loop-im.c | 441 && DECL_FUNCTION_CODE (rhs) == BUILT_IN_CONSTANT_P) in stmt_cost()
|
H A D | c-decl.c | 1814 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl); in merge_decls() 2851 DECL_FUNCTION_CODE (decl) = function_code; in builtin_function()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-objc-common.c | 92 switch (DECL_FUNCTION_CODE (t))
|
H A D | print-tree.c | 411 fprintf (file, " built-in BUILT_IN_MD %d", DECL_FUNCTION_CODE (node)); 415 built_in_names[(int) DECL_FUNCTION_CODE (node)]);
|
H A D | builtins.c | 1520 switch (DECL_FUNCTION_CODE (fndecl)) 3448 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS) 3457 = expand_builtin_return_addr (DECL_FUNCTION_CODE (fndecl), 3464 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS) 3472 if (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_FRAME_ADDRESS) 3804 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl); 4303 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl);
|
H A D | c-decl.c | 1526 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl); 1953 DECL_FUNCTION_CODE (x) = DECL_FUNCTION_CODE (oldglobal); 2600 DECL_FUNCTION_CODE (decl) = function_code;
|
H A D | tree-inline.c | 914 && DECL_FUNCTION_CODE (decl) == BUILT_IN_LONGJMP)
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | builtins.c | 219 DECL_FUNCTION_CODE (decl) = val;
|
H A D | decl.c | 390 DECL_FUNCTION_CODE (decl) = function_code;
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 1251 DECL_FUNCTION_CODE (decl) = function_code; in builtin_function()
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 7981 unsigned int icode = DECL_FUNCTION_CODE (fndecl); in sparc_expand_builtin() 8110 && DECL_FUNCTION_CODE (fndecl) != CODE_FOR_alignaddrsi_vis in sparc_fold_builtin() 8111 && DECL_FUNCTION_CODE (fndecl) != CODE_FOR_alignaddrdi_vis) in sparc_fold_builtin() 8114 switch (DECL_FUNCTION_CODE (fndecl)) in sparc_fold_builtin() 8150 tree n_elts = sparc_handle_vis_mul8x16 (DECL_FUNCTION_CODE (fndecl), in sparc_fold_builtin()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 2098 i = DECL_FUNCTION_CODE (fndecl);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 4525 unsigned int fcode = DECL_FUNCTION_CODE (fndecl); 4581 unsigned int fcode = DECL_FUNCTION_CODE (fndecl); 4635 unsigned int fcode = DECL_FUNCTION_CODE (fndecl); 4705 unsigned int fcode = DECL_FUNCTION_CODE (fndecl); 4882 unsigned int fcode = DECL_FUNCTION_CODE (fndecl); 5178 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
|