HomeSort by: relevance | last modified time | path
    Searched refs:tgt_start (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/
target.c 294 chunks[i].end ending offset relative to tgt->tgt_start device address
318 /* Add region with device tgt_start relative offset and length to CBUF.
391 uintptr_t doff = (uintptr_t) d - cbuf->tgt->tgt_start;
641 (void *) (oldn->tgt->tgt_start
651 (void *) (oldn->tgt->tgt_start + oldn->tgt_offset
698 (void *) (tgt->tgt_start + target_offset),
721 = n->tgt->tgt_start + n->tgt_offset + cur_node.host_start;
727 gomp_copy_host2dev (devicep, aq, (void *) (tgt->tgt_start + target_offset),
838 uintptr_t devptr = n->tgt->tgt_start + n->tgt_offset + attach_to
854 (void *) (n->tgt->tgt_start + n->tgt_offset))
3296 uintptr_t tgt_start; member in struct:gomp_splay_tree_rev_lookup_data
3306 uintptr_t tgt_start = key->tgt->tgt_start + key->tgt_offset; local
    [all...]
oacc-mem.c 59 if (d >= key->tgt->tgt_start && d + s <= key->tgt->tgt_end)
150 void *offset = d - k->tgt->tgt_start + k->tgt_offset;
271 d = n->tgt->tgt_start + n->tgt_offset + offset;
309 offset = d - n->tgt->tgt_start + n->tgt_offset;
507 void *d = (void *) (n->tgt->tgt_start + n->tgt_offset + hostaddr
580 d = (void *) tgt->tgt_start;
724 void *d = (void *) (n->tgt->tgt_start + n->tgt_offset
884 d = (void *) (n->tgt->tgt_start + n->tgt_offset
oacc-parallel.c 307 void **devaddrs = (void **) tgt->tgt_start;
libgomp.h 1211 /* Offset from tgt->tgt_start to the start of the target object. */
1308 uintptr_t tgt_start; member in struct:target_mem_desc
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 254 chunks[i].end ending offset relative to tgt->tgt_start device address
278 /* Add region with device tgt_start relative offset and length to CBUF.
375 uintptr_t doff = (uintptr_t) d - cbuf->tgt->tgt_start;
594 (void *) (oldn->tgt->tgt_start
604 (void *) (oldn->tgt->tgt_start + oldn->tgt_offset
651 (void *) (tgt->tgt_start + target_offset),
674 = n->tgt->tgt_start + n->tgt_offset + cur_node.host_start;
680 gomp_copy_host2dev (devicep, aq, (void *) (tgt->tgt_start + target_offset),
791 uintptr_t devptr = n->tgt->tgt_start + n->tgt_offset + attach_to
821 data = tn->tgt->tgt_start + tn->tgt_offset + target - tn->host_start
    [all...]
oacc-mem.c 59 if (d >= key->tgt->tgt_start && d + s <= key->tgt->tgt_end)
150 void *offset = d - k->tgt->tgt_start + k->tgt_offset;
271 d = n->tgt->tgt_start + n->tgt_offset + offset;
309 offset = d - n->tgt->tgt_start + n->tgt_offset;
512 void *d = (void *) (n->tgt->tgt_start + n->tgt_offset + hostaddr
584 d = (void *) tgt->tgt_start;
711 void *d = (void *) (n->tgt->tgt_start + n->tgt_offset
871 d = (void *) (n->tgt->tgt_start + n->tgt_offset
libgomp.h 1045 uintptr_t tgt_start; member in struct:target_mem_desc
1115 /* Offset from tgt->tgt_start to the start of the target object. */

Completed in 47 milliseconds