Home
last modified time | relevance | path

Searched refs:make_temp_ssa_name (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-profile.c269 tree gcov_type_tmp_var = make_temp_ssa_name (gcov_type_node, in gimple_gen_edge_profiler()
272 gcov_type_tmp_var = make_temp_ssa_name (gcov_type_node, in gimple_gen_edge_profiler()
404 tmp1 = make_temp_ssa_name (ptr_void, NULL, "PROF"); in gimple_gen_ic_profiler()
524 tree ptr = make_temp_ssa_name (build_pointer_type (type), NULL, in gimple_gen_time_profiler()
537 tree tmp = make_temp_ssa_name (result_type, NULL, "time_profile"); in gimple_gen_time_profiler()
540 tmp = make_temp_ssa_name (type, NULL, "time_profile"); in gimple_gen_time_profiler()
549 tree tmp = make_temp_ssa_name (type, NULL, "time_profile"); in gimple_gen_time_profiler()
553 tmp = make_temp_ssa_name (type, NULL, "time_profile"); in gimple_gen_time_profiler()
H A Dvalue-prof.c709 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_divmod_fixed_value()
710 tmp1 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_divmod_fixed_value()
867 tmp2 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_mod_pow2()
868 tmp3 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_mod_pow2()
1020 tmp1 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_mod_subtract()
1319 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_ic()
1320 tmp1 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_ic()
1640 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_stringop_fixed_value()
1641 tmp1 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_stringop_fixed_value()
H A Dtree-vect-data-refs.c4542 new_vect_var = make_temp_ssa_name (type, NULL, tmp); in vect_get_new_ssa_name()
4546 new_vect_var = make_temp_ssa_name (type, NULL, prefix); in vect_get_new_ssa_name()
5428 high = make_temp_ssa_name (vectype, NULL, "vect_inter_high"); in vect_permute_store_chain()
5438 low = make_temp_ssa_name (vectype, NULL, "vect_inter_low"); in vect_permute_store_chain()
6251 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shift"); in vect_shift_permute_load_chain()
6257 data_ref = make_temp_ssa_name (vectype, NULL, "vect_select"); in vect_shift_permute_load_chain()
6353 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shuffle3"); in vect_shift_permute_load_chain()
6363 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shift1"); in vect_shift_permute_load_chain()
6373 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shift2"); in vect_shift_permute_load_chain()
6384 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shift3"); in vect_shift_permute_load_chain()
[all …]
H A Dtree-ssanames.h148 make_temp_ssa_name (tree type, gimple *stmt, const char *name) in make_temp_ssa_name() function
H A Dtree-ssa-math-opts.c972 res = make_temp_ssa_name (TREE_TYPE (TREE_TYPE (fndecl)), stmt, "sincostmp"); in execute_cse_sincos_1()
1174 ssa_target = make_temp_ssa_name (type, NULL, "powmult"); in powi_as_mults_1()
1223 target = make_temp_ssa_name (type, NULL, "powmult"); in powi_as_mults()
1265 ssa_target = make_temp_ssa_name (TREE_TYPE (arg), NULL, "powroot"); in build_and_insert_call()
1283 tree result = make_temp_ssa_name (TREE_TYPE (arg0), NULL, name); in build_and_insert_binop()
1299 tree result = make_temp_ssa_name (type, NULL, name); in build_and_insert_ref()
2012 cond = make_temp_ssa_name (t1, NULL, "powi_cond"); in execute()
2018 result = make_temp_ssa_name (t0, NULL, "powi"); in execute()
3414 tree res = make_temp_ssa_name (build_complex_type (TREE_TYPE (op1)), in convert_to_divmod()
H A Dtree-ssa-loop-split.c270 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, in connect_loop_phis()
273 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, in connect_loop_phis()
H A Dtree-ssa-loop-manip.c80 vb = make_temp_ssa_name (TREE_TYPE (base), NULL, "ivtmp"); in create_iv()
81 va = make_temp_ssa_name (TREE_TYPE (base), NULL, "ivtmp"); in create_iv()
1336 new_init = make_temp_ssa_name (TREE_TYPE (next), NULL, "unrinittmp"); in tree_transform_and_unroll_loop()
1338 new_init = make_temp_ssa_name (TREE_TYPE (init), NULL, "unrinittmp"); in tree_transform_and_unroll_loop()
H A Dtree-tailcall.c681 tree result = make_temp_ssa_name (ret_type, NULL, label); in adjust_return_value_with_ops()
987 tree tmp = make_temp_ssa_name (ret_type, NULL, label); in create_tailcall_accumulator()
H A Dtree-vect-loop-manip.c585 init_mask = make_temp_ssa_name (mask_type, NULL, "max_mask"); in vect_set_loop_masks_directly()
611 next_mask = make_temp_ssa_name (mask_type, NULL, "next_mask"); in vect_set_loop_masks_directly()
2820 addr_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name); in vect_create_cond_for_align_checks()
2830 new_or_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name); in vect_create_cond_for_align_checks()
2844 and_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, "andmask"); in vect_create_cond_for_align_checks()
H A Dgimple-ssa-strength-reduction.c2290 lhs = make_temp_ssa_name (basis_type, NULL, "slsr"); in create_add_on_incoming_edge()
2330 tree cast_stride = make_temp_ssa_name (c->stride_type, NULL, in create_add_on_incoming_edge()
2459 name = make_temp_ssa_name (TREE_TYPE (basis_name), NULL, "slsr"); in create_phi_basis_1()
3436 init_stride = make_temp_ssa_name (c->stride_type, NULL, "slsr"); in insert_initializers()
3443 new_name = make_temp_ssa_name (c->stride_type, NULL, "slsr"); in insert_initializers()
3618 cast_lhs = make_temp_ssa_name (to_type, NULL, "slsr"); in introduce_cast_before_cand()
H A Dtree-chkp.c620 return make_temp_ssa_name (pointer_bounds_type_node, stmt,
1280 copy = make_temp_ssa_name (pointer_bounds_type_node,
1641 tree temp = make_temp_ssa_name (type, NULL, "");
2937 var = make_temp_ssa_name (pointer_bounds_type_node,
3387 addr = make_temp_ssa_name (t, stmt, CHKP_BOUND_TMP_NAME);
3392 tree shifted = make_temp_ssa_name (t, stmt, CHKP_BOUND_TMP_NAME);
H A Dvtable-verify.c760 tmp0 = make_temp_ssa_name (TREE_TYPE (lhs), NULL, "VTV"); in verify_bb_vtables()
H A Dtree-ssa-pre.c1310 name = make_temp_ssa_name (get_expr_type (e), gimple_build_nop (), "pretmp");
2815 name = make_temp_ssa_name (exprtype, NULL, "pretmp"); in create_expression_by_pieces()
2853 name = make_temp_ssa_name (exprtype, NULL, "pretmp"); in create_expression_by_pieces()
3058 temp = make_temp_ssa_name (type, NULL, "prephitmp"); in insert_into_preds_of_block()
3296 tree temp = make_temp_ssa_name (get_expr_type (expr), in do_pre_regular_insertion()
H A Dtree-ssa-loop-im.c816 name = make_temp_ssa_name (type, NULL, "reciptmp"); in rewrite_reciprocal()
897 name = make_temp_ssa_name (TREE_TYPE (a), NULL, "shifttmp"); in rewrite_bittest()
902 name = make_temp_ssa_name (TREE_TYPE (a), NULL, "shifttmp"); in rewrite_bittest()
H A Dtree-ssa-phiopt.c1936 name = make_temp_ssa_name (TREE_TYPE (lhs), NULL, "cstore"); in cond_store_replacement()
1944 name2 = make_temp_ssa_name (TREE_TYPE (lhs), NULL, "cstore"); in cond_store_replacement()
2018 name = make_temp_ssa_name (TREE_TYPE (lhs), NULL, "cstore"); in cond_if_else_store_replacement_1()
H A Dtree-if-conv.c342 tree new_name = make_temp_ssa_name (type, NULL, "_ifc_"); in ifc_temp_var()
1696 tree tmp = make_temp_ssa_name (TREE_TYPE (rhs1), NULL, "_ifc_"); in convert_scalar_cond_reduction()
1970 lhs = make_temp_ssa_name (type, NULL, "_ifc_"); in predicate_scalar_phi()
H A Dgimple-ssa-store-merging.c1007 val_tmp = make_temp_ssa_name (aligned_load_type, NULL, in bswap_replace()
1040 val_tmp = make_temp_ssa_name (aligned_load_type, NULL, "load_dst"); in bswap_replace()
1106 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapsrc"); in bswap_replace()
1133 tmp = make_temp_ssa_name (bswap_type, NULL, "bswapdst"); in bswap_replace()
H A Dtree-ssa-reassoc.c5496 iter_result = make_temp_ssa_name (type, NULL, "reassocpow"); in attempt_builtin_powi()
5582 target_ssa = make_temp_ssa_name (type, NULL, "reassocpow"); in attempt_builtin_powi()
5598 iter_result = make_temp_ssa_name (type, NULL, "reassocpow"); in attempt_builtin_powi()
5612 tree new_result = make_temp_ssa_name (type, NULL, "reassocpow"); in attempt_builtin_powi()
6016 tree target_ssa = make_temp_ssa_name (type, NULL, in reassociate_bb()
H A Dhsa-gen.c6333 tree tmp1 = make_temp_ssa_name (boolean_type_node, NULL, in convert_switch_statements()
6339 tree tmp2 = make_temp_ssa_name (boolean_type_node, NULL, in convert_switch_statements()
6347 tree tmp3 = make_temp_ssa_name (boolean_type_node, NULL, in convert_switch_statements()
6466 tree real_part = make_temp_ssa_name (rhs_type, NULL, in expand_builtins()
6468 tree imag_part = make_temp_ssa_name (rhs_type, NULL, in expand_builtins()
H A Dtree-parloops.c529 name = make_temp_ssa_name (TREE_TYPE (addr), NULL, obj_name); in take_address_of()
H A Dtree-vect-loop.c6161 tree cond = make_temp_ssa_name (vectype, NULL, "cond"); in merge_with_identity()
8546 tree mask = make_temp_ssa_name (mask_type, NULL, "loop_mask"); in vect_get_loop_mask()
H A Dtree-vect-patterns.c221 return make_temp_ssa_name (type, stmt, "patt"); in vect_recog_temp_ssa_var()
H A Dtree-vect-stmts.c1845 tree and_res = make_temp_ssa_name (mask_type, NULL, "vec_mask_and"); in prepare_load_store_mask()