Searched refs:PARALLEL (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
H A Dregmove.c178 else if (GET_CODE (tmp) == PARALLEL)
2179 || GET_CODE (PATTERN (insn)) != PARALLEL)
H A Dsched-deps.c811 if (GET_CODE (dest) == PARALLEL)
1152 else if (code == PARALLEL)
H A Dcselib.c1276 in a PARALLEL. Since it's fairly cheap, use a really large number. */
1303 else if (GET_CODE (body) == PARALLEL)
1305 /* Look through the PARALLEL and record the values being
H A Dcse.c1876 case PARALLEL:
4940 else if (GET_CODE (x) == PARALLEL)
6579 else if (GET_CODE (x) == PARALLEL)
6810 /* A PARALLEL can have lots of SETs in it,
6812 if (INSN_P (p) && GET_CODE (PATTERN (p)) == PARALLEL)
7473 else if (GET_CODE (PATTERN (insn)) == PARALLEL)
H A Dstmt.c995 If there is more than one, put them inside a PARALLEL. */
1035 store the bare ASM_OPERANDS into the PARALLEL. */
1561 if (GET_CODE (return_reg) == PARALLEL)
1738 || (GET_CODE (result_rtl) == PARALLEL)))
H A Dbt-load.c564 if (GET_CODE (pat) == PARALLEL)
H A Dpostreload.c117 else if (GET_CODE (body) == PARALLEL)
136 /* If every action in a PARALLEL is a noop, we can delete
137 the entire PARALLEL. */
H A Dgcse.c1831 Single sets in a PARALLEL could be handled, but it's an extra complication
1833 are also in the PARALLEL. Later.
1854 else if (GET_CODE (pat) == PARALLEL)
2372 else if (GET_CODE (pat) == PARALLEL)
4243 case PARALLEL:
4255 case the PARALLEL will have a single set. */
H A Ddwarf2out.c1112 if (GET_CODE (insn) == PARALLEL)
1141 else if (GET_CODE (PATTERN (insn)) == PARALLEL
1517 /* If RTX_FRAME_RELATED_P is set on a PARALLEL, process each member of
1518 the PARALLEL independently. The first element is always processed if
1522 if (GET_CODE (expr) == PARALLEL || GET_CODE (expr) == SEQUENCE)
8737 gcc_assert (GET_CODE (regs) == PARALLEL);
9104 if (GET_CODE (XEXP (rtl, 1)) != PARALLEL)
9113 case PARALLEL:
H A Dbb-reorder.c1575 else if (GET_CODE (PATTERN (old_jump)) == PARALLEL)
H A Dcfgcleanup.c360 if (GET_CODE (pat) == PARALLEL)
H A Dglobal.c867 if (GET_CODE (PATTERN (insn)) == PARALLEL && multiple_sets (insn))
H A Dhaifa-sched.c429 if (GET_CODE (pat) == PARALLEL)
1645 if (GET_CODE (x) == PARALLEL)
H A Dreload.c2103 else if (GET_CODE (x) == PARALLEL)
6963 else if (GET_CODE (pat) == PARALLEL)
7196 if (GET_CODE (PATTERN (insn)) == PARALLEL)
H A Dcfgrtl.c2749 || (GET_CODE (PATTERN (insn)) == PARALLEL
H A Drtl.h303 /* 1 in a REG or PARALLEL that is the current function's return value.
352 PARALLEL expressions. */
994 (RTL_FLAG_CHECK2("REG_FUNCTION_VALUE_P", (RTX), REG, PARALLEL)->return_val)
H A Dvar-tracking.c461 else if (GET_CODE (PATTERN (insn)) == PARALLEL
H A Dsimplify-rtx.c2551 gcc_assert (GET_CODE (trueop1) == PARALLEL);
2564 gcc_assert (GET_CODE (trueop1) == PARALLEL);
H A Dreload1.c1351 if (GET_CODE (pat) != PARALLEL)
2231 case PARALLEL:
2235 at their initial offsets. We want the first field for PARALLEL
3139 PARALLEL that was only recognized as single_set due to
3182 must be as part of a PARALLEL, since the code above handles
3262 cause spurious re-recognition if the old move had a PARALLEL since
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4414 so we never return a PARALLEL. */
5086 /* For the darwin64 ABI, we want to construct a PARALLEL consisting of
5211 doesn't support PARALLEL anyway.
5472 PARALLEL, perhaps using more than one register type, this function
5473 returns the number of bytes used by the first element of the PARALLEL. */
10577 if (GET_CODE (x) != PARALLEL)
10585 if (GET_CODE (x) != PARALLEL)
11361 /* Generate XLC-compatible TFmode compare as PARALLEL with extra
13868 if (GET_CODE (pat) == PARALLEL)
14069 /* We expect that 'real' is either a SET or a PARALLEL containin
[all...]
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c3197 go ahead and use it. Otherwise we have to build a PARALLEL instead. */
3733 /* Otherwise figure out the entries of the PARALLEL. */
4888 if (GET_CODE (set) == PARALLEL)
10078 if (GET_CODE (set) == PARALLEL)
14044 if (GET_CODE (set) == PARALLEL)
14112 else if (GET_CODE (PATTERN (dep_insn)) == PARALLEL
14150 if (GET_CODE (addr) == PARALLEL)
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c4432 /* An empty PARALLEL is invalid here, but the return value
5615 case PARALLEL:
5719 /* VEC_SELECT's second argument is a PARALLEL with integers that
5721 always constants. Avoid walking the PARALLEL so that we don't
9082 case PARALLEL:
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.c3451 else if (GET_CODE (result) == PARALLEL && XVECLEN (result, 0) == 2)
3915 /* Now handle the special case by returning a PARALLEL
8181 to handle PARALLEL return values here. */

Completed in 580 milliseconds

12