Searched refs:assign_temp (Results 1 – 16 of 16) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | calls.c | 1049 copy = assign_temp (type, 0, 1, 0); in initialize_argument_information() 2033 rtx d = assign_temp (TREE_TYPE (exp), 0, 1, 1); in expand_call() 2890 target = assign_temp (nt, 0, 1, 1); in expand_call() 3372 mem_value = assign_temp (tfom, 0, 1, 1); in emit_library_call_value_1() 3492 slot = assign_temp (lang_hooks.types.type_for_mode (mode, 0), in emit_library_call_value_1() 4103 arg->save_area = assign_temp (nt, 0, 1, 1); in store_one_arg()
|
| HD | stmt.c | 847 op = assign_temp (type, 0, 0, 1); in expand_asm_operands() 946 rtx memloc = assign_temp (qual_type, 1, 1, 1); in expand_asm_operands() 1736 val = assign_temp (nt, 0, 0, 1); in expand_return() 1955 x = assign_temp (decl, 1, 1, 1); in expand_decl()
|
| HD | expr.c | 2070 tgtblk = assign_temp (build_qualified_type (type, in copy_blkmode_from_reg() 5489 rtx object = assign_temp (type, 0, 1, 1); in store_field() 7187 = assign_temp (build_qualified_type (type, in expand_expr_real_1() 7497 rtx memloc = assign_temp (nt, 1, 1, 1); in expand_expr_real_1() 7606 target = assign_temp (type, 0, 1, 1); in expand_expr_real_1() 7751 target = assign_temp (type, 0, 1, 1); in expand_expr_real_1() 8597 temp = assign_temp (type, 0, 0, 1); in expand_expr_real_1()
|
| HD | rtl.h | 1542 extern rtx assign_temp (tree, int, int, int);
|
| HD | FSFChangeLog | 2439 * expr.c (expand_expr, case SAVE_EXPR): assign_temp with KEEP of 3. 2458 (assign_temp): Likewise.
|
| HD | FSFChangeLog.10 | 2941 * rtl.h (assign_temp): Add extra arg. 2942 * function.c (assign_temp): Add extra arg, DONT_PROMOTE. 2944 * stmt.c (expand_asm_operands): Call assign_temp with extra arg. 2948 (expand_expr): Don't use assign_temp for pseudos when might 2986 * function.c (assign_temp): New function. Can handle Chill-style 2988 * rtl.h (assign_temp): New declaration. 2989 * stmt.c (expand_asm_operands): Use new assign_temp function.
|
| HD | function.c | 809 assign_temp (tree type_or_decl, int keep, int memory_required, in assign_temp() function
|
| HD | ChangeLog-1999 | 19507 (assign_temp): Use assign_stack_temp_for_type, not assign_stack_temp. 19508 * stmt.c: Use assign_temp, not assign_stack_temp. 20881 (assign_temp): Use MEM_SET_IN_STRUCT_P.
|
| HD | ChangeLog-2000 | 45 * calls.c (expand_call): Use assign_temp as much as possible, use 17108 (assign_temp): Use host_integerp and tree_low_cst. 28851 * function.c (assign_temp): Change zero-sized arrays to size 1. 31606 * function.c (assign_temp): Mark parameter `dont_promote' with
|
| HD | ChangeLog-2006 | 4006 code in function.c:assign_temp. 4008 * function.c (assign_temp): Use it.
|
| HD | FSFChangeLog.11 | 3540 * calls.c (expand_call): Use assign_temp and mark_addressable
|
| HD | ChangeLog-2004 | 26422 * function.c (assign_temp): Call it. 35220 * function.c (assign_temp): Ditto.
|
| HD | ChangeLog-2001 | 2998 (expand_expr, case CONSTRUCTOR): Fix errors in parms to assign_temp.
|
| HD | ChangeLog-2005 | 22564 * function.c (assign_stack_temp_for_type, assign_temp,
|
| HD | ChangeLog-2002 | 26524 * function.c (assign_temp): Accept either type or decl argument.
|
| HD | ChangeLog-2003 | 12747 * function.c (assign_temp): Likewise.
|