Searched refs:struct_value (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.cc | 2623 rtx struct_value = 0; in expand_call() local 2724 struct_value = targetm.calls.struct_value_rtx (fntype, 0); in expand_call() 2858 if (structure_value_addr && struct_value == 0) in expand_call() 3559 emit_move_insn (struct_value, in expand_call() 3564 if (REG_P (struct_value)) in expand_call() 3565 use_reg (&call_fusage, struct_value); in expand_call() 4099 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1() local 4191 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1() 4637 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1() 4639 emit_move_insn (struct_value, in emit_library_call_value_1() [all …]
|
H A D | builtins.cc | 1646 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply() local 1706 if (struct_value) in expand_builtin_apply() 1726 if (struct_value) in expand_builtin_apply() 1730 emit_move_insn (struct_value, value); in expand_builtin_apply() 1731 if (REG_P (struct_value)) in expand_builtin_apply() 1732 use_reg (&call_fusage, struct_value); in expand_builtin_apply()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.c | 3632 rtx struct_value = 0; in expand_call() local 3733 struct_value = targetm.calls.struct_value_rtx (fntype, 0); in expand_call() 3866 if (structure_value_addr && struct_value == 0) in expand_call() 4562 emit_move_insn (struct_value, in expand_call() 4567 if (REG_P (struct_value)) in expand_call() 4568 use_reg (&call_fusage, struct_value); in expand_call() 5099 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1() local 5191 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1() 5637 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1() 5639 emit_move_insn (struct_value, in emit_library_call_value_1() [all …]
|
H A D | builtins.c | 1757 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply() local 1817 if (struct_value) in expand_builtin_apply() 1837 if (struct_value) in expand_builtin_apply() 1841 emit_move_insn (struct_value, value); in expand_builtin_apply() 1842 if (REG_P (struct_value)) in expand_builtin_apply() 1843 use_reg (&call_fusage, struct_value); in expand_builtin_apply()
|