Home
last modified time | relevance | path

Searched refs:assign_temp (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h644 extern rtx assign_temp (tree, int, int);
H A Dcalls.cc1449 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 Dtree-outof-ssa.cc691 return assign_temp (type, 0, 0); in get_temp_reg()
H A Dexpr.cc4712 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 Dcfgexpand.cc3365 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 DFSFChangeLog2439 * expr.c (expand_expr, case SAVE_EXPR): assign_temp with KEEP of 3.
2458 (assign_temp): Likewise.
H A DFSFChangeLog.102941 * 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 Dinternal-fn.cc2284 resvr = assign_temp (TREE_TYPE (lhs), 1, 1); in expand_vector_ubsan_overflow()
H A Dbuiltins.cc2670 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 DChangeLog-199919507 (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 DChangeLog-200045 * 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 DChangeLog-201223357 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 DChangeLog-200611090 code in function.c:assign_temp.
11092 * function.c (assign_temp): Use it.
H A DChangeLog-200914695 * function.c (assign_temp): Drop last argument of promote_mode.
14721 * function.c (assign_temp): Drop last argument of promote_mode.
H A DFSFChangeLog.113540 * calls.c (expand_call): Use assign_temp and mark_addressable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h627 extern rtx assign_temp (tree, int, int);
H A Dcalls.c2403 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 Dtree-outof-ssa.c691 return assign_temp (type, 0, 0); in get_temp_reg()
H A Dexpr.c4442 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 Dcfgexpand.c3206 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 Dinternal-fn.c2060 resvr = assign_temp (TREE_TYPE (lhs), 1, 1); in expand_vector_ubsan_overflow()
H A DFSFChangeLog2439 * expr.c (expand_expr, case SAVE_EXPR): assign_temp with KEEP of 3.
2458 (assign_temp): Likewise.
H A DFSFChangeLog.102941 * 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 Dbuiltins.c2630 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 Dfunction.c963 assign_temp (tree type_or_decl, int memory_required, in assign_temp() function

12