Home
last modified time | relevance | path

Searched refs:REFCOUNT_INFINITY (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-mem.c414 n->refcount = REFCOUNT_INFINITY; in acc_map_data()
463 else if (n->refcount != REFCOUNT_INFINITY) in acc_unmap_data()
473 if (tgt->refcount == REFCOUNT_INFINITY) in acc_unmap_data()
522 if (n->refcount != REFCOUNT_INFINITY) in goacc_map_var_existing()
685 if (n->refcount != REFCOUNT_INFINITY
694 if (n->refcount != REFCOUNT_INFINITY)
700 if (n->refcount != REFCOUNT_INFINITY)
1132 if (n->refcount != REFCOUNT_INFINITY) in goacc_enter_data_internal()
1153 assert (n->refcount != REFCOUNT_INFINITY in goacc_enter_data_internal()
H A Dtarget.c387 if (oldn->refcount != REFCOUNT_INFINITY) in gomp_map_vars_existing()
1211 if (k->refcount != REFCOUNT_INFINITY) in gomp_map_vars_internal()
1456 if (k->refcount > 1 && k->refcount != REFCOUNT_INFINITY) in gomp_unmap_vars_internal()
1604 tgt->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()
1620 k->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()
1654 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()
2375 if (k->refcount > 0 && k->refcount != REFCOUNT_INFINITY) in gomp_exit_data()
2379 && k->refcount != REFCOUNT_INFINITY) in gomp_exit_data()
2933 k->refcount = REFCOUNT_INFINITY; in omp_target_associate_ptr()
2972 && n->refcount == REFCOUNT_INFINITY in omp_target_disassociate_ptr()
H A Dlibgomp.h984 #define REFCOUNT_INFINITY (~(uintptr_t) 0) macro
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-mem.c414 n->refcount = REFCOUNT_INFINITY; in acc_map_data()
463 else if (n->refcount != REFCOUNT_INFINITY) in acc_unmap_data()
473 if (tgt->refcount == REFCOUNT_INFINITY) in acc_unmap_data()
522 if (n->refcount != REFCOUNT_INFINITY) in goacc_map_var_existing()
685 if (n->refcount != REFCOUNT_INFINITY
694 if (n->refcount != REFCOUNT_INFINITY)
700 if (n->refcount != REFCOUNT_INFINITY)
1132 if (n->refcount != REFCOUNT_INFINITY) in goacc_enter_data_internal()
1153 assert (n->refcount != REFCOUNT_INFINITY in goacc_enter_data_internal()
H A Dtarget.c436 if (k == NULL || k->refcount == REFCOUNT_INFINITY) in gomp_increment_refcount()
480 if (k == NULL || k->refcount == REFCOUNT_INFINITY) in gomp_decrement_refcount()
1138 assert (n->refcount == REFCOUNT_INFINITY); in gomp_map_vars_internal()
2121 tgt->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()
2137 k->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()
2171 k->refcount = is_link_var ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()
3623 k->refcount = REFCOUNT_INFINITY; in omp_target_associate_ptr()
3662 && n->refcount == REFCOUNT_INFINITY in omp_target_disassociate_ptr()
H A Dlibgomp.h1068 #define REFCOUNT_INFINITY (REFCOUNT_SPECIAL | 0) macro
H A DChangeLog2045 (REFCOUNT_INFINITY): Adjust definition to use REFCOUNT_SPECIAL.
4744 REFCOUNT_INFINITY on target blocks.
4939 reference counting for structured 'REFCOUNT_INFINITY'. Add some
5050 (acc_unmap_data): Add error case for 'REFCOUNT_INFINITY'.
10993 (REFCOUNT_INFINITY): Define.
11090 Don't bump refcount if REFCOUNT_INFINITY. Handle
11106 REFCOUNT_INFINITY.