Home
last modified time | relevance | path

Searched refs:struct_value_rtx (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcalls.c2373 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 Dbuiltins.c914 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 Demit-rtl.c131 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 Drtl.h1786 extern GTY(()) rtx struct_value_rtx;
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h672 rtx (*struct_value_rtx) (tree fndecl, int incoming); member
H A Dcalls.c1968 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 Dfunction.c2029 && 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 Dbuiltins.c1177 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 Dfinal.c1456 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 Diq2000.c1874 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0) in iq2000_expand_prologue()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c6507 if (!targetm.calls.struct_value_rtx (0, 0) in build_objc_method_call()