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

/freebsd-12-stable/contrib/gcc/
H A Dcombine.c410 static rtx make_compound_operation (rtx, enum rtx_code);
4396 temp = make_compound_operation (XEXP (x, 0), MEM);
4683 the call to make_compound_operation in the SET case. */
5046 rtx t = make_compound_operation (true_rtx, SET);
5047 rtx f = make_compound_operation (false_rtx, SET);
5382 src = make_compound_operation (src, SET);
5619 The function make_compound_operation is called to convert an expression
6442 make_compound_operation (rtx x, enum rtx_code in_code)
6475 new = make_compound_operation (XEXP (x, 0), next_code);
6493 new = make_compound_operation (XEX
6417 make_compound_operation (rtx x, enum rtx_code in_code) function
[all...]

Completed in 182 milliseconds