Searched refs:struct_value_rtx (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | calls.c | 2373 if (structure_value_addr && struct_value_rtx == 0) 3061 emit_move_insn (struct_value_rtx, 3066 if (GET_CODE (struct_value_rtx) == REG) 3067 use_reg (&call_fusage, struct_value_rtx); 3653 if (mem_value && struct_value_rtx == 0 && ! pcc_struct_value) 4107 if (mem_value != 0 && struct_value_rtx != 0 && ! pcc_struct_value) 4109 emit_move_insn (struct_value_rtx, 4113 if (GET_CODE (struct_value_rtx) == REG) 4114 use_reg (&call_fusage, struct_value_rtx);
|
| H A D | builtins.c | 914 if (struct_value_rtx) in apply_args_size() 1098 if (struct_value_rtx) in expand_builtin_apply_args_1() 1239 if (struct_value_rtx) 1259 if (struct_value_rtx) 1263 emit_move_insn (struct_value_rtx, value); 1264 if (GET_CODE (struct_value_rtx) == REG) 1265 use_reg (&call_fusage, struct_value_rtx);
|
| H A D | emit-rtl.c | 131 rtx struct_value_rtx; /* (REG:Pmode STRUCT_VALUE_REGNUM) */ variable 5500 struct_value_rtx = STRUCT_VALUE; 5502 struct_value_rtx = gen_rtx_REG (Pmode, STRUCT_VALUE_REGNUM); 5512 struct_value_incoming_rtx = struct_value_rtx;
|
| H A D | rtl.h | 1786 extern GTY(()) rtx struct_value_rtx;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | target.h | 672 rtx (*struct_value_rtx) (tree fndecl, int incoming); member
|
| H A D | calls.c | 1968 struct_value = targetm.calls.struct_value_rtx (fntype, 0); in expand_call() 3310 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1()
|
| H A D | function.c | 2029 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0) in assign_parms_augmented_arg_list() 4082 rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 2); in expand_function_start()
|
| H A D | builtins.c | 1177 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0)) in apply_args_size() 1283 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1); in expand_builtin_apply_args_1() 1291 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0)) in expand_builtin_apply_args_1() 1385 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply()
|
| H A D | final.c | 1456 rtx svrtx = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), 1); in profile_function()
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.c | 1874 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0) in iq2000_expand_prologue()
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 6507 if (!targetm.calls.struct_value_rtx (0, 0) in build_objc_method_call()
|