Home
last modified time | relevance | path

Searched refs:gimple_build_call_internal (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-isel.cc93 = gimple_build_call_internal (IFN_VEC_SET, 3, var_src, val, pos); in gimple_expand_vec_set_expr()
235 return gimple_build_call_internal (IFN_VCOND_MASK, 3, op0, op1, op2); in gimple_expand_vec_cond_expr()
277 return gimple_build_call_internal (IFN_VCONDEQ, 5, op0a, op0b, op1, in gimple_expand_vec_cond_expr()
285 return gimple_build_call_internal (IFN_VCOND_MASK, 3, op0, op1, op2); in gimple_expand_vec_cond_expr()
289 return gimple_build_call_internal (unsignedp ? IFN_VCONDU : IFN_VCOND, in gimple_expand_vec_cond_expr()
Dubsan.cc1404 gcall *g = gimple_build_call_internal (IFN_UBSAN_NULL, 3, t, kind, alignt); in instrument_mem_ref()
1431 gcall *g = gimple_build_call_internal (IFN_UBSAN_PTR, 2, ptr, off); in instrument_pointer_overflow()
1623 g = gimple_build_call_internal (code == PLUS_EXPR in instrument_si_overflow()
1637 g = gimple_build_call_internal (IFN_UBSAN_CHECK_SUB, 2, a, b); in instrument_si_overflow()
1648 g = gimple_build_call_internal (IFN_UBSAN_CHECK_SUB, 2, a, b); in instrument_si_overflow()
2260 gimple *g = gimple_build_call_internal (IFN_UBSAN_OBJECT_SIZE, 4, in instrument_object_size()
Dtree-vect-patterns.cc1723 gcall *stmt = gimple_build_call_internal (IFN_SQRT, 1, base); in vect_recog_pow_pattern()
2256 = gimple_build_call_internal (ifn, 2, new_ops[0], new_ops[1]); in vect_recog_mulhs_pattern()
2461 gcall *average_stmt = gimple_build_call_internal (ifn, 2, new_ops[0], in vect_recog_average_pattern()
3481 gimple *div_stmt = gimple_build_call_internal (ifn, 2, oprnd0, shift); in vect_recog_divmod_pattern()
4983 pattern_stmt = gimple_build_call_internal (gs_info.ifn, 5, base, in vect_recog_gather_scatter_pattern()
4986 pattern_stmt = gimple_build_call_internal (gs_info.ifn, 4, base, in vect_recog_gather_scatter_pattern()
4995 pattern_stmt = gimple_build_call_internal (gs_info.ifn, 5, in vect_recog_gather_scatter_pattern()
4999 pattern_stmt = gimple_build_call_internal (gs_info.ifn, 4, in vect_recog_gather_scatter_pattern()
Dtree-ssa-math-opts.cc2651 = gimple_build_call_internal (IFN_XORSIGN, 2, treeop1, treeop0); in convert_expand_mult_copysign()
3062 fma_stmt = gimple_build_call_internal (IFN_COND_FMA, 5, cond, mulop1, in convert_mult_to_fma_1()
3065 fma_stmt = gimple_build_call_internal (IFN_FMA, 3, mulop1, op2, addop); in convert_mult_to_fma_1()
4215 gcall *g = gimple_build_call_internal (code == MULT_EXPR in match_arith_overflow()
4521 gcall *call_stmt = gimple_build_call_internal (IFN_DIVMOD, 2, op1, op2); in convert_to_divmod()
4824 g = gimple_build_call_internal (IFN_SPACESHIP, 2, arg1, arg2); in optimize_spaceship()
Dtree-vect-slp-patterns.cc1556 gcall *call = gimple_build_call_internal (IFN_VEC_ADDSUB, 2, in build()
1604 gcall *call = gimple_build_call_internal (m_ifn, 3, in build()
Dtree-vect-stmts.cc8404 call = gimple_build_call_internal (IFN_MASK_STORE_LANES, 4, in vectorizable_store()
8413 call = gimple_build_call_internal (IFN_STORE_LANES, 1, in vectorizable_store()
8456 call = gimple_build_call_internal in vectorizable_store()
8460 call = gimple_build_call_internal in vectorizable_store()
8519 = gimple_build_call_internal (IFN_MASK_STORE, 4, in vectorizable_store()
8559 = gimple_build_call_internal (IFN_LEN_STORE, 5, dataref_ptr, in vectorizable_store()
9712 call = gimple_build_call_internal (IFN_MASK_LOAD_LANES, 3, in vectorizable_load()
9721 call = gimple_build_call_internal (IFN_LOAD_LANES, 1, data_ref); in vectorizable_load()
9778 call = gimple_build_call_internal in vectorizable_load()
9782 call = gimple_build_call_internal in vectorizable_load()
[all …]
Domp-low.cc2902 gimple *g = gimple_build_call_internal (IFN_GOMP_USE_SIMT, 0); in scan_omp_simd()
6891 g = gimple_build_call_internal (IFN_GOMP_SIMT_ENTER_ALLOC, 1, uid); in lower_rec_input_clauses()
6897 gimple *g = gimple_build_call_internal (IFN_GOMP_SIMD_LANE, in lower_rec_input_clauses()
6909 g = gimple_build_call_internal (IFN_GOMP_SIMD_LAST_LANE, in lower_rec_input_clauses()
6919 g = gimple_build_call_internal (IFN_GOMP_SIMT_VF, 0); in lower_rec_input_clauses()
6952 g = gimple_build_call_internal (IFN_GOMP_SIMD_VF, 1, uid); in lower_rec_input_clauses()
6978 = gimple_build_call_internal (IFN_GOMP_SIMT_EXIT, 1, simtrec); in lower_rec_input_clauses()
7212 gcall *g = gimple_build_call_internal (IFN_GOMP_SIMT_VOTE_ANY, in lower_lastprivate_clauses()
7317 = gimple_build_call_internal (IFN_GOMP_SIMD_LAST_LANE, in lower_lastprivate_clauses()
7337 gcall *g = gimple_build_call_internal in lower_lastprivate_clauses()
[all …]
Dtree-call-cdce.cc1121 gcall *new_call = gimple_build_call_internal (IFN_SET_EDOM, 0); in use_internal_fn()
Dtree-ssa-ccp.cc3794 g = gimple_build_call_internal (fn, 5, gimple_call_arg (call, 0), in optimize_atomic_bit_test_and()
3798 g = gimple_build_call_internal (fn, 4, gimple_call_arg (call, 0), in optimize_atomic_bit_test_and()
4009 g = gimple_build_call_internal (fn, 5, flag, in optimize_atomic_op_fetch_cmp_0()
4015 g = gimple_build_call_internal (fn, 4, flag, in optimize_atomic_op_fetch_cmp_0()
Dtree-if-conv.cc2272 = gimple_build_call_internal (IFN_MASK_LOAD, 3, addr, in predicate_load_or_store()
2280 = gimple_build_call_internal (IFN_MASK_STORE, 4, addr, ptr, in predicate_load_or_store()
2921 g = gimple_build_call_internal (IFN_LOOP_VECTORIZED, 2, in version_loop_for_if_conversion()
Dtree-loop-distribution.cc2756 call_stmt = gimple_build_call_internal (IFN_LOOP_DIST_ALIAS, in version_loop_by_alias_check()
3370 gimple *fn_call = gimple_build_call_internal (IFN_RAWMEMCHR, 2, mem, pattern); in generate_rawmemchr_builtin()
3449 gimple *fn_call = gimple_build_call_internal (IFN_RAWMEMCHR, 2, start, zero); in generate_strlen_builtin_using_rawmemchr()
Dasan.cc684 g = gimple_build_call_internal (fn, 1, restored_stack); in handle_builtin_stack_restore()
2657 g = gimple_build_call_internal (fn, 4, in build_check_stmt()
4100 = gimple_build_call_internal (IFN_ASAN_MARK, 3, in asan_expand_poison_ifn()
Domp-expand.cc1584 = gimple_build_call_internal (IFN_GOACC_TILE, 5, num, loop_no, tile, in expand_oacc_collapse_init()
2652 gcall *call = gimple_build_call_internal (IFN_SQRT, 1, t); in expand_omp_for_init_vars()
6453 gimple *g = gimple_build_call_internal (IFN_GOMP_SIMT_LANE, 0); in expand_omp_simd()
7730 call = gimple_build_call_internal (IFN_GOACC_LOOP, 6, in expand_oacc_for()
7741 call = gimple_build_call_internal (IFN_GOACC_LOOP, 6, in expand_oacc_for()
7778 call = gimple_build_call_internal (IFN_GOACC_LOOP, 7, in expand_oacc_for()
7787 call = gimple_build_call_internal (IFN_GOACC_LOOP, 7, in expand_oacc_for()
7841 call = gimple_build_call_internal (IFN_GOACC_LOOP, 7, t, dir, e_range, in expand_oacc_for()
7848 call = gimple_build_call_internal (IFN_GOACC_LOOP, 7, t, dir, e_range, in expand_oacc_for()
7855 call = gimple_build_call_internal (IFN_GOACC_LOOP, 6, t, dir, e_range, in expand_oacc_for()
[all …]
Domp-offload.cc485 gimple *call = gimple_build_call_internal (fn, 1, arg); in oacc_dim_call()
2552 = gimple_build_call_internal (IFN_GOMP_SIMT_ENTER_ALLOC, 2, size, align); in ompdevlow_adjust_simt_enter()
Dtree-vect-loop.cc5570 gcall *max_index_stmt = gimple_build_call_internal (IFN_REDUC_MAX, in vect_create_epilog_for_reduction()
5628 gcall *data_reduc_stmt = gimple_build_call_internal (IFN_REDUC_MAX, in vect_create_epilog_for_reduction()
6353 new_stmt = gimple_build_call_internal (mask_reduc_fn, 3, reduc_var, in vectorize_fold_left_reduction()
6356 new_stmt = gimple_build_call_internal (reduc_fn, 2, reduc_var, in vectorize_fold_left_reduction()
7563 gcall *call = gimple_build_call_internal (cond_fn, 4, mask, in vect_transform_reduction()
7584 new_stmt = gimple_build_call_internal (internal_fn (code), in vect_transform_reduction()
Dgimple-match-head.cc569 return gimple_build_call_internal (fn, res_op->num_ops, in build_call_internal()
Dipa-split.cc1529 tsan_func_exit_call = gimple_build_call_internal (IFN_TSAN_FUNC_EXIT, 0); in split_function()
Dgimple-fold.cc5295 g = gimple_build_call_internal (IFN_ATOMIC_COMPARE_EXCHANGE, 6, in fold_builtin_atomic_compare_exchange()
8767 stmt = gimple_build_call_internal (as_internal_fn (fn), 0); in gimple_build()
8798 stmt = gimple_build_call_internal (as_internal_fn (fn), 1, arg0); in gimple_build()
8830 stmt = gimple_build_call_internal (as_internal_fn (fn), 2, arg0, arg1); in gimple_build()
8863 stmt = gimple_build_call_internal (as_internal_fn (fn), in gimple_build()
Dtree-ssa.cc2198 = gimple_build_call_internal (IFN_ASAN_POISON, 0); in execute_update_addresses_taken()
Dtree-into-ssa.cc1875 = gimple_build_call_internal (IFN_ASAN_POISON_USE, 1, cdef); in maybe_add_asan_poison_write()
DChangeLog.gimple-classes433 (gimple_build_call_internal): Likewise.
637 (gimple_build_call_internal): Likewise.
3851 (gimple_build_call_internal): Likewise.
3864 (gimple_build_call_internal): Likewise.
Dgimple.cc321 gimple_build_call_internal (enum internal_fn fn, unsigned nargs, ...) in gimple_build_call_internal() function
Dtree-ssa-phiopt.cc2909 call = gimple_build_call_internal (ifn, 1, gimple_call_arg (call, 0)); in cond_removal_in_builtin_zero_pattern()
Dtree-parloops.cc3882 = gimple_build_call_internal (IFN_GOACC_DIM_POS, 1, arg); in oacc_entry_exit_single_gang()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc2000 gcall *g = gimple_build_call_internal (IFN_FMA, 3, arg0, arg1, arg2); in rs6000_gimple_fold_builtin()

12