Searched refs:struct_value (Results 1 – 2 of 2) sorted by relevance
1875 rtx struct_value = 0; in expand_call() local1968 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() local3413 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 …]
1383 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply() local1435 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()