Lines Matching refs:cond
25 int x, cond, fp, rd, lin, step, map; in target_s_has_device_addr() local
45 #pragma omp target simd if(cond) firstprivate(fp) reduction(+:rd) linear(lin: step) has_device_addr… in target_s_has_device_addr()
51 int x, cond, fp, rd, map; in target_t_l_has_device_addr() local
68 #pragma omp target teams loop if(cond) firstprivate(fp) reduction(+:rd) has_device_addr(map) in target_t_l_has_device_addr()
74 int x, cond, fp, rd, map; in target_p_l_has_device_addr() local
75 #pragma omp target parallel loop if(cond) firstprivate(fp) reduction(+:rd) has_device_addr(map) in target_p_l_has_device_addr()
134 int x, cond, fp, rd, lin, step, map; in xxx() local
170 #pragma omp parallel if(cond) firstprivate(fp) reduction(min:rd) in xxx()
185 #pragma omp parallel sections if(cond) firstprivate(fp) reduction(&&:rd) in xxx()
212 : argc) if(cond) firstprivate(fp) reduction(-:rd) in xxx()
229 #pragma omp target parallel if(cond) firstprivate(fp) reduction(+:rd) map(to:map) in xxx()
246 #pragma omp target teams if(cond) firstprivate(fp) reduction(+:rd) map(tofrom:map) in xxx()
252 #pragma omp target update to(x) if(target update:cond) in xxx()
266 #pragma omp task if(cond) firstprivate(fp) in xxx()
297 int x, cond, fp, rd, lin, step, map; in dpf() local
312 #pragma omp distribute parallel for if(parallel:cond) firstprivate(fp) reduction(+:rd) in dpf()
319 int x, cond, fp, rd, lin, step, map; in dpfs() local
334 #pragma omp distribute parallel for simd if(cond) firstprivate(fp) reduction(-:rd) in dpfs()
341 int x, cond, fp, rd, lin, step, map; in ds() local
358 int x, cond, fp, rd, lin, step, map; in for_fn() local
378 int x, cond, fp, rd, lin, step, map; in fs() local
398 int x, cond, fp, rd, lin, step, map; in ord() local
419 int x, cond, fp, rd, lin, step, map; in pf() local
437 #pragma omp parallel for if(cond) firstprivate(fp) reduction(&:rd) linear(lin: step) in pf()
444 int x, cond, fp, rd, lin, step, map; in pfs() local
462 #pragma omp parallel for simd if(cond) firstprivate(fp) reduction(|:rd) linear(lin: step) in pfs()
469 int x, cond, fp, rd, lin, step, map; in simd() local
489 int x, cond, fp, rd, lin, step, map; in tpf() local
510 #pragma omp target parallel for if(parallel:cond) firstprivate(fp) reduction(max:rd) linear(lin: st… in tpf()
517 int x, cond, fp, rd, lin, step, map; in tpfs() local
538 #pragma omp target parallel for simd if(target:cond) firstprivate(fp) reduction(*:rd) linear(lin: s… in tpfs()
545 int x, cond, fp, rd, lin, step, map; in ts() local
565 #pragma omp target simd if(cond) firstprivate(fp) reduction(+:rd) linear(lin: step) map(alloc:map) in ts()
572 int x, cond, fp, rd, lin, step, map; in ttd() local
589 #pragma omp target teams distribute if(cond) firstprivate(fp) reduction(+:rd) map(alloc:map) in ttd()
596 int x, cond, fp, rd, lin, step, map; in ttdpf() local
613 #pragma omp target teams distribute parallel for if(cond) firstprivate(fp) reduction(+:rd) map(allo… in ttdpf()
620 int x, cond, fp, rd, lin, step, map; in ttdpfs() local
637 #pragma omp target teams distribute parallel for simd if(parallel:cond) firstprivate(fp) reduction(… in ttdpfs()
644 int x, cond, fp, rd, lin, step, map; in ttds() local
662 #pragma omp target teams distribute simd if(cond) firstprivate(fp) reduction(+:rd) map(map) in ttds()
669 int x, cond, fp, rd, lin, step, map; in tl() local
686 #pragma omp taskloop if(cond) firstprivate(fp) reduction(+:rd) in tl()
693 int x, cond, fp, rd, lin, step, map; in maskedtaskloop() local
710 #pragma omp masked taskloop if(cond) firstprivate(fp) reduction(+:rd) in maskedtaskloop()
717 int x, cond, fp, rd, lin, step, map; in parallelmaskedtaskloop() local
734 #pragma omp parallel masked taskloop if(cond) firstprivate(fp) reduction(+:rd) in parallelmaskedtaskloop()
741 int x, cond, fp, rd, lin, step, map; in parallelmaskedtasksimdloop() local
758 #pragma omp parallel masked taskloop simd if(cond) firstprivate(fp) reduction(+:rd) in parallelmaskedtasksimdloop()
765 int x, cond, fp, rd, lin, step, map; in tls() local
785 #pragma omp taskloop simd if(cond) firstprivate(fp) reduction(+:rd) linear(lin: step) in tls()
792 int x, cond, fp, rd, lin, step, map; in maskedtaskloopsimd() local
812 #pragma omp masked taskloop simd if(cond) firstprivate(fp) reduction(+:rd) linear(lin: step) in maskedtaskloopsimd()
819 int x, cond, fp, rd, lin, step, map; in tdpf() local
841 #pragma omp teams distribute parallel for if(cond) firstprivate(fp) reduction(+:rd) in tdpf()
848 int x, cond, fp, rd, lin, step, map; in tdpfs() local
870 #pragma omp teams distribute parallel for simd if(cond) firstprivate(fp) reduction(+:rd) in tdpfs()
877 int x, cond, fp, rd, lin, step, map; in tds() local
902 int x, cond, fp, rd, lin, step, map; in teamsloop() local
927 int x, cond, fp, rd, map; in targetteamsloop() local
944 #pragma omp target teams loop if(cond) firstprivate(fp) reduction(+:rd) map(alloc:map) in targetteamsloop()
951 int x, cond, fp, rd; in parallelloop() local
966 #pragma omp parallel loop if(cond) firstprivate(fp) reduction(&:rd) in parallelloop()
973 int x, cond, fp, rd, map; in targetparallelloop() local
990 #pragma omp target parallel loop if(cond) firstprivate(fp) reduction(+:rd) map(alloc:map) in targetparallelloop()