Searched refs:return_rtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dread-rtl.c1465 rtx return_rtx;
1529 return_rtx = rtx_alloc (bellwether_code);
1531 PUT_CODE (return_rtx, real_code);
1546 PUT_MODE (return_rtx, (enum machine_mode) mode);
1547 if (GET_MODE (return_rtx) != mode)
1563 XEXP (return_rtx, i) = read_rtx_1 (infile, mode_maps);
1573 XVEC (return_rtx, i) = 0;
1606 XVEC (return_rtx, i) = return_vec;
1626 XSTR (return_rtx, i) = (format_ptr[i] == 'S' ? NULL : "");
1644 && (GET_CODE (return_rtx)
1463 rtx return_rtx; local
[all...]
H A Dfunction.h232 rtx return_rtx;
509 #define current_function_return_rtx (cfun->return_rtx)
231 rtx return_rtx; local
H A Dfunction.c336 f->return_rtx = NULL;

Completed in 117 milliseconds