Home
last modified time | relevance | path

Searched refs:builtin_decl_implicit (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c75 return builtin_decl_implicit (fcode); in get_memory_access_decl()
201 builtin_decl = builtin_decl_implicit (is_write in instrument_expr()
211 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_VPTR_UPDATE); in instrument_expr()
498 tree decl = builtin_decl_implicit (tsan_atomic_table[i].tsan_fcode); in instrument_builtin_call()
647 decl = builtin_decl_implicit (tsan_fcode); in instrument_builtin_call()
708 != builtin_decl_implicit (BUILT_IN_TSAN_INIT))) in instrument_gimple()
740 tree builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT); in replace_func_exit()
769 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT); in instrument_func_exit()
831 builtin_decl = builtin_decl_implicit (BUILT_IN_RETURN_ADDRESS); in instrument_func_entry()
838 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_ENTRY); in instrument_func_entry()
[all …]
H A Dsancov.c130 tree fndecl = builtin_decl_implicit (fncode); in instrument_comparison()
227 tree fndecl = builtin_decl_implicit (BUILT_IN_SANITIZER_COV_TRACE_SWITCH); in instrument_switch()
245 tree fndecl = builtin_decl_implicit (BUILT_IN_SANITIZER_COV_TRACE_PC); in sancov_pass()
H A Dgimple-fold.c860 tree fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_op()
914 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_op()
937 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_op()
1125 tree fn = builtin_decl_implicit (BUILT_IN_MEMCMP); in gimple_fold_builtin_bcmp()
1149 tree fn = builtin_decl_implicit (BUILT_IN_MEMMOVE); in gimple_fold_builtin_bcopy()
1176 tree fn = builtin_decl_implicit (BUILT_IN_MEMSET); in gimple_fold_builtin_bzero()
1831 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_strcpy()
1922 tree fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_strncpy()
1983 tree strchr_fn = builtin_decl_implicit (BUILT_IN_STRCHR); in gimple_fold_builtin_strchr()
1996 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); in gimple_fold_builtin_strchr()
[all …]
H A Dasan.c593 tree fn = builtin_decl_implicit (BUILT_IN_ASAN_ALLOCAS_UNPOISON); in handle_builtin_stack_restore()
704 tree fn = builtin_decl_implicit (BUILT_IN_ALLOCA_WITH_ALIGN); in handle_builtin_alloca()
734 fn = builtin_decl_implicit (BUILT_IN_ASAN_ALLOCA_POISON); in handle_builtin_alloca()
1925 return builtin_decl_implicit (report[recover_p][is_store][5]); in report_error_func()
1929 return builtin_decl_implicit (report[recover_p][is_store][size_log2]); in report_error_func()
1961 return builtin_decl_implicit (check[recover_p][is_store][5]); in check_func()
1965 return builtin_decl_implicit (check[recover_p][is_store][size_log2]); in check_func()
2560 tree decl = builtin_decl_implicit (BUILT_IN_ASAN_HANDLE_NO_RETURN); in maybe_instrument_call()
2680 tree fn = builtin_decl_implicit (after_p in asan_dynamic_init_call()
3139 tree fn = builtin_decl_implicit (BUILT_IN_ASAN_INIT); in asan_finish_file()
[all …]
H A Dgimple-low.c808 t = builtin_decl_implicit (BUILT_IN_SETJMP_SETUP); in lower_builtin_setjmp()
832 t = builtin_decl_implicit (BUILT_IN_SETJMP_RECEIVER); in lower_builtin_setjmp()
904 stmt = gimple_build_call (builtin_decl_implicit (BUILT_IN_ASSUME_ALIGNED), in lower_builtin_posix_memalign()
H A Dtree-eh.c3352 fn = builtin_decl_implicit (BUILT_IN_TRAP); in lower_resx()
3407 fn = builtin_decl_implicit (BUILT_IN_EH_COPY_VALUES); in lower_resx()
3443 fn = builtin_decl_implicit (BUILT_IN_CXA_END_CLEANUP); in lower_resx()
3449 fn = builtin_decl_implicit (BUILT_IN_EH_POINTER); in lower_resx()
3463 = builtin_decl_implicit (BUILT_IN_ASAN_HANDLE_NO_RETURN); in lower_resx()
3469 fn = builtin_decl_implicit (BUILT_IN_UNWIND_RESUME); in lower_resx()
3852 fn = builtin_decl_implicit (BUILT_IN_EH_FILTER); in lower_eh_dispatch()
3877 fn = builtin_decl_implicit (BUILT_IN_EH_FILTER); in lower_eh_dispatch()
H A Dtree-nested.c2522 call = gimple_build_call (builtin_decl_implicit (BUILT_IN_NONLOCAL_GOTO), in convert_nl_goto_reference()
2643 builtin = builtin_decl_implicit (BUILT_IN_ADJUST_DESCRIPTOR); in convert_tramp_reference_op()
2645 builtin = builtin_decl_implicit (BUILT_IN_ADJUST_TRAMPOLINE); in convert_tramp_reference_op()
3355 x = builtin_decl_implicit (BUILT_IN_INIT_TRAMPOLINE); in finalize_nesting_tree_1()
3373 x = builtin_decl_implicit (BUILT_IN_INIT_DESCRIPTOR); in finalize_nesting_tree_1()
H A Dubsan.c830 g = gimple_build_call (builtin_decl_implicit (BUILT_IN_TRAP), 0); in ubsan_expand_null_ifn()
838 tree fn = builtin_decl_implicit (bcode); in ubsan_expand_null_ifn()
1146 g = gimple_build_call (builtin_decl_implicit (BUILT_IN_TRAP), 0); in ubsan_expand_ptr_ifn()
1153 tree fn = builtin_decl_implicit (bcode); in ubsan_expand_ptr_ifn()
H A Dtree-ssa-loop-ivcanon.c514 (builtin_decl_implicit (BUILT_IN_UNREACHABLE), 0); in remove_exits_and_undefined_stmts()
649 stmt = gimple_build_call (builtin_decl_implicit (BUILT_IN_UNREACHABLE), 0); in unloop_loops()
H A Dtree-ssa-strlen.c796 fn = builtin_decl_implicit (BUILT_IN_STRLEN); in get_string_length()
822 fn = builtin_decl_implicit (BUILT_IN_STPCPY); in get_string_length()
2811 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in handle_builtin_strcpy()
3767 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in handle_builtin_strcat()
3769 fn = builtin_decl_implicit (BUILT_IN_STRCPY); in handle_builtin_strcat()
3961 update_gimple_call (&gsi1, builtin_decl_implicit (BUILT_IN_CALLOC), 2, in handle_builtin_memset()
4505 if (tree fn = builtin_decl_implicit (bound < 0 ? BUILT_IN_STRCMP_EQ in handle_builtin_string_cmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtsan.cc80 return builtin_decl_implicit (fcode); in get_memory_access_decl()
209 builtin_decl = builtin_decl_implicit (is_write in instrument_expr()
220 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_VPTR_UPDATE); in instrument_expr()
512 tree decl = builtin_decl_implicit (tsan_atomic_table[i].tsan_fcode); in instrument_builtin_call()
661 decl = builtin_decl_implicit (tsan_fcode); in instrument_builtin_call()
722 != builtin_decl_implicit (BUILT_IN_TSAN_INIT))) in instrument_gimple()
754 tree builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT); in replace_func_exit()
783 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_EXIT); in instrument_func_exit()
847 builtin_decl = builtin_decl_implicit (BUILT_IN_RETURN_ADDRESS); in instrument_func_entry()
854 builtin_decl = builtin_decl_implicit (BUILT_IN_TSAN_FUNC_ENTRY); in instrument_func_entry()
[all …]
H A Dsancov.cc130 tree fndecl = builtin_decl_implicit (fncode); in instrument_comparison()
227 tree fndecl = builtin_decl_implicit (BUILT_IN_SANITIZER_COV_TRACE_SWITCH); in instrument_switch()
245 tree fndecl = builtin_decl_implicit (BUILT_IN_SANITIZER_COV_TRACE_PC); in sancov_pass()
H A Dasan.cc689 tree fn = builtin_decl_implicit (BUILT_IN_ASAN_ALLOCAS_UNPOISON); in handle_builtin_stack_restore()
862 tree fn = builtin_decl_implicit (BUILT_IN_ALLOCA_WITH_ALIGN); in handle_builtin_alloca()
892 fn = builtin_decl_implicit (BUILT_IN_ASAN_ALLOCA_POISON); in handle_builtin_alloca()
2338 return builtin_decl_implicit (report[recover_p][is_store][5]); in report_error_func()
2342 return builtin_decl_implicit (report[recover_p][is_store][size_log2]); in report_error_func()
2374 return builtin_decl_implicit (check[recover_p][is_store][5]); in check_func()
2378 return builtin_decl_implicit (check[recover_p][is_store][size_log2]); in check_func()
3003 tree decl = builtin_decl_implicit (BUILT_IN_ASAN_HANDLE_NO_RETURN); in maybe_instrument_call()
3124 tree fn = builtin_decl_implicit (after_p in asan_dynamic_init_call()
3602 tree fn = builtin_decl_implicit (BUILT_IN_ASAN_INIT); in asan_finish_file()
[all …]
H A Dgimple-fold.cc1073 tree fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_op()
1127 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_op()
1150 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_op()
1372 tree fn = builtin_decl_implicit (BUILT_IN_MEMCMP); in gimple_fold_builtin_bcmp()
1396 tree fn = builtin_decl_implicit (BUILT_IN_MEMMOVE); in gimple_fold_builtin_bcopy()
1423 tree fn = builtin_decl_implicit (BUILT_IN_MEMSET); in gimple_fold_builtin_bzero()
2093 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_strcpy()
2184 tree fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_strncpy()
2245 tree strchr_fn = builtin_decl_implicit (BUILT_IN_STRCHR); in gimple_fold_builtin_strchr()
2258 tree strlen_fn = builtin_decl_implicit (BUILT_IN_STRLEN); in gimple_fold_builtin_strchr()
[all …]
H A Dgimple-low.cc809 t = builtin_decl_implicit (BUILT_IN_SETJMP_SETUP); in lower_builtin_setjmp()
833 t = builtin_decl_implicit (BUILT_IN_SETJMP_RECEIVER); in lower_builtin_setjmp()
905 stmt = gimple_build_call (builtin_decl_implicit (BUILT_IN_ASSUME_ALIGNED), in lower_builtin_posix_memalign()
H A Dtree-eh.cc3347 fn = builtin_decl_implicit (BUILT_IN_TRAP); in lower_resx()
3402 fn = builtin_decl_implicit (BUILT_IN_EH_COPY_VALUES); in lower_resx()
3438 fn = builtin_decl_implicit (BUILT_IN_CXA_END_CLEANUP); in lower_resx()
3444 fn = builtin_decl_implicit (BUILT_IN_EH_POINTER); in lower_resx()
3458 = builtin_decl_implicit (BUILT_IN_ASAN_HANDLE_NO_RETURN); in lower_resx()
3464 fn = builtin_decl_implicit (BUILT_IN_UNWIND_RESUME); in lower_resx()
3847 fn = builtin_decl_implicit (BUILT_IN_EH_FILTER); in lower_eh_dispatch()
3872 fn = builtin_decl_implicit (BUILT_IN_EH_FILTER); in lower_eh_dispatch()
H A Dubsan.cc841 g = gimple_build_call (builtin_decl_implicit (BUILT_IN_TRAP), 0); in ubsan_expand_null_ifn()
849 tree fn = builtin_decl_implicit (bcode); in ubsan_expand_null_ifn()
1157 g = gimple_build_call (builtin_decl_implicit (BUILT_IN_TRAP), 0); in ubsan_expand_ptr_ifn()
1164 tree fn = builtin_decl_implicit (bcode); in ubsan_expand_ptr_ifn()
H A Dtree-ssa-loop-ivcanon.cc509 (builtin_decl_implicit (BUILT_IN_UNREACHABLE), 0); in remove_exits_and_undefined_stmts()
644 stmt = gimple_build_call (builtin_decl_implicit (BUILT_IN_UNREACHABLE), 0); in unloop_loops()
H A Dtree-nested.cc2679 call = gimple_build_call (builtin_decl_implicit (BUILT_IN_NONLOCAL_GOTO), in convert_nl_goto_reference()
2800 builtin = builtin_decl_implicit (BUILT_IN_ADJUST_DESCRIPTOR); in convert_tramp_reference_op()
2802 builtin = builtin_decl_implicit (BUILT_IN_ADJUST_TRAMPOLINE); in convert_tramp_reference_op()
3514 x = builtin_decl_implicit (BUILT_IN_INIT_TRAMPOLINE); in finalize_nesting_tree_1()
3532 x = builtin_decl_implicit (BUILT_IN_INIT_DESCRIPTOR); in finalize_nesting_tree_1()
H A Dtree-ssa-strlen.cc871 fn = builtin_decl_implicit (BUILT_IN_STRLEN); in get_string_length()
897 fn = builtin_decl_implicit (BUILT_IN_STPCPY); in get_string_length()
2691 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in handle_builtin_strcpy()
3662 fn = builtin_decl_implicit (BUILT_IN_MEMCPY); in handle_builtin_strcat()
3664 fn = builtin_decl_implicit (BUILT_IN_STRCPY); in handle_builtin_strcat()
3854 update_gimple_call (&gsi1, builtin_decl_implicit (BUILT_IN_CALLOC), 2, in handle_builtin_memset()
4419 if (tree fn = builtin_decl_implicit (bound < 0 ? BUILT_IN_STRCMP_EQ in handle_builtin_string_cmp()
H A Dtree-loop-distribution.cc1186 fn = build_fold_addr_expr (builtin_decl_implicit (BUILT_IN_MEMSET)); in generate_memset_builtin()
1243 fn = build_fold_addr_expr (builtin_decl_implicit (kind)); in generate_memcpy_builtin()
3426 tree fn = build_fold_addr_expr (builtin_decl_implicit (BUILT_IN_STRLEN)); in generate_strlen_builtin()
3733 && builtin_decl_implicit (BUILT_IN_STRLEN)) in transform_reduction_loop()
H A Dipa.cc236 (builtin_decl_implicit (BUILT_IN_UNREACHABLE)); in walk_polymorphic_call_targets()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dnetbsd.cc44 fn = builtin_decl_implicit (fncode); in netbsd_patch_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dnetbsd.c43 fn = builtin_decl_implicit (fncode); in netbsd_patch_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-builtins.cc410 = builtin_decl_implicit (BUILT_IN_ATOMIC_FERAISEEXCEPT); in loongarch_atomic_assign_expand_fenv()

1234