| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | function.h | 644 extern rtx assign_temp (tree, int, int);
|
| H A D | calls.cc | 1449 copy = assign_temp (type, 1, 0); in initialize_argument_information() 2804 rtx d = assign_temp (rettype, 1, 1); in expand_call() 4154 mem_value = assign_temp (tfom, 1, 1); in emit_library_call_value_1() 4269 slot = assign_temp (lang_hooks.types.type_for_mode (arg.mode, 0), in emit_library_call_value_1() 4898 = assign_temp (TREE_TYPE (arg->tree_value), 1, 1); in store_one_arg()
|
| H A D | tree-outof-ssa.cc | 691 return assign_temp (type, 0, 0); in get_temp_reg()
|
| H A D | expr.cc | 4712 temp = assign_temp (type, 1, 1); in emit_push_insn() 8657 target = assign_temp (type, TREE_ADDRESSABLE (exp), 1); in expand_constructor() 8781 temp = assign_temp (type, 0, 0); /* Use promoted mode for temp. */ in expand_cond_expr_using_cmove() 8784 temp = assign_temp (type, 0, 1); in expand_cond_expr_using_cmove() 9027 target = assign_temp (type, 1, 1); in expand_expr_real_2() 10242 temp = assign_temp (type, 0, 1); in expand_expr_real_2() 11237 memloc = assign_temp (TREE_TYPE (tem), 1, 1); in expand_expr_real_1() 11359 target = assign_temp (type, 1, 1); in expand_expr_real_1()
|
| H A D | cfgexpand.cc | 3365 op = assign_temp (type, 0, 1); in expand_asm_stmt() 3825 = assign_temp (TREE_TYPE (DECL_RESULT (current_function_decl)), 0, 1); in expand_return()
|
| H A D | FSFChangeLog | 2439 * expr.c (expand_expr, case SAVE_EXPR): assign_temp with KEEP of 3. 2458 (assign_temp): Likewise.
|
| H A D | 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.
|
| H A D | internal-fn.cc | 2284 resvr = assign_temp (TREE_TYPE (lhs), 1, 1); in expand_vector_ubsan_overflow()
|
| H A D | builtins.cc | 2670 op1 = assign_temp (TREE_TYPE (arg), 1, 1); in expand_builtin_cexpi() 2671 op2 = assign_temp (TREE_TYPE (arg), 1, 1); in expand_builtin_cexpi()
|
| H A D | 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.
|
| H A D | 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
|
| H A D | ChangeLog-2012 | 23357 assign_temp): Remove 'keep' argument. 23363 (assign_stack_temp, assign_temp): Remove keep argument. 23372 * builtins.c (expand_builtin_cexpi): Adjust calls to assign_temp
|
| H A D | ChangeLog-2006 | 11090 code in function.c:assign_temp. 11092 * function.c (assign_temp): Use it.
|
| H A D | ChangeLog-2009 | 14695 * function.c (assign_temp): Drop last argument of promote_mode. 14721 * function.c (assign_temp): Drop last argument of promote_mode.
|
| H A D | FSFChangeLog.11 | 3540 * calls.c (expand_call): Use assign_temp and mark_addressable
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | function.h | 627 extern rtx assign_temp (tree, int, int);
|
| H A D | calls.c | 2403 copy = assign_temp (type, 1, 0); in initialize_argument_information() 3812 rtx d = assign_temp (rettype, 1, 1); in expand_call() 5154 mem_value = assign_temp (tfom, 1, 1); in emit_library_call_value_1() 5269 slot = assign_temp (lang_hooks.types.type_for_mode (arg.mode, 0), in emit_library_call_value_1() 5898 = assign_temp (TREE_TYPE (arg->tree_value), 1, 1); in store_one_arg()
|
| H A D | tree-outof-ssa.c | 691 return assign_temp (type, 0, 0); in get_temp_reg()
|
| H A D | expr.c | 4442 temp = assign_temp (type, 1, 1); in emit_push_insn() 8283 target = assign_temp (type, TREE_ADDRESSABLE (exp), 1); in expand_constructor() 8407 temp = assign_temp (type, 0, 0); /* Use promoted mode for temp. */ in expand_cond_expr_using_cmove() 8410 temp = assign_temp (type, 0, 1); in expand_cond_expr_using_cmove() 8602 target = assign_temp (type, 1, 1); in expand_expr_real_2() 9795 temp = assign_temp (type, 0, 1); in expand_expr_real_2() 10841 memloc = assign_temp (TREE_TYPE (tem), 1, 1); in expand_expr_real_1() 10963 target = assign_temp (type, 1, 1); in expand_expr_real_1()
|
| H A D | cfgexpand.c | 3206 op = assign_temp (type, 0, 1); in expand_asm_stmt() 3645 = assign_temp (TREE_TYPE (DECL_RESULT (current_function_decl)), 0, 1); in expand_return()
|
| H A D | internal-fn.c | 2060 resvr = assign_temp (TREE_TYPE (lhs), 1, 1); in expand_vector_ubsan_overflow()
|
| H A D | FSFChangeLog | 2439 * expr.c (expand_expr, case SAVE_EXPR): assign_temp with KEEP of 3. 2458 (assign_temp): Likewise.
|
| H A D | 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.
|
| H A D | builtins.c | 2630 op1 = assign_temp (TREE_TYPE (arg), 1, 1); in expand_builtin_cexpi() 2631 op2 = assign_temp (TREE_TYPE (arg), 1, 1); in expand_builtin_cexpi()
|
| H A D | function.c | 963 assign_temp (tree type_or_decl, int memory_required, in assign_temp() function
|