Lines Matching refs:update

82   #pragma omp target update if(1+3-5) device(arg) from(gc) nowait  in foo()
87 #pragma omp target update to(la) if(1+3-4) in foo()
109 #pragma omp target update to(arg) if(arg) device(4) in foo()
131 #pragma omp target update from(lb) in foo()
165 #pragma omp target update to(gb.b[:3]) in foo()
207 #pragma omp target update from(b[1:3]) if(a>123) device(arg) in foo()
282 #pragma omp target update to(arg) if(arg) device(4) in no_target_devices()
328 #pragma omp target update from(arg) if(arg) device(4) in device_side_scan()
368 #pragma omp target update to(*B) in lvalue()
370 #pragma omp target update from(*B) in lvalue()
415 #pragma omp target update to(*(B+l)) in lvalue()
417 #pragma omp target update from(*(B+l)) in lvalue()
466 #pragma omp target update to((B+l)[l]) in lvalue()
468 #pragma omp target update from((B+l)[l]) in lvalue()
516 #pragma omp target update to((B+l)[1][2]) in lvalue()
518 #pragma omp target update from((B+l)[1][2]) in lvalue()
566 #pragma omp target update to(*(s->p)) in lvalue()
568 #pragma omp target update from(*(s->p)) in lvalue()
616 #pragma omp target update to(*(s->p+l)) in lvalue()
618 #pragma omp target update from(*(s->p+l)) in lvalue()
666 #pragma omp target update to((s->p+l)[3]) in lvalue()
668 #pragma omp target update from((s->p+l)[3]) in lvalue()
728 #pragma omp target update to(*(s->sp->p)) in lvalue()
730 #pragma omp target update from(*(s->sp->p)) in lvalue()
776 #pragma omp target update to(*(*(BB+a)+b)) in lvalue()
778 #pragma omp target update from(*(*(BB+a)+b)) in lvalue()
840 #pragma omp target update to(*(this->d+1)) in foo()
842 #pragma omp target update from(*(this->d+1)) in foo()
912 #pragma omp target update to(*(3+sap->p)) in lvalue_member()
914 #pragma omp target update from(*(3+sap->p)) in lvalue_member()
957 #pragma omp target update to(*(*i+f)) in lvalue_find_base()
959 #pragma omp target update from(*(*i+f)) in lvalue_find_base()
1016 #pragma omp target update to(*(sa->sa->i+*(1+sa->i+f))) in lvalue_find_base()
1018 #pragma omp target update from(*(sa->sa->i+*(1+sa->i+f))) in lvalue_find_base()
1068 #pragma omp target update to(([3][sa][4])f) in array_shaping()
1093 #pragma omp target update from(([sa][5])f) in array_shaping()
1139 #pragma omp target update to(present: lb) in check_present()
1156 #pragma omp target update from(present: lb) in check_present()
1230 #pragma omp target update to(arr[0:2][1:4]) in foo()
1305 #pragma omp target update to(dptr[0:2][1:3][0:4]) in foo()
1380 #pragma omp target update to(arr[0:2][1:3][0:4]) in foo()
1464 #pragma omp target update to(farr[0:2:2][1:2:1][0:2:arg]) in foo()
1542 #pragma omp target update to(darr[0:2:2][arg: :1][:2:arg]) in foo()
1644 #pragma omp target update to(arr[0:2][arg:][1:4], x, farr[0:2][1:2]) in foo()