Home
last modified time | relevance | path

Searched refs:set_mem_attributes (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfunction.c2332 set_mem_attributes (stack_parm, parm, 1); in assign_parm_find_stack_rtl()
2549 set_mem_attributes (stack_parm, parm, 1); in assign_parm_setup_block()
2681 set_mem_attributes (x, parm, 1); in assign_parm_setup_reg()
2881 set_mem_attributes (data->stack_parm, parm, 1); in assign_parm_setup_stack()
2945 set_mem_attributes (tmp, parm, 1); in assign_parms_unsplit_complex()
3067 set_mem_attributes (x, result, 1); in assign_parms()
4109 set_mem_attributes (x, DECL_RESULT (subr), 1); in expand_function_start()
Dexpr.h654 extern void set_mem_attributes (rtx, tree, int);
Dcalls.c1046 set_mem_attributes (copy, type, 1); in initialize_argument_information()
1399 set_mem_attributes (args[i].stack, in compute_argument_addresses()
1430 set_mem_attributes (args[i].stack_slot, in compute_argument_addresses()
2867 set_mem_attributes (target, exp, 1); in expand_call()
2877 set_mem_attributes (target, exp, 1); in expand_call()
Dstmt.c1900 set_mem_attributes (x, decl, 1); in expand_decl()
1956 set_mem_attributes (x, decl, 1); in expand_decl()
1989 set_mem_attributes (x, decl, 1); in expand_decl()
Dcfgexpand.c542 set_mem_attributes (x, decl, true); in expand_one_stack_var_at()
Dexpr.c3541 set_mem_attributes (dest, type, 1); in emit_single_push_insn()
7224 set_mem_attributes (temp, exp, 0); in expand_expr_real_1()
7265 set_mem_attributes (temp, TMR_ORIGINAL (exp), 0); in expand_expr_real_1()
7666 set_mem_attributes (op0, exp, 1); in expand_expr_real_1()
7687 set_mem_attributes (op0, exp, 0); in expand_expr_real_1()
7742 set_mem_attributes (result, exp, 0); in expand_expr_real_1()
Dvarasm.c1155 set_mem_attributes (x, decl, 1); in make_decl_rtl()
2829 set_mem_attributes (rtl, exp, 1); in build_constant_desc()
3263 set_mem_attributes (def, lang_hooks.types.type_for_mode (mode, 0), 1); in force_const_mem()
Dstor-layout.c479 set_mem_attributes (rtl, decl, 1); in layout_decl()
DChangeLog-20013002 (set_mem_attributes): Also strip VIEW_CONVERT_EXPR.
3349 (set_mem_attributes): Use it.
3351 * expr.c (expand_assignment): Call set_mem_attributes for
4694 * emit-rtl.c (set_mem_attributes): Handle it.
4697 (expand_expr, case COMPONENT_REF): Call set_mem_attributes on case
5503 * emit-rtl.c (set_mem_attributes): If making object, can set alignment
5858 * emit-rtl.c (set_mem_attributes): Get alignments for constants.
6819 * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a
7577 (set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
7649 * emit-rtl.c (set_mem_attributes): Fix typo in last change.
[all …]
Demit-rtl.c1690 set_mem_attributes (rtx ref, tree t, int objectp) in set_mem_attributes() function
DChangeLog-200015998 Use set_mem_attributes in COMPLEX case.
16308 * explow.c (set_mem_attributes): Do nothing for NULL type.
16716 (set_mem_attributes): Here.
16766 * function.c (assign_parms): Add missing argument to set_mem_attributes
16960 * varasm.c (make_function_rtl): Don't call set_mem_attributes.
17071 (get_memory_rtx): Rework to use set_mem_attributes.
17085 * calls.c (initialie_argument_information): Call set_mem_attributes.
17087 * explow.c (set_mem_attributes): New function.
17096 (emit_push_insn): Call set_mem_attributes.
17103 (new_alias_set, set_mem_attributes): Likewse.
[all …]
Dbuiltins.c1052 set_mem_attributes (mem, exp, 0); in get_memory_rtx()
DChangeLog-200211869 set_mem_attributes and add BITPOS argument. Subtract it from
11871 (set_mem_attributes): New wrapper function.
12162 * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
12758 * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
DChangeLog-200422158 * expr.c (emit_push_insn): Don't use set_mem_attributes.