Searched refs:pcc_struct_value (Results 1 – 3 of 3) sorted by relevance
1874 int pcc_struct_value = 0; in expand_call() local2020 pcc_struct_value = 1; in expand_call()2579 if (pcc_struct_value) in expand_call()2725 && !pcc_struct_value in expand_call()2869 else if (pcc_struct_value) in expand_call()3290 int pcc_struct_value = 0; in emit_library_call_value_1() local3363 pcc_struct_value = 1; in emit_library_call_value_1()3412 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()
2177 int pcc_struct_value = 0; local2312 pcc_struct_value = 1;2979 if (pcc_struct_value)3245 else if (pcc_struct_value)3527 int pcc_struct_value = 0; local3604 pcc_struct_value = 1;3653 if (mem_value && struct_value_rtx == 0 && ! pcc_struct_value)4107 if (mem_value != 0 && struct_value_rtx != 0 && ! pcc_struct_value)
10204 * calls.c (expand_call): Handle pcc_struct_value correctly for C++.