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()2072 if (structure_value_addr && struct_value == 0) in expand_call()2677 emit_move_insn (struct_value, in expand_call()2682 if (REG_P (struct_value)) in expand_call()2683 use_reg (&call_fusage, struct_value); in expand_call()3310 rtx struct_value = targetm.calls.struct_value_rtx (0, 0); in emit_library_call_value_1() local3412 if (mem_value && struct_value == 0 && ! pcc_struct_value) in emit_library_call_value_1()3796 if (mem_value != 0 && struct_value != 0 && ! pcc_struct_value) in emit_library_call_value_1()3798 emit_move_insn (struct_value, in emit_library_call_value_1()[all …]
1385 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0); in expand_builtin_apply() local1437 if (struct_value) in expand_builtin_apply()1457 if (struct_value) in expand_builtin_apply()1461 emit_move_insn (struct_value, value); in expand_builtin_apply()1462 if (REG_P (struct_value)) in expand_builtin_apply()1463 use_reg (&call_fusage, struct_value); in expand_builtin_apply()