Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDcalls.c1049 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()
HDstmt.c847 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()
HDexpr.c2070 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()
HDrtl.h1542 extern rtx assign_temp (tree, int, int, int);
HDFSFChangeLog2439 * expr.c (expand_expr, case SAVE_EXPR): assign_temp with KEEP of 3.
2458 (assign_temp): Likewise.
HDFSFChangeLog.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.
HDfunction.c809 assign_temp (tree type_or_decl, int keep, int memory_required, in assign_temp() function
HDChangeLog-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.
HDChangeLog-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
HDChangeLog-20064006 code in function.c:assign_temp.
4008 * function.c (assign_temp): Use it.
HDFSFChangeLog.113540 * calls.c (expand_call): Use assign_temp and mark_addressable
HDChangeLog-200426422 * function.c (assign_temp): Call it.
35220 * function.c (assign_temp): Ditto.
HDChangeLog-20012998 (expand_expr, case CONSTRUCTOR): Fix errors in parms to assign_temp.
HDChangeLog-200522564 * function.c (assign_stack_temp_for_type, assign_temp,
HDChangeLog-200226524 * function.c (assign_temp): Accept either type or decl argument.
HDChangeLog-200312747 * function.c (assign_temp): Likewise.