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

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c242 #define BARRIER() fpsetmask(0); f_x = f_one * f_one macro
270 BARRIER();
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_optimize.c87 BARRIER, /* the presence of the field puts the rule in it's own block */ enumerator in enum:__anon7067
111 PF_RULE_FIELD(label, BARRIER),
112 PF_RULE_FIELD(prob, BARRIER),
113 PF_RULE_FIELD(max_states, BARRIER),
114 PF_RULE_FIELD(max_src_nodes, BARRIER),
115 PF_RULE_FIELD(max_src_states, BARRIER),
116 PF_RULE_FIELD(max_src_conn, BARRIER),
117 PF_RULE_FIELD(max_src_conn_rate, BARRIER),
118 PF_RULE_FIELD(anchor, BARRIER), /* for now */
1417 if (pf_rule_desc[i].prf_type == BARRIER) {
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dcfgbuild.c81 case BARRIER:
132 case BARRIER:
497 case BARRIER:
H A Demit-rtl.c2437 case BARRIER:
2543 case BARRIER:
2612 case BARRIER:
3141 /* If we are splitting a JUMP_INSN, it might be followed by a BARRIER.
3370 INSN may be an INSN, JUMP_INSN, CALL_INSN, CODE_LABEL, BARRIER or NOTE. */
3748 case BARRIER:
3791 case BARRIER:
3834 case BARRIER:
3861 /* Make an insn of code BARRIER
3867 rtx insn = rtx_alloc (BARRIER);
[all...]
H A Dcfglayout.c98 case BARRIER:
983 case BARRIER:
H A Dresource.c129 backwards toward a BARRIER where the live register information is
137 /* Scan backwards to the previous BARRIER. Then see if we can find a
144 /* The closest BARRIER is too far away. */
470 case BARRIER:
645 case BARRIER:
865 We find the previous BARRIER and look at all immediately following labels
871 reg_renumber. (By starting at a label following a BARRIER, we are immune
H A Dprint-rtl.c162 /* When printing in VCG format we write INSNs, NOTE, LABEL, and BARRIER
758 case BARRIER:
H A Dsched-vis.c677 case BARRIER:
H A Drtl.h267 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
393 #define BARRIER_P(X) (GET_CODE (X) == BARRIER)
759 JUMP_INSN, BARRIER, SET)->frame_related)
764 CODE_LABEL, BARRIER, NOTE)->volatil)
H A Dfinal.c401 case BARRIER:
1846 case BARRIER:
H A Dreorg.c249 case BARRIER:
425 /* Otherwise, make a new label and emit a RETURN and BARRIER,
482 /* If INSN is followed by a BARRIER, delete the BARRIER since it will only
484 We will put the BARRIER back in later. */
575 /* If there used to be a BARRIER, put it back. */
937 case BARRIER:
938 /* A BARRIER can either be after a JUMP_INSN or a CALL_INSN. We
1847 /* Ensure that we reach a BARRIER before any insn or label. */
1869 BARRIER i
[all...]
H A Djump.c101 /* Some old code expects exactly one BARRIER as the NEXT_INSN of a
103 may have crept in, or the BARRIER may be separated from the last
1519 else if (code == BARRIER || INSN_P (next))
1569 we *do not* delete the BARRIER that follows,
H A Dcfgrtl.c2087 case BARRIER:
H A Dgengtype.c607 else if (i == BARRIER && aindex >= 3)
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h46 BARRIER, // Memory barrier.
H A DHexagonISelLowering.cpp1447 return DAG.getNode(HexagonISD::BARRIER, dl, MVT::Other, Op.getOperand(0));
2011 case HexagonISD::BARRIER: return "HexagonISD::BARRIER";
/freebsd-11.0-release/sys/arm/at91/
H A Dif_ate.c181 BARRIER(struct ate_softc *sc, bus_size_t off, bus_size_t len, int flags) function
1068 BARRIER(sc, ETH_CTL, 4, BUS_SPACE_BARRIER_WRITE);
1229 BARRIER(sc, ETH_TAR, 4, BUS_SPACE_BARRIER_WRITE);
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.c7938 gcc_assert (GET_CODE (from) != BARRIER);
8244 if (GET_CODE (insn) == BARRIER)
8275 while (fix && GET_CODE (fix->insn) == BARRIER)
8286 if (GET_CODE (ftmp->insn) == BARRIER)
8346 if (GET_CODE (ftmp->insn) != BARRIER
8358 if (GET_CODE (this_fix->insn) != BARRIER)
11657 if (GET_CODE (start_insn) == BARRIER)
11672 if (GET_CODE (start_insn) == BARRIER)
11770 case BARRIER:
11806 if (this_insn && GET_CODE (this_insn) == BARRIER)
[all...]
/freebsd-11.0-release/sys/dev/cadence/
H A Dif_cgem.c196 #define BARRIER(sc, off, len, flags) \ macro
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c5889 case BARRIER:
6078 if (GET_CODE (insn) == BARRIER)
8197 if (GET_CODE (insn) == BARRIER)
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c5944 if (GET_CODE (insn) == BARRIER)
6177 && barrier && GET_CODE (barrier) == BARRIER
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c15428 /* If the last insn was a BARRIER, we don't have to write anything except
15432 if (insn == 0 || GET_CODE (insn) != BARRIER)

Completed in 298 milliseconds