/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-atomic-inst-handler.cc | 97 = builtin_decl_explicit (BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_4); in generate_tree() 101 = builtin_decl_explicit (BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_8); in generate_tree() 133 built_in = builtin_decl_explicit (ENUM); \ in generate_tree() 143 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_ADD_4); in generate_tree() 147 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_ADD_8); in generate_tree() 158 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_SUB_4); in generate_tree() 162 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_SUB_8); in generate_tree() 173 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_AND_4); in generate_tree() 177 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_AND_8); in generate_tree() 188 = builtin_decl_explicit (BUILT_IN_SYNC_FETCH_AND_XOR_4); in generate_tree() [all …]
|
H A D | brig-queue-inst-handler.cc | 50 ? builtin_decl_explicit (BUILT_IN_HSAIL_LDQUEUEWRITEINDEX) in operator ()() 51 : builtin_decl_explicit (BUILT_IN_HSAIL_LDQUEUEREADINDEX); in operator ()() 63 ? builtin_decl_explicit (BUILT_IN_HSAIL_STQUEUEWRITEINDEX) in operator ()() 64 : builtin_decl_explicit (BUILT_IN_HSAIL_STQUEUEREADINDEX); in operator ()() 72 tree builtin = builtin_decl_explicit (BUILT_IN_HSAIL_ADDQUEUEWRITEINDEX); in operator ()() 81 tree builtin = builtin_decl_explicit (BUILT_IN_HSAIL_CASQUEUEWRITEINDEX); in operator ()()
|
H A D | brig-function.cc | 80 = builtin_decl_explicit (ENUM); in brig_function() 194 = call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_WORKITEMID), 2, in add_id_variables() 222 (builtin_decl_explicit (BUILT_IN_HSAIL_CURRENTWORKGROUPSIZE), in add_id_variables() 248 = call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_WORKGROUPID), in add_id_variables() 273 = call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_WORKGROUPSIZE), in add_id_variables() 288 = call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_GRIDSIZE), 2, in add_id_variables() 470 = builtin_decl_explicit (BUILT_IN_HSAIL_SETWORKITEMID); in add_wi_loop() 732 = call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_LAUNCH_WG_FUNC), in emit_launcher_and_metadata() 739 = call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_LAUNCH_KERNEL), in emit_launcher_and_metadata() 786 tree push_frame_builtin = builtin_decl_explicit (BUILT_IN_HSAIL_PUSH_FRAME); in create_alloca_frame() [all …]
|
H A D | brig-seg-inst-handler.cc | 125 builtin = builtin_decl_explicit (BUILT_IN_HSAIL_SEGMENTP_GLOBAL); in operator ()() 128 builtin = builtin_decl_explicit (BUILT_IN_HSAIL_SEGMENTP_GROUP); in operator ()() 131 builtin = builtin_decl_explicit (BUILT_IN_HSAIL_SEGMENTP_PRIVATE); in operator ()()
|
H A D | brig-code-entry-handler.cc | 1201 = (m_fp16) ? builtin_decl_explicit (BUILT_IN_HSAIL_FTZ_F32_F16) : in visit_element() 1202 builtin_decl_explicit (BUILT_IN_HSAIL_FTZ_F32); in visit_element() 1209 return call_builtin (builtin_decl_explicit (BUILT_IN_HSAIL_FTZ_F64), 1, in visit_element() 1223 tree built_in = builtin_decl_explicit (BUILT_IN_HSAIL_F32_TO_F16); in visit_element() 1242 tree built_in = builtin_decl_explicit (BUILT_IN_HSAIL_F16_TO_F32); in visit_element()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ubsan.cc | 109 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_division() 120 tt = builtin_decl_explicit (bcode); in ubsan_instrument_division() 130 tree xt = builtin_decl_explicit (bcode); in ubsan_instrument_division() 238 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_shift() 251 tt = builtin_decl_explicit (bcode); in ubsan_instrument_shift() 261 tree else_tt = builtin_decl_explicit (bcode); in ubsan_instrument_shift() 286 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_vla() 297 tt = builtin_decl_explicit (bcode); in ubsan_instrument_vla() 311 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_return() 315 tree t = builtin_decl_explicit (BUILT_IN_UBSAN_HANDLE_MISSING_RETURN); in ubsan_instrument_return()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ubsan.c | 94 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_division() 105 tt = builtin_decl_explicit (bcode); in ubsan_instrument_division() 211 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_shift() 224 tt = builtin_decl_explicit (bcode); in ubsan_instrument_shift() 234 tree else_tt = builtin_decl_explicit (bcode); in ubsan_instrument_shift() 259 tt = build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_vla() 270 tt = builtin_decl_explicit (bcode); in ubsan_instrument_vla() 284 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_return() 288 tree t = builtin_decl_explicit (BUILT_IN_UBSAN_HANDLE_MISSING_RETURN); in ubsan_instrument_return()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ubsan.c | 650 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_unreachable() 657 = builtin_decl_explicit (BUILT_IN_UBSAN_HANDLE_BUILTIN_UNREACHABLE); in ubsan_instrument_unreachable() 722 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_expand_bounds_ifn() 735 tree fn = builtin_decl_explicit (bcode); in ubsan_expand_bounds_ifn() 1000 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_expand_objsize_ifn() 1020 g = gimple_build_call (builtin_decl_explicit (bcode), 2, data, p); in ubsan_expand_objsize_ifn() 1349 g = gimple_build_call (builtin_decl_explicit (bcode), 3, data, op, hash); in ubsan_expand_vptr_ifn() 1524 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_build_overflow_builtin() 1562 tree fn = builtin_decl_explicit (fn_code); in ubsan_build_overflow_builtin() 1747 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in instrument_bool_enum_load() [all …]
|
H A D | trans-mem.c | 440 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TM_ABORT), 1, in build_tm_abort_call() 516 return builtin_decl_explicit (BUILT_IN_TM_MEMCPY); in find_tm_replacement_function() 518 return builtin_decl_explicit (BUILT_IN_TM_MEMMOVE); in find_tm_replacement_function() 520 return builtin_decl_explicit (BUILT_IN_TM_MEMSET); in find_tm_replacement_function() 549 to = builtin_decl_explicit (BUILT_IN_TM_MALLOC); in tm_malloc_replacement() 551 to = builtin_decl_explicit (BUILT_IN_TM_CALLOC); in tm_malloc_replacement() 553 to = builtin_decl_explicit (BUILT_IN_TM_FREE); in tm_malloc_replacement() 1238 tree decl = builtin_decl_explicit (code); in tm_log_emit_stmt() 1674 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TM_COMMIT), 0); in lower_transaction() 1683 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_EH_POINTER), in lower_transaction() [all …]
|
H A D | omp-expand.c | 764 builtin_decl_explicit (start_ix), args); in expand_parallel_call() 908 ? builtin_decl_explicit (BUILT_IN_GOMP_TASKLOOP_ULL) in expand_task_call() 909 : builtin_decl_explicit (BUILT_IN_GOMP_TASKLOOP), in expand_task_call() 915 t = build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_TASK), in expand_task_call() 941 = build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_TASKWAIT_DEPEND), in expand_taskwait_call() 992 builtin_decl_explicit (BUILT_IN_GOMP_TEAMS_REG), in expand_teams_call() 1137 tree thr_num_tree = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in optimize_omp_library_calls() 1139 tree num_thr_tree = builtin_decl_explicit (BUILT_IN_OMP_GET_NUM_THREADS); in optimize_omp_library_calls() 1165 built_in = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in optimize_omp_library_calls() 1168 built_in = builtin_decl_explicit (BUILT_IN_OMP_GET_NUM_THREADS); in optimize_omp_library_calls() [all …]
|
H A D | gimple-fold.c | 2209 fn = builtin_decl_explicit (BUILT_IN_STRCAT); in gimple_fold_builtin_strcat_chk() 2342 fn = builtin_decl_explicit (BUILT_IN_STRCAT_CHK); in gimple_fold_builtin_strncat_chk() 2354 fn = builtin_decl_explicit (BUILT_IN_STRNCAT); in gimple_fold_builtin_strncat_chk() 2691 ? builtin_decl_explicit (BUILT_IN_FPUTC_UNLOCKED) in gimple_fold_builtin_fputs() 2694 ? builtin_decl_explicit (BUILT_IN_FWRITE_UNLOCKED) in gimple_fold_builtin_fputs() 2805 fn = builtin_decl_explicit (BUILT_IN_MEMCPY_CHK); in gimple_fold_builtin_memory_chk() 2829 fn = builtin_decl_explicit (BUILT_IN_MEMCPY); in gimple_fold_builtin_memory_chk() 2832 fn = builtin_decl_explicit (BUILT_IN_MEMPCPY); in gimple_fold_builtin_memory_chk() 2835 fn = builtin_decl_explicit (BUILT_IN_MEMMOVE); in gimple_fold_builtin_memory_chk() 2838 fn = builtin_decl_explicit (BUILT_IN_MEMSET); in gimple_fold_builtin_memory_chk() [all …]
|
H A D | omp-grid.c | 57 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ubsan.cc | 654 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_instrument_unreachable() 661 = builtin_decl_explicit (BUILT_IN_UBSAN_HANDLE_BUILTIN_UNREACHABLE); in ubsan_instrument_unreachable() 726 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_expand_bounds_ifn() 739 tree fn = builtin_decl_explicit (bcode); in ubsan_expand_bounds_ifn() 1011 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_expand_objsize_ifn() 1031 g = gimple_build_call (builtin_decl_explicit (bcode), 2, data, p); in ubsan_expand_objsize_ifn() 1360 g = gimple_build_call (builtin_decl_explicit (bcode), 3, data, op, hash); in ubsan_expand_vptr_ifn() 1542 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TRAP), 0); in ubsan_build_overflow_builtin() 1580 tree fn = builtin_decl_explicit (fn_code); in ubsan_build_overflow_builtin() 1769 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TRAP), 0); in instrument_bool_enum_load() [all …]
|
H A D | trans-mem.cc | 443 return build_call_expr_loc (loc, builtin_decl_explicit (BUILT_IN_TM_ABORT), 1, in build_tm_abort_call() 519 return builtin_decl_explicit (BUILT_IN_TM_MEMCPY); in find_tm_replacement_function() 521 return builtin_decl_explicit (BUILT_IN_TM_MEMMOVE); in find_tm_replacement_function() 523 return builtin_decl_explicit (BUILT_IN_TM_MEMSET); in find_tm_replacement_function() 552 to = builtin_decl_explicit (BUILT_IN_TM_MALLOC); in tm_malloc_replacement() 554 to = builtin_decl_explicit (BUILT_IN_TM_CALLOC); in tm_malloc_replacement() 556 to = builtin_decl_explicit (BUILT_IN_TM_FREE); in tm_malloc_replacement() 1241 tree decl = builtin_decl_explicit (code); in tm_log_emit_stmt() 1677 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_TM_COMMIT), 0); in lower_transaction() 1686 g = gimple_build_call (builtin_decl_explicit (BUILT_IN_EH_POINTER), in lower_transaction() [all …]
|
H A D | omp-expand.cc | 734 builtin_decl_explicit (start_ix), args); in expand_parallel_call() 888 ? builtin_decl_explicit (BUILT_IN_GOMP_TASKLOOP_ULL) in expand_task_call() 889 : builtin_decl_explicit (BUILT_IN_GOMP_TASKLOOP), in expand_task_call() 895 t = build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_TASK), in expand_task_call() 921 = build_call_expr (builtin_decl_explicit (BUILT_IN_GOMP_TASKWAIT_DEPEND), in expand_taskwait_call() 972 builtin_decl_explicit (BUILT_IN_GOMP_TEAMS_REG), in expand_teams_call() 1117 tree thr_num_tree = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in optimize_omp_library_calls() 1119 tree num_thr_tree = builtin_decl_explicit (BUILT_IN_OMP_GET_NUM_THREADS); in optimize_omp_library_calls() 1145 built_in = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in optimize_omp_library_calls() 1148 built_in = builtin_decl_explicit (BUILT_IN_OMP_GET_NUM_THREADS); in optimize_omp_library_calls() [all …]
|
H A D | omp-oacc-neuter-broadcast.cc | 879 decl = builtin_decl_explicit (BUILT_IN_GOACC_SINGLE_START); in worker_single_simple() 1020 tree decl = builtin_decl_explicit (BUILT_IN_GOACC_SINGLE_COPY_START); in worker_single_copy() 1036 decl = builtin_decl_explicit (BUILT_IN_GOACC_BARRIER); in worker_single_copy() 1082 decl = builtin_decl_explicit (BUILT_IN_GOACC_BARRIER); in worker_single_copy() 1217 decl = builtin_decl_explicit (BUILT_IN_GOACC_BARRIER); in worker_single_copy() 1227 decl = builtin_decl_explicit (BUILT_IN_GOACC_SINGLE_COPY_END); in worker_single_copy() 1427 tree decl = builtin_decl_explicit (BUILT_IN_GOACC_BARRIER); in neuter_worker_single()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | netbsd.cc | 32 tree fn = builtin_decl_explicit (fncode); in netbsd_patch_builtin()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | netbsd.c | 31 tree fn = builtin_decl_explicit (fncode); in netbsd_patch_builtin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 727 malloc_tree = builtin_decl_explicit (BUILT_IN_MALLOC); in gfc_call_malloc() 800 builtin_decl_explicit (BUILT_IN_MALLOC), 1, in gfc_allocate_using_malloc() 1055 builtin_decl_explicit (BUILT_IN_FREE), in gfc_call_free() 1514 builtin_decl_explicit (BUILT_IN_FREE), 1, in gfc_deallocate_with_status() 1687 builtin_decl_explicit (BUILT_IN_FREE), 1, in gfc_deallocate_scalar_with_status() 1787 builtin_decl_explicit (BUILT_IN_REALLOC), 2, in gfc_call_realloc() 2440 builtin_decl_explicit (BUILT_IN_EXPECT), in gfc_unlikely() 2461 builtin_decl_explicit (BUILT_IN_EXPECT), in gfc_likely()
|
H A D | trans-intrinsic.cc | 169 return (i == END_BUILTINS ? NULL_TREE : builtin_decl_explicit (i)); in builtin_decl_for_precision() 764 m->real4_decl = builtin_decl_explicit (m->float_built_in); in gfc_build_intrinsic_lib_fndecls() 766 m->complex4_decl = builtin_decl_explicit (m->complex_float_built_in); in gfc_build_intrinsic_lib_fndecls() 768 m->real8_decl = builtin_decl_explicit (m->double_built_in); in gfc_build_intrinsic_lib_fndecls() 770 m->complex8_decl = builtin_decl_explicit (m->complex_double_built_in); in gfc_build_intrinsic_lib_fndecls() 774 m->real10_decl = builtin_decl_explicit (m->long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 777 = builtin_decl_explicit (m->complex_long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 782 m->real16_decl = builtin_decl_explicit (m->long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 785 = builtin_decl_explicit (m->complex_long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 1003 builtin_decl_explicit (BUILT_IN_ISFINITE), in gfc_conv_intrinsic_exponent() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 654 malloc_tree = builtin_decl_explicit (BUILT_IN_MALLOC); in gfc_call_malloc() 727 builtin_decl_explicit (BUILT_IN_MALLOC), 1, in gfc_allocate_using_malloc() 982 builtin_decl_explicit (BUILT_IN_FREE), in gfc_call_free() 1441 builtin_decl_explicit (BUILT_IN_FREE), 1, in gfc_deallocate_with_status() 1614 builtin_decl_explicit (BUILT_IN_FREE), 1, in gfc_deallocate_scalar_with_status() 1714 builtin_decl_explicit (BUILT_IN_REALLOC), 2, in gfc_call_realloc() 2348 builtin_decl_explicit (BUILT_IN_EXPECT), in gfc_unlikely() 2369 builtin_decl_explicit (BUILT_IN_EXPECT), in gfc_likely()
|
H A D | trans-intrinsic.c | 164 return (i == END_BUILTINS ? NULL_TREE : builtin_decl_explicit (i)); in builtin_decl_for_precision() 756 m->real4_decl = builtin_decl_explicit (m->float_built_in); in gfc_build_intrinsic_lib_fndecls() 758 m->complex4_decl = builtin_decl_explicit (m->complex_float_built_in); in gfc_build_intrinsic_lib_fndecls() 760 m->real8_decl = builtin_decl_explicit (m->double_built_in); in gfc_build_intrinsic_lib_fndecls() 762 m->complex8_decl = builtin_decl_explicit (m->complex_double_built_in); in gfc_build_intrinsic_lib_fndecls() 766 m->real10_decl = builtin_decl_explicit (m->long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 769 = builtin_decl_explicit (m->complex_long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 774 m->real16_decl = builtin_decl_explicit (m->long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 777 = builtin_decl_explicit (m->complex_long_double_built_in); in gfc_build_intrinsic_lib_fndecls() 995 builtin_decl_explicit (BUILT_IN_ISFINITE), in gfc_conv_intrinsic_exponent() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 817 return build_call_expr (builtin_decl_explicit (BUILT_IN_MEMCMP), 3, in build_memcmp_call() 826 return build_call_expr (builtin_decl_explicit (BUILT_IN_MEMCPY), 3, in build_memcpy_call() 856 return build_call_expr (builtin_decl_explicit (BUILT_IN_MEMSET), 3, in build_memset_call() 1929 return build_call_expr (builtin_decl_explicit (BUILT_IN_TRAP), 0); in build_array_bounds_call() 1958 boundserr = build_call_expr (builtin_decl_explicit (BUILT_IN_TRAP), 0); in build_bounds_index_condition() 2005 build_call_expr (builtin_decl_explicit (BUILT_IN_TRAP), 0); in build_bounds_slice_condition() 2317 fmodfn = builtin_decl_explicit (BUILT_IN_FMOD); in build_float_modulus() 2320 fmodfn = builtin_decl_explicit (BUILT_IN_FMODF); in build_float_modulus() 2323 fmodfn = builtin_decl_explicit (BUILT_IN_FMODL); in build_float_modulus()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 373 tree tmemcmp = builtin_decl_explicit (BUILT_IN_MEMCMP); in visit() 983 tree tmemset = builtin_decl_explicit (BUILT_IN_MEMSET); in visit() 1005 tree tmemcpy = builtin_decl_explicit (BUILT_IN_MEMCPY); in visit() 1077 tree tmemset = builtin_decl_explicit (BUILT_IN_MEMSET); in visit() 1101 tree tmemset = builtin_decl_explicit (BUILT_IN_MEMSET); in visit() 1128 tree tmemset = builtin_decl_explicit (BUILT_IN_MEMSET); in visit() 1260 : build_call_expr (builtin_decl_explicit (BUILT_IN_TRAP), 0); in visit() 2046 tree fn = builtin_decl_explicit (BUILT_IN_TRAP); in visit() 2067 tree fn = builtin_decl_explicit (BUILT_IN_EXPECT); in visit() 2179 tree ttrap = builtin_decl_explicit (BUILT_IN_TRAP); in visit() [all …]
|
H A D | d-codegen.cc | 848 tree tmemcmp = builtin_decl_explicit (BUILT_IN_MEMCMP); in build_float_identity() 881 tmemcmp = build_call_expr (builtin_decl_explicit (BUILT_IN_MEMCMP), 3, in lower_struct_comparison() 946 tcmp = build_call_expr (builtin_decl_explicit (BUILT_IN_MEMCMP), in lower_struct_comparison() 999 tree tmemcmp = build_call_expr (builtin_decl_explicit (BUILT_IN_MEMCMP), in build_struct_comparison() 1753 : build_call_expr (builtin_decl_explicit (BUILT_IN_TRAP), 0); in build_bounds_condition() 2018 fmodfn = builtin_decl_explicit (BUILT_IN_FMOD); in build_float_modulus() 2021 fmodfn = builtin_decl_explicit (BUILT_IN_FMODF); in build_float_modulus() 2024 fmodfn = builtin_decl_explicit (BUILT_IN_FMODL); in build_float_modulus()
|