HomeSort by: relevance | last modified time | path
    Searched defs:reads (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 38 int reads; member in struct:nvkm_timer_wait
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dma_buf.c 339 bool reads = (direction == DMA_BIDIRECTIONAL || local
342 if (!reads || !(domain & AMDGPU_GEM_DOMAIN_GTT))
  /src/external/bsd/nsd/dist/
mini_event.h 100 reads, member in struct:event_base
  /src/external/bsd/unbound/dist/util/
mini_event.h 115 reads, member in struct:event_base
  /src/external/gpl3/gcc/dist/gcc/
graphite-dependences.cc 67 reads are returned in READS and writes in MUST_WRITES and MAY_WRITES. */
70 scop_get_reads_and_writes (scop_p scop, isl_union_map *&reads,
90 reads = isl_union_map_union (reads, um);
93 fprintf (dump_file, "Reads depedence graph: ");
94 print_isl_union_map (dump_file, reads);
266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space)); local
269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes);
290 fprintf (dump_file, " reads: ")
    [all...]
graphite-scop-detection.cc 1368 add_read (vec<scalar_use> *reads, tree use, gimple *use_stmt)
1374 reads->safe_push (std::make_pair (use_stmt, use));
1410 vec<scalar_use> *reads)
1422 add_read (reads, use, use_stmt);
1433 vec<scalar_use> reads = vNULL; local
1457 build_cross_bb_scalars_use (scop, use, stmt, &reads);
1472 reads of the PHI destination. And to preserve SSA dependences
1475 add_read (&reads, res, phi);
1506 add_read (&reads, use, phi);
1520 /* For the region exit block add reads for all live-out vars. *
    [all...]
graphite-sese-to-poly.cc 677 vec<scalar_use> &reads = gbb->read_scalar_refs; local
697 FOR_EACH_VEC_ELT (reads, i, use)
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-dependences.cc 67 reads are returned in READS and writes in MUST_WRITES and MAY_WRITES. */
70 scop_get_reads_and_writes (scop_p scop, isl_union_map *&reads,
90 reads = isl_union_map_union (reads, um);
93 fprintf (dump_file, "Reads depedence graph: ");
94 print_isl_union_map (dump_file, reads);
266 isl_union_map *reads = isl_union_map_empty (isl_space_copy (space)); local
269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes);
290 fprintf (dump_file, " reads: ")
    [all...]
graphite-scop-detection.cc 1232 add_read (vec<scalar_use> *reads, tree use, gimple *use_stmt)
1238 reads->safe_push (std::make_pair (use_stmt, use));
1274 vec<scalar_use> *reads)
1286 add_read (reads, use, use_stmt);
1297 vec<scalar_use> reads = vNULL; local
1321 build_cross_bb_scalars_use (scop, use, stmt, &reads);
1336 reads of the PHI destination. And to preserve SSA dependences
1339 add_read (&reads, res, phi);
1370 add_read (&reads, use, phi);
1384 /* For the region exit block add reads for all live-out vars. *
    [all...]
graphite-sese-to-poly.cc 675 vec<scalar_use> &reads = gbb->read_scalar_refs; local
695 FOR_EACH_VEC_ELT (reads, i, use)
  /src/lib/libc/net/
rcmd.c 196 struct pollfd reads[2]; local
294 reads[0].fd = s;
295 reads[0].events = POLLIN;
296 reads[1].fd = s2;
297 reads[1].events = POLLIN;
299 pollr = poll(reads, 2, INFTIM);
300 if (pollr < 1 || (reads[1].revents & POLLIN) == 0) {
  /src/external/bsd/byacc/dist/
lalr.c 287 Value_t **reads; local
295 reads = NEW2(ngotos, Value_t *);
327 reads[i] = rp = NEW2(nedges + 1, Value_t);
341 digraph(reads);
345 if (reads[i])
346 FREE(reads[i]);
349 FREE(reads);
  /src/sys/arch/evbppc/nintendo/dev/
wiifb.c 723 u_int strides, reads; local
790 reads = (sc->sc_curmode->width * 2) / 32;
793 __SHIFTIN(reads, VI_PICCONF_READS));
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c 341 fd_set reads, writes, errors; local
344 FD_ZERO(&reads);
474 FD_SET(io->fd, &reads);
485 rv = select(nfds, &reads, &writes, &errors, &tv);
496 if (FD_ISSET(io->fd, &reads)) {
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 4890 HARD_REG_SET reads; member in struct:ilist
4985 (prev_insn->reads, iwrites))))
5016 back[oldest].reads = ireads;
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 6205 HARD_REG_SET reads; member in struct:ilist
6296 (prev_insn->reads, iwrites))))
6307 /* CDNA1: write VGPR before v_accvgpr_write reads it. */
6331 (prev_insn->reads, reg_class_contents[(int) AVGPR_REGS])
6364 back[oldest].reads = ireads;

Completed in 56 milliseconds