Home
last modified time | relevance | path

Searched refs:struct_value (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcalls.c1875 rtx struct_value = 0; in expand_call() local
1968 struct_value = targetm.calls.struct_value_rtx (fntype, 0); in expand_call()
2073 if (structure_value_addr && struct_value == 0) in expand_call()
2678 emit_move_insn (struct_value, in expand_call()
2683 if (REG_P (struct_value)) in expand_call()
2684 use_reg (&call_fusage, struct_value); in expand_call()
3311 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1() local
3413 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1()
3799 emit_move_insn (struct_value, in emit_library_call_value_1()
3803 if (REG_P (struct_value)) in emit_library_call_value_1()
[all …]
H A Dbuiltins.c1383 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply() local
1435 if (struct_value) in expand_builtin_apply()
1455 if (struct_value) in expand_builtin_apply()
1459 emit_move_insn (struct_value, value); in expand_builtin_apply()
1460 if (REG_P (struct_value)) in expand_builtin_apply()
1461 use_reg (&call_fusage, struct_value); in expand_builtin_apply()