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

12

/freebsd-12-stable/tests/sys/kern/
H A Dkern_descrip_test.c47 #define PARALLEL 4 macro
118 for (i = 0; i < PARALLEL; i++)
120 openfiles2(n / PARALLEL);
121 while (done != PARALLEL)
/freebsd-12-stable/contrib/gcc/
H A Drtl-error.c52 else if (GET_CODE (body) == PARALLEL
55 else if (GET_CODE (body) == PARALLEL
H A Dgenemit.c40 previously-allocated PARALLEL expression. */
541 || (GET_CODE (next) == PARALLEL
549 || (GET_CODE (next) == PARALLEL
552 || (GET_CODE (next) == PARALLEL
563 || GET_CODE (next) == PARALLEL)
655 || (GET_CODE (next) == PARALLEL
662 || (GET_CODE (next) == PARALLEL
665 || (GET_CODE (next) == PARALLEL
675 || GET_CODE (next) == PARALLEL)
697 /* Write a function, `add_clobbers', that is given a PARALLEL o
[all...]
H A Djump.c835 PARALLEL.
845 if (GET_CODE (x) != PARALLEL)
880 the first set in a PARALLEL. */
881 if (GET_CODE (pat) == PARALLEL)
890 possibly bundled inside a PARALLEL. */
1025 if (GET_CODE (x) == PARALLEL)
1269 if (GET_CODE (pat) == PARALLEL)
1644 if (GET_CODE (PATTERN (jump)) == PARALLEL)
H A Dfunction.c1836 /* If we have something other than a REG (e.g. a PARALLEL), then assume
2306 else if (GET_CODE (data->entry_parm) == PARALLEL
2387 if (GET_CODE (entry_parm) == PARALLEL)
2409 else if (GET_CODE (entry_parm) == PARALLEL
2475 if (GET_CODE (data->entry_parm) == PARALLEL)
2504 if (GET_CODE (entry_parm) == PARALLEL)
2509 if (GET_CODE (entry_parm) == PARALLEL
2567 if (REG_P (entry_parm) || GET_CODE (entry_parm) == PARALLEL)
2582 else if (GET_CODE (entry_parm) == PARALLEL)
2590 if (GET_CODE (entry_parm) == PARALLEL)
[all...]
H A Drecog.c344 if (GET_CODE (pat) == PARALLEL
495 if (GET_CODE (x) == PARALLEL)
726 else if (GET_CODE (pat) == PARALLEL)
1409 case PARALLEL:
1540 else if (GET_CODE (body) == PARALLEL
1583 else if (GET_CODE (body) == PARALLEL
2049 case PARALLEL:
3362 single_set. OUT_INSN must be either a single_set or a PARALLEL with
3388 gcc_assert (GET_CODE (out_pat) == PARALLEL);
3441 gcc_assert (GET_CODE (out_pat) == PARALLEL);
[all...]
H A Dsched-vis.c561 case PARALLEL:
660 if (GET_CODE (x) == PARALLEL)
H A Dgenrecog.c41 PARALLEL of the appropriate size, copy the initial entries, and
391 && i != PARALLEL
928 case PARALLEL:
992 code = PARALLEL;
1018 && pred->singleton != PARALLEL)
1021 "does not allow only PARALLEL", pred->name);
2525 is set nonzero, the caller should allocate a PARALLEL of the\n\
2570 x = rtx_alloc (PARALLEL);
2591 x = rtx_alloc (PARALLEL);
2627 /* If this is a DEFINE_INSN and X is a PARALLEL, se
[all...]
H A Dcalls.c61 PARALLEL if the arg is to be copied into multiple non-contiguous
68 /* If REG is a PARALLEL, this is a copy of VALUE pulled into the correct
686 if (GET_CODE (args[i].reg) == PARALLEL)
1096 by the PARALLEL, but also to pass it in the stack. */
1097 if (args[i].reg && GET_CODE (args[i].reg) == PARALLEL
1555 if (GET_CODE (reg) == PARALLEL)
1573 if (GET_CODE (reg) == PARALLEL)
1662 if (GET_CODE (reg) == PARALLEL)
2738 if return type is void. Disable for PARALLEL return values, because
2744 bool failed = valreg == 0 || GET_CODE (valreg) == PARALLEL;
[all...]
H A Drtlanal.c707 case PARALLEL:
927 if (GET_CODE (pat) == PARALLEL)
983 /* Only a PARALLEL can have multiple SETs. */
984 if (GET_CODE (PATTERN (insn)) == PARALLEL)
1061 if (GET_CODE (pat) == PARALLEL)
1316 case PARALLEL:
1363 /* If we have a PARALLEL, SET_DEST is a list of EXPR_LIST expressions,
1365 if (GET_CODE (dest) == PARALLEL)
1375 else if (GET_CODE (x) == PARALLEL)
1403 case PARALLEL
[all...]
H A Dgensupport.c824 XEXP (pattern, 1) = rtx_alloc (PARALLEL);
868 XEXP (pattern, 1) = rtx_alloc (PARALLEL);
1388 && code != PARALLEL
H A Dloop-doloop.c97 if (GET_CODE (pattern) != PARALLEL)
H A Dcombine.c1161 or a PARALLEL consisting of such a SET and CLOBBERs.
1177 else if (GET_CODE (PATTERN (insn)) == PARALLEL
1204 && GET_CODE (PATTERN (i3)) == PARALLEL)
1356 if (GET_CODE (PATTERN (i3)) == PARALLEL)
1454 of a PARALLEL of the pattern. We validate that it is valid for combining.
1569 else if (GET_CODE (x) == PARALLEL)
1891 not handle. Namely, the case where I1 is zero, I2 is a PARALLEL
1910 && GET_CODE (PATTERN (i2)) == PARALLEL
2116 if (i1 == 0 && GET_CODE (PATTERN (i2)) == PARALLEL
2237 rtx. If I2 is a PARALLEL, w
[all...]
H A Dsee.c679 if (GET_CODE (PATTERN (extension)) == PARALLEL)
728 if (GET_CODE (PATTERN (extension)) == PARALLEL)
1415 if (code == PARALLEL)
2780 if (code == PARALLEL)
3414 that is part of a PARALLEL instruction are not handled.
3466 if (GET_CODE (PATTERN (prev_insn)) == PARALLEL
3495 PARALLEL insns too. */
H A Ddf-scan.c1192 /* We may recursively call ourselves on EXPR_LIST when dealing with PARALLEL
1201 if (GET_CODE (dst) == PARALLEL)
1272 else if (code == PARALLEL)
1359 case PARALLEL:
H A Dexpr.c1572 /* Generate a PARALLEL rtx for a new non-consecutive group of registers from
1574 a PARALLEL. The clone is identical to the original except in that the
1584 gcc_assert (GET_CODE (orig) == PARALLEL);
1617 gcc_assert (GET_CODE (dst) == PARALLEL);
1765 where DST is non-consecutive registers represented by a PARALLEL.
1789 PARALLEL. This can later be fed to emit_group_move to get things
1801 /* Convert the vector to look just like the original PARALLEL, except
1820 non-consecutive groups of registers, each represented by a PARALLEL. */
1827 gcc_assert (GET_CODE (src) == PARALLEL
1828 && GET_CODE (dst) == PARALLEL
[all...]
H A Dreg-stack.c507 if (GET_CODE (body) == PARALLEL)
664 case PARALLEL:
814 PARALLEL of two patterns: each pattern moves one reg to the other.
921 PARALLEL of two patterns: each pattern moves one reg to the other.
2036 if (GET_CODE (body) == PARALLEL)
2287 if (GET_CODE (PATTERN (insn)) == PARALLEL)
H A Dsched-rgn.c1523 if (GET_CODE (reg) == PARALLEL)
1611 if (GET_CODE (reg) == PARALLEL)
1668 else if (GET_CODE (PATTERN (insn)) == PARALLEL)
1693 else if (GET_CODE (PATTERN (insn)) == PARALLEL)
H A Dstruct-equiv.c644 case PARALLEL:
645 /* If this is a top-level PATTERN PARALLEL, we expect the caller to
646 have handled the SET_DESTs. A complex or vector PARALLEL can be
752 else if (GET_CODE (x) == PARALLEL)
969 PARALLEL. */
H A Demit-rtl.c932 else if (GET_CODE (parm_rtx) == PARALLEL)
970 if (GET_CODE (x) == PARALLEL)
1004 if (GET_CODE (x) == PARALLEL)
4594 if (GET_CODE (PATTERN (insn)) == PARALLEL && multiple_sets (insn))
4643 if (GET_CODE (x) == PARALLEL)
H A Dflow.c2422 CLOBBER or USE that's inside a PARALLEL doesn't make the insn
2424 else if (code == PARALLEL)
2497 If this is a PARALLEL, find the call within it. */
2499 if (GET_CODE (call_pat) == PARALLEL)
2686 case PARALLEL:
2735 actually be a REG, it may also be a SUBREG, PARALLEL, etc.) is
2753 case PARALLEL:
4150 if (GET_CODE (dest) == PARALLEL)
H A Dlocal-alloc.c847 else if (GET_CODE (PATTERN (insn)) == PARALLEL)
2176 if (GET_CODE (PATTERN (this_insn)) == PARALLEL
H A Dregclass.c2329 PARALLEL in a SET_DEST. This is added to max_parallel. */
2348 if (GET_CODE (pat) == PARALLEL
2433 /* For a PARALLEL, record the number of things (less the usual one for a
2435 if (GET_CODE (dest) == PARALLEL)
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.c5560 if (GET_CODE (body) == PARALLEL && XVECLEN (body, 0) > 0)
5607 if (GET_CODE (body) == PARALLEL && XVECLEN (body, 0))
5743 if (GET_CODE (pat) == PARALLEL
11694 if (GET_CODE (body) == PARALLEL && XVECLEN (body, 0) > 0)
11857 else if (GET_CODE (scanbody) == PARALLEL)
11878 || GET_CODE (scanbody) == PARALLEL)
15067 if (GET_CODE (value) == PARALLEL)
15072 if (GET_CODE (addr) == PARALLEL)
15092 if (GET_CODE (value) == PARALLEL)
15097 if (GET_CODE (op) == PARALLEL)
[all...]
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.c458 if (GET_CODE (PATTERN (insn)) == PARALLEL)
4832 if (GET_CODE (pat) == PARALLEL)
4858 else if (GET_CODE (dep_rtx) == PARALLEL)
5047 if (GET_CODE (pat) == PARALLEL && XVECLEN (pat, 0) > 2)
5452 && GET_CODE (PATTERN (insn)) == PARALLEL
6021 if (GET_CODE (pat) == PARALLEL && XVECLEN (pat, 0) > 2)
6034 else if (GET_CODE (pat) == PARALLEL
7027 of the PARALLEL is always treated as if it had the flag
8985 if (GET_CODE (PATTERN (insn)) == PARALLEL
9046 if (GET_CODE (PATTERN (insn)) == PARALLEL
[all...]

Completed in 518 milliseconds

12