Home
last modified time | relevance | path

Searched refs:builtin_decl_explicit (Results 1 – 25 of 64) sorted by relevance

123

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-ubsan.c90 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_division()
101 tt = builtin_decl_explicit (bcode); in ubsan_instrument_division()
204 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_shift()
217 tt = builtin_decl_explicit (bcode); in ubsan_instrument_shift()
227 tree else_tt = builtin_decl_explicit (bcode); in ubsan_instrument_shift()
252 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_vla()
263 tt = builtin_decl_explicit (bcode); in ubsan_instrument_vla()
277 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_return()
281 tree t = builtin_decl_explicit (BUILT_IN_UBSAN_HANDLE_MISSING_RETURN); in ubsan_instrument_return()
H A Dc-omp.c46 stmt = builtin_decl_explicit (BUILT_IN_GOACC_WAIT); in c_finish_oacc_wait()
137 x = builtin_decl_explicit (BUILT_IN_GOMP_BARRIER); in c_finish_omp_barrier()
151 x = builtin_decl_explicit (BUILT_IN_GOMP_TASKWAIT); in c_finish_omp_taskwait()
165 x = builtin_decl_explicit (BUILT_IN_GOMP_TASKYIELD); in c_finish_omp_taskyield()
428 x = builtin_decl_explicit (BUILT_IN_SYNC_SYNCHRONIZE); in c_finish_omp_flush()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dubsan.c645 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_unreachable()
652 = builtin_decl_explicit (BUILT_IN_UBSAN_HANDLE_BUILTIN_UNREACHABLE); in ubsan_instrument_unreachable()
717 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_expand_bounds_ifn()
730 tree fn = builtin_decl_explicit (bcode); in ubsan_expand_bounds_ifn()
995 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_expand_objsize_ifn()
1015 g = gimple_build_call (builtin_decl_explicit (bcode), 2, data, p); in ubsan_expand_objsize_ifn()
1344 g = gimple_build_call (builtin_decl_explicit (bcode), 3, data, op, hash); in ubsan_expand_vptr_ifn()
1516 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_build_overflow_builtin()
1554 tree fn = builtin_decl_explicit (fn_code); in ubsan_build_overflow_builtin()
1739 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in instrument_bool_enum_load()
[all …]
H A Dipa-chkp.c458 clone = builtin_decl_explicit (fcode); in chkp_maybe_clone_builtin_fndecl()
507 && fndecl == builtin_decl_explicit (DECL_FUNCTION_CODE (fndecl)) in chkp_maybe_create_clone()
514 new_decl = builtin_decl_explicit (fncode); in chkp_maybe_create_clone()
576 && fndecl == builtin_decl_explicit (DECL_FUNCTION_CODE (fndecl))) in chkp_maybe_create_clone()
578 gcc_assert (!builtin_decl_explicit (DECL_FUNCTION_CODE (clone->decl))); in chkp_maybe_create_clone()
H A Dtrans-mem.c454 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TM_ABORT), 1, in build_tm_abort_call()
530 return builtin_decl_explicit (BUILT_IN_TM_MEMCPY); in find_tm_replacement_function()
532 return builtin_decl_explicit (BUILT_IN_TM_MEMMOVE); in find_tm_replacement_function()
534 return builtin_decl_explicit (BUILT_IN_TM_MEMSET); in find_tm_replacement_function()
563 to = builtin_decl_explicit (BUILT_IN_TM_MALLOC); in tm_malloc_replacement()
565 to = builtin_decl_explicit (BUILT_IN_TM_CALLOC); in tm_malloc_replacement()
567 to = builtin_decl_explicit (BUILT_IN_TM_FREE); in tm_malloc_replacement()
1252 tree decl = builtin_decl_explicit (code); in tm_log_emit_stmt()
1688 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TM_COMMIT), 0); in lower_transaction()
1697 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_EH_POINTER), in lower_transaction()
[all …]
H A Domp-expand.c730 builtin_decl_explicit (start_ix), args); in expand_parallel_call()
865 ? builtin_decl_explicit (BUILT_IN_GOMP_TASKLOOP_ULL) in expand_task_call()
866 : builtin_decl_explicit (BUILT_IN_GOMP_TASKLOOP), in expand_task_call()
872 t = build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_TASK), in expand_task_call()
1020 tree thr_num_tree = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in optimize_omp_library_calls()
1022 tree num_thr_tree = builtin_decl_explicit (BUILT_IN_OMP_GET_NUM_THREADS); in optimize_omp_library_calls()
1048 built_in = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in optimize_omp_library_calls()
1051 built_in = builtin_decl_explicit (BUILT_IN_OMP_GET_NUM_THREADS); in optimize_omp_library_calls()
1986 = gimple_build_call (builtin_decl_explicit (source_ix), 1, in expand_omp_ordered_source()
2215 gimple *g = gimple_build_call_vec (builtin_decl_explicit (sink_ix), args); in expand_omp_ordered_sink()
[all …]
H A Dgimple-fold.c1992 fn = builtin_decl_explicit (BUILT_IN_STRCAT); in gimple_fold_builtin_strcat_chk()
2123 fn = builtin_decl_explicit (BUILT_IN_STRCAT_CHK); in gimple_fold_builtin_strncat_chk()
2135 fn = builtin_decl_explicit (BUILT_IN_STRNCAT); in gimple_fold_builtin_strncat_chk()
2419 ? builtin_decl_explicit (BUILT_IN_FPUTC_UNLOCKED) in gimple_fold_builtin_fputs()
2422 ? builtin_decl_explicit (BUILT_IN_FWRITE_UNLOCKED) in gimple_fold_builtin_fputs()
2533 fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK); in gimple_fold_builtin_memory_chk()
2557 fn = builtin_decl_explicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_chk()
2560 fn = builtin_decl_explicit (BUILT_IN_MEMPCPY); in gimple_fold_builtin_memory_chk()
2563 fn = builtin_decl_explicit (BUILT_IN_MEMMOVE); in gimple_fold_builtin_memory_chk()
2566 fn = builtin_decl_explicit (BUILT_IN_MEMSET); in gimple_fold_builtin_memory_chk()
[all …]
H A Domp-grid.c57 id = builtin_decl_explicit (BUILT_IN_HSA_WORKITEMID); in omp_grid_lastprivate_predicate()
58 size = builtin_decl_explicit (BUILT_IN_HSA_CURRENTWORKGROUPSIZE); in omp_grid_lastprivate_predicate()
62 id = builtin_decl_explicit (BUILT_IN_HSA_WORKITEMABSID); in omp_grid_lastprivate_predicate()
63 size = builtin_decl_explicit (BUILT_IN_HSA_GRIDSIZE); in omp_grid_lastprivate_predicate()
H A Dbuiltins.c2007 return builtin_decl_explicit (fcode2); in mathfn_built_in_1()
2455 fn = builtin_decl_explicit (BUILT_IN_SINCOSF); in expand_builtin_cexpi()
2457 fn = builtin_decl_explicit (BUILT_IN_SINCOS); in expand_builtin_cexpi()
2459 fn = builtin_decl_explicit (BUILT_IN_SINCOSL); in expand_builtin_cexpi()
2481 fn = builtin_decl_explicit (BUILT_IN_CEXPF); in expand_builtin_cexpi()
2483 fn = builtin_decl_explicit (BUILT_IN_CEXP); in expand_builtin_cexpi()
2485 fn = builtin_decl_explicit (BUILT_IN_CEXPL); in expand_builtin_cexpi()
6022 tree fndecl = builtin_decl_explicit (fncode); in expand_ifn_atomic_compare_exchange_into_call()
6217 TREE_OPERAND (addr, 0) = builtin_decl_explicit (ext_call); in expand_builtin_atomic_fetch_op()
7063 tree newdecl = builtin_decl_explicit (BUILT_IN_MEMCMP); in expand_builtin()
[all …]
H A Domp-low.c3718 x = builtin_decl_explicit (BUILT_IN_ASSUME_ALIGNED); in lower_rec_input_clauses()
3733 t2 = builtin_decl_explicit (BUILT_IN_ASSUME_ALIGNED); in lower_rec_input_clauses()
3824 = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN); in lower_rec_input_clauses()
4067 atmp = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN); in lower_rec_input_clauses()
4116 = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN); in lower_rec_input_clauses()
4646 x = build_call_expr (builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM), in lower_rec_input_clauses()
5369 stmt = gimple_build_call (builtin_decl_explicit (BUILT_IN_GOMP_ATOMIC_START), in lower_reduction_clauses()
5375 stmt = gimple_build_call (builtin_decl_explicit (BUILT_IN_GOMP_ATOMIC_END), in lower_reduction_clauses()
5861 decl = builtin_decl_explicit (BUILT_IN_TRAP); in maybe_catch_exception()
5889 tree fndecl = builtin_decl_explicit (BUILT_IN_GOMP_CANCEL); in maybe_add_implicit_barrier_cancel()
[all …]
H A Dtree-emutls.c370 x = build_call_expr (builtin_decl_explicit (BUILT_IN_EMUTLS_REGISTER_COMMON), in emutls_common_1()
631 d.builtin_decl = builtin_decl_explicit (BUILT_IN_EMUTLS_GET_ADDRESS); in lower_emutls_function_body()
H A Dtree-profile.c258 tree f = builtin_decl_explicit (LONG_LONG_TYPE_SIZE > 32 in gimple_gen_edge_profiler()
530 tree f = builtin_decl_explicit (LONG_LONG_TYPE_SIZE > 32 in gimple_gen_time_profiler()
H A Dgimple-ssa-isolate-paths.c93 = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in insert_trap()
H A Dtree-ssa-strlen.c637 fn = builtin_decl_explicit (BUILT_IN_STPCPY_CHK); in get_string_length()
1612 fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK); in handle_builtin_strcpy()
2519 fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK); in handle_builtin_strcat()
2521 fn = builtin_decl_explicit (BUILT_IN_STRCPY_CHK); in handle_builtin_strcat()
2788 gimple_call_set_fndecl (stmt2, builtin_decl_explicit (BUILT_IN_MEMCMP_EQ)); in handle_builtin_memcmp()
3123 tree strncmp_decl = builtin_decl_explicit (BUILT_IN_STRNCMP); in fold_strstr_to_strncmp()
H A Dgimple-ssa-store-merging.c1186 tree fndecl = builtin_decl_explicit (BUILT_IN_BSWAP32); in execute()
1192 tree fndecl = builtin_decl_explicit (BUILT_IN_BSWAP64); in execute()
1260 fndecl = builtin_decl_explicit (BUILT_IN_BSWAP32); in execute()
1268 fndecl = builtin_decl_explicit (BUILT_IN_BSWAP64); in execute()
3561 fndecl = builtin_decl_explicit (BUILT_IN_BSWAP32); in output_merged_store()
3569 fndecl = builtin_decl_explicit (BUILT_IN_BSWAP64); in output_merged_store()
H A Domp-general.c412 tree fndecl = builtin_decl_explicit (lhs ? BUILT_IN_GOMP_BARRIER_CANCEL in omp_build_barrier()
H A Dtree-vectorizer.c190 = gimple_build_call (builtin_decl_explicit (bcode), 0); in adjust_simduid_builtins()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c415 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TM_ABORT), 1, in build_tm_abort_call()
485 return builtin_decl_explicit (BUILT_IN_TM_MEMCPY); in find_tm_replacement_function()
487 return builtin_decl_explicit (BUILT_IN_TM_MEMMOVE); in find_tm_replacement_function()
489 return builtin_decl_explicit (BUILT_IN_TM_MEMSET); in find_tm_replacement_function()
518 to = builtin_decl_explicit (BUILT_IN_TM_MALLOC); in tm_malloc_replacement()
520 to = builtin_decl_explicit (BUILT_IN_TM_CALLOC); in tm_malloc_replacement()
522 to = builtin_decl_explicit (BUILT_IN_TM_FREE); in tm_malloc_replacement()
1119 if (n == 8 && builtin_decl_explicit (BUILT_IN_TM_LOG_M64)) in tm_log_emit_stmt()
1121 else if (n == 16 && builtin_decl_explicit (BUILT_IN_TM_LOG_M128)) in tm_log_emit_stmt()
1123 else if (n == 32 && builtin_decl_explicit (BUILT_IN_TM_LOG_M256)) in tm_log_emit_stmt()
[all …]
H A Domp-low.c2098 return build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_BARRIER), 0); in build_omp_barrier()
2348 atmp = builtin_decl_explicit (BUILT_IN_ALLOCA); in lower_rec_input_clauses()
2393 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA); in lower_rec_input_clauses()
2532 x = build_call_expr (builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM), in lower_rec_input_clauses()
2728 stmt = gimple_build_call (builtin_decl_explicit (BUILT_IN_GOMP_ATOMIC_START), in lower_reduction_clauses()
2734 stmt = gimple_build_call (builtin_decl_explicit (BUILT_IN_GOMP_ATOMIC_END), in lower_reduction_clauses()
3101 builtin_decl_explicit (start_ix), args); in expand_parallel_call()
3117 builtin_decl_explicit (BUILT_IN_GOMP_PARALLEL_END), in expand_parallel_call()
3170 t = build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_TASK), in expand_task_call()
3196 decl = builtin_decl_explicit (BUILT_IN_TRAP); in maybe_catch_exception()
[all …]
H A Dbuiltins.c1956 return builtin_decl_explicit (fcode2); in mathfn_built_in_1()
2606 fn = builtin_decl_explicit (BUILT_IN_SINCOSF); in expand_builtin_cexpi()
2608 fn = builtin_decl_explicit (BUILT_IN_SINCOS); in expand_builtin_cexpi()
2610 fn = builtin_decl_explicit (BUILT_IN_SINCOSL); in expand_builtin_cexpi()
2632 fn = builtin_decl_explicit (BUILT_IN_CEXPF); in expand_builtin_cexpi()
2634 fn = builtin_decl_explicit (BUILT_IN_CEXP); in expand_builtin_cexpi()
2636 fn = builtin_decl_explicit (BUILT_IN_CEXPL); in expand_builtin_cexpi()
5549 TREE_OPERAND (addr, 0) = builtin_decl_explicit(ext_call); in expand_builtin_atomic_fetch_op()
6989 fn = builtin_decl_explicit (BUILT_IN_EXPECT); in build_builtin_expect_predicate()
9964 tree const isgr_fn = builtin_decl_explicit (BUILT_IN_ISGREATER); in fold_builtin_interclass_mathfn()
[all …]
H A Dtree-emutls.c390 x = build_call_expr (builtin_decl_explicit (BUILT_IN_EMUTLS_REGISTER_COMMON), in emutls_common_1()
626 d.builtin_decl = builtin_decl_explicit (BUILT_IN_EMUTLS_GET_ADDRESS); in lower_emutls_function_body()
H A Dtree-ssa-strlen.c443 fn = builtin_decl_explicit (BUILT_IN_STPCPY_CHK); in get_string_length()
1195 fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK); in handle_builtin_strcpy()
1521 fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK); in handle_builtin_strcat()
1523 fn = builtin_decl_explicit (BUILT_IN_STRCPY_CHK); in handle_builtin_strcat()
H A Dtree-ssa-math-opts.c1838 tree fndecl = builtin_decl_explicit (BUILT_IN_BSWAP32); in execute_optimize_bswap()
1844 tree fndecl = builtin_decl_explicit (BUILT_IN_BSWAP64); in execute_optimize_bswap()
1878 fndecl = builtin_decl_explicit (BUILT_IN_BSWAP32); in execute_optimize_bswap()
1885 fndecl = builtin_decl_explicit (BUILT_IN_BSWAP64); in execute_optimize_bswap()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-omp.c80 x = builtin_decl_explicit (BUILT_IN_GOMP_BARRIER); in c_finish_omp_barrier()
94 x = builtin_decl_explicit (BUILT_IN_GOMP_TASKWAIT); in c_finish_omp_taskwait()
108 x = builtin_decl_explicit (BUILT_IN_GOMP_TASKYIELD); in c_finish_omp_taskyield()
263 x = builtin_decl_explicit (BUILT_IN_SYNC_SYNCHRONIZE); in c_finish_omp_flush()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c143 return build_call_n (builtin_decl_explicit (BUILT_IN_EH_POINTER), in build_exc_ptr()
363 terminate_node = builtin_decl_explicit (BUILT_IN_ABORT); in choose_personality_routine()

123