Home
last modified time | relevance | path

Searched refs:consumer (Results 1 – 25 of 159) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.c469 n7_consumed_by_ii_dep_p (rtx_insn *consumer, rtx def_reg) in n7_consumed_by_ii_dep_p() argument
473 switch (get_attr_type (consumer)) in n7_consumed_by_ii_dep_p()
477 if (movd44_even_dep_p (consumer, def_reg)) in n7_consumed_by_ii_dep_p()
480 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p()
484 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p()
488 use_rtx = extract_mac_non_acc_rtx (consumer); in n7_consumed_by_ii_dep_p()
496 if (divmod_p (consumer)) in n7_consumed_by_ii_dep_p()
497 use_rtx = SET_SRC (parallel_element (consumer, 0)); in n7_consumed_by_ii_dep_p()
499 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p()
504 if (post_update_insn_p (consumer)) in n7_consumed_by_ii_dep_p()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-pipelines-auxiliary.cc469 n7_consumed_by_ii_dep_p (rtx_insn *consumer, rtx def_reg) in n7_consumed_by_ii_dep_p() argument
473 switch (get_attr_type (consumer)) in n7_consumed_by_ii_dep_p()
477 if (movd44_even_dep_p (consumer, def_reg)) in n7_consumed_by_ii_dep_p()
480 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p()
484 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p()
488 use_rtx = extract_mac_non_acc_rtx (consumer); in n7_consumed_by_ii_dep_p()
496 if (divmod_p (consumer)) in n7_consumed_by_ii_dep_p()
497 use_rtx = SET_SRC (parallel_element (consumer, 0)); in n7_consumed_by_ii_dep_p()
499 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p()
504 if (post_update_insn_p (consumer)) in n7_consumed_by_ii_dep_p()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common.c106 arm_get_set_operands (rtx producer, rtx consumer, in arm_get_set_operands() argument
111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer), in arm_get_set_operands()
225 arm_early_load_addr_dep (rtx producer, rtx consumer) in arm_early_load_addr_dep() argument
229 if (!arm_get_set_operands (producer, consumer, &value, &addr)) in arm_early_load_addr_dep()
239 arm_early_load_addr_dep_ptr (rtx producer, rtx consumer) in arm_early_load_addr_dep_ptr() argument
242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_load_addr_dep_ptr()
257 arm_no_early_alu_shift_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_dep() argument
262 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_dep()
275 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_value_dep() argument
280 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_value_dep()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common.cc106 arm_get_set_operands (rtx producer, rtx consumer, in arm_get_set_operands() argument
111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer), in arm_get_set_operands()
225 arm_early_load_addr_dep (rtx producer, rtx consumer) in arm_early_load_addr_dep() argument
229 if (!arm_get_set_operands (producer, consumer, &value, &addr)) in arm_early_load_addr_dep()
239 arm_early_load_addr_dep_ptr (rtx producer, rtx consumer) in arm_early_load_addr_dep_ptr() argument
242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_load_addr_dep_ptr()
257 arm_no_early_alu_shift_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_dep() argument
262 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_dep()
275 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_value_dep() argument
280 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_value_dep()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.h37 Engine.consumer.enterContext(L, R); in Context()
41 Engine.consumer.exitContext(); in ~Context()
59 DifferenceEngine(Consumer &consumer) in DifferenceEngine() argument
60 : consumer(consumer), globalValueOracle(nullptr) {} in DifferenceEngine()
65 consumer.log(text); in log()
68 return LogBuilder(consumer, text); in logf()
70 Consumer& getConsumer() const { return consumer; } in getConsumer()
84 Consumer &consumer;
H A DDiffLog.h29 Consumer *consumer; variable
40 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder()
42 : consumer(L.consumer), Format(L.Format), in LogBuilder()
44 L.consumer = nullptr; in LogBuilder()
64 Consumer &consumer; variable
67 DiffLogBuilder(Consumer &c) : consumer(c) {} in DiffLogBuilder()
H A DDiffLog.cpp20 if (consumer) in ~LogBuilder()
21 consumer->logf(*this); in ~LogBuilder()
29 DiffLogBuilder::~DiffLogBuilder() { consumer.logd(*this); } in ~DiffLogBuilder()
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc509 static void generate(MyASTConsumer &consumer, SourceManager &SM) in generate() argument
514 gen = new python_generator(SM, consumer.exported_types, in generate()
515 consumer.exported_functions, consumer.functions); in generate()
517 gen = new plain_cpp_generator(SM, consumer.exported_types, in generate()
518 consumer.exported_functions, consumer.functions); in generate()
520 gen = new plain_cpp_generator(SM, consumer.exported_types, in generate()
521 consumer.exported_functions, consumer.functions, true); in generate()
523 gen = new cpp_conversion_generator(SM, consumer.exported_types, in generate()
524 consumer.exported_functions, consumer.functions); in generate()
526 gen = new template_cpp_generator(SM, consumer.exported_types, in generate()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4373.txt145 consumer.
147 The term "consumer" applies to an LDAP server that consumes (i.e.,
157 operations to be performed by the consumer. Except for the fact that
178 extended operation to a consumer as a notification that a stream of
182 StartLBURPRequest. The consumer responds to the StartLBURPRequest
187 After the consumer responds with a StartLBURPResponse, the supplier
188 sends a stream of LBURPUpdateRequest messages to the consumer.
190 the efficiency of the transfer. The consumer responds to each
199 the consumer to process LBURPUpdateRequest messages in the order they
201 The consumer processes each LBURPUpdateRequest according to the
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dreplication.sdf21 {{consumer}}: A provider can accept external write operations and make them
24 provider/consumer roles are quite fluid: replication updates received in a
25 consumer can be further propagated by that consumer to other servers, so a
26 consumer can also act simultaneously as a provider. Also, a consumer need not
37 short, is a consumer-side replication engine that enables the
38 consumer {{TERM:LDAP}} server to maintain a shadow copy of a
39 {{TERM:DIT}} fragment. A syncrepl engine resides at the consumer
46 short) as the consumer synchronization protocol. LDAP Sync provides
49 In pull-based replication the consumer periodically
50 polls the provider for updates. In push-based replication the consumer
[all …]
H A Dslapdconfig.sdf159 16384 (0x4000 sync) syncrepl consumer processing
325 perform" error. If set on a consumer, modifications sent by
434 This directive specifies the current database as a consumer of the
436 replication consumer site running a syncrepl replication engine.
438 specified by the {{EX:provider}} parameter. The consumer database is
444 {{EX:syncrepl}} directive within the replication consumer server,
456 Note that the syncrepl uses a consumer-initiated protocol, and hence its
457 specification is located on the consumer.
459 The content of the syncrepl consumer is defined using a search
460 specification as its result set. The consumer slapd will
[all …]
H A Dconfig.sdf49 {{consumer}} (or {{shadow}}) are syncrepl consumers. An example
50 provider-consumer configuration is shown in figure 3.3. Multi-Provider
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c1044 struct gmac_rxdb *consumer = rxq->rxq_consumer; in bcmeth_rxq_consume() local
1049 if (consumer == rxq->rxq_producer) { in bcmeth_rxq_consume()
1056 if (consumer == rxq->rxq_first + currdscr) { in bcmeth_rxq_consume()
1059 bcmeth_rxq_desc_postsync(sc, rxq, consumer, 1); in bcmeth_rxq_consume()
1074 KASSERTMSG(rxsts != BCMETH_RCVMAGIC, "currdscr=%u consumer=%zd", in bcmeth_rxq_consume()
1075 currdscr, consumer - rxq->rxq_first); in bcmeth_rxq_consume()
1091 if (++consumer == rxq->rxq_last) { in bcmeth_rxq_consume()
1092 consumer = rxq->rxq_first; in bcmeth_rxq_consume()
1094 KASSERTMSG(consumer != rxq->rxq_first + currdscr, in bcmeth_rxq_consume()
1096 "consumer in bcmeth_rxq_consume()
1602 struct gmac_txdb *consumer = txq->txq_consumer; bcmeth_txq_consume() local
[all...]
/netbsd-src/sys/dev/ic/
H A Daic6915.c623 int consumer, producer, txidx; in sf_txintr() local
628 consumer = CQCI_TxCompletionConsumerIndex_get(cqci); in sf_txintr()
632 if (consumer == producer) in sf_txintr()
635 while (consumer != producer) { in sf_txintr()
636 SF_CDTXCSYNC(sc, consumer, BUS_DMASYNC_POSTREAD); in sf_txintr()
637 tcd = le32toh(sc->sc_txcomp[consumer].tcd_word0); in sf_txintr()
658 consumer = SF_NEXTTCD(consumer); in sf_txintr()
672 CQCI_TxCompletionConsumerIndex(consumer)); in sf_txintr()
691 int consumer, producer, bufproducer, rxidx, len; in sf_rxintr() local
696 consumer = CQCI_RxCompletionQ1ConsumerIndex_get(cqci); in sf_rxintr()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest086-delta-consumer-config181 olcSuffix: cn=consumer-accesslog
183 olcRootDN: cn=consumer,cn=config
249 olcSuffix: cn=config,cn=consumer
250 olcRootDN: cn=config,cn=consumer
265 olcAccessLogDB: cn=consumer-accesslog
270 dn: cn=config,cn=consumer
275 dn: olcDatabase={0}config,cn=config,cn=consumer
415 dn: cn=module,cn=config,cn=consumer
449 dn: olcDatabase={1}$BACKEND,cn=config,cn=consumer
H A Dtest059-consumer-config138 olcSuffix: cn=config,cn=consumer
139 olcRootDN: cn=config,cn=consumer
149 dn: cn=config,cn=consumer
154 dn: olcDatabase={0}config,cn=config,cn=consumer
293 dn: cn=module,cn=config,cn=consumer
327 dn: olcDatabase={1}$BACKEND,cn=config,cn=consumer
H A Ddefines.sh109 DSRCONSUMERCONF=$DATADIR/slapd-deltasync-consumer.conf
115 R1SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-refresh1.conf
116 R2SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-refresh2.conf
117 P1SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist1.conf
118 P2SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist2.conf
119 P3SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist3.conf
123 REFCONSUMERCONF=$DATADIR/slapd-ref-consumer.conf
157 RCONSUMERCONF=$DATADIR/slapd-repl-consumer-remote.conf
158 PLSRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist-ldap.conf
/netbsd-src/sys/arch/powerpc/booke/dev/
H A Dpq3etsec.c1617 volatile struct rxbd *consumer = rxq->rxq_consumer; in pq3etsec_rxq_consume() local
1623 if (consumer == rxq->rxq_producer) { in pq3etsec_rxq_consume()
1624 rxq->rxq_consumer = consumer; in pq3etsec_rxq_consume()
1629 pq3etsec_rxq_desc_postsync(sc, rxq, consumer, 1); in pq3etsec_rxq_consume()
1630 const uint16_t rxbd_flags = consumer->rxbd_flags; in pq3etsec_rxq_consume()
1632 rxq->rxq_consumer = consumer; in pq3etsec_rxq_consume()
1638 KASSERT(rxq->rxq_mbufs[consumer - rxq->rxq_first] == rxq->rxq_mconsumer); in pq3etsec_rxq_consume()
1643 consumer - rxq->rxq_first, rxbd_flags, consumer->rxbd_len, in pq3etsec_rxq_consume()
1653 consumer in pq3etsec_rxq_consume()
2163 volatile struct txbd *consumer = txq->txq_consumer; pq3etsec_txq_consume() local
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-loop-interchange.cc134 gimple *consumer; member
286 || (stmt == re->producer || stmt == re->consumer)) in find_reduction_by_stmt()
414 gimple *producer, *consumer; in classify_simple_reduction() local
436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer); in classify_simple_reduction()
437 if (!consumer in classify_simple_reduction()
438 || !gimple_store_p (consumer)) in classify_simple_reduction()
441 re->fini_ref = gimple_get_lhs (consumer); in classify_simple_reduction()
442 re->consumer = consumer; in classify_simple_reduction()
794 find_deps_in_bb_for_stmt (gimple_seq *stmts, basic_block bb, gimple *consumer) in find_deps_in_bb_for_stmt() argument
807 worklist.safe_push (consumer); in find_deps_in_bb_for_stmt()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-loop-interchange.cc134 gimple *consumer; member
286 || (stmt == re->producer || stmt == re->consumer)) in find_reduction_by_stmt()
414 gimple *producer, *consumer; in classify_simple_reduction() local
436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer); in classify_simple_reduction()
437 if (!consumer in classify_simple_reduction()
438 || !gimple_store_p (consumer)) in classify_simple_reduction()
441 re->fini_ref = gimple_get_lhs (consumer); in classify_simple_reduction()
442 re->consumer = consumer; in classify_simple_reduction()
794 find_deps_in_bb_for_stmt (gimple_seq *stmts, basic_block bb, gimple *consumer) in find_deps_in_bb_for_stmt() argument
807 worklist.safe_push (consumer); in find_deps_in_bb_for_stmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp163 auto consumer = std::make_unique<PCHGenerator>( in createChainedIncludesSource() local
167 consumer->GetASTMutationListener()); in createChainedIncludesSource()
168 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
H A Dtest009-ignored-replication60 mkdir $DBDIR4 $TESTDIR/confdir-consumer
68 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
H A Dtest007-transformed-replication46 mkdir $DBDIR4 $TESTDIR/confdir-consumer
54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
H A Dtest008-ignored-replication46 mkdir $DBDIR4 $TESTDIR/confdir-consumer
54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DHashTable.rst15 a consumer to read a list of values and reconstruct the hash table on the fly.
19 value type is a uint32. The only requirement is that the producer and consumer

1234567