OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_mask
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc
1459
unsigned
this_mask
= loop->mask;
local
1475
this_mask
= ((loop->flags >> OLF_DIM_BASE)
1481
= !seq_par &&
this_mask
== (tiling ?
this_mask
& -
this_mask
: 0);
1483
if ((
this_mask
!= 0) + auto_par + seq_par > 1)
1497
this_mask
= 0;
1508
if (
this_mask
& outer_mask)
1512
if ((outer->mask | outer->e_mask) &
this_mask
)
1539
this_mask
&= ~outer_mask
1624
unsigned
this_mask
= GOMP_DIM_MASK (GOMP_DIM_GANG);
local
1664
unsigned
this_mask
= 0;
local
[
all
...]
opts-common.cc
841
HOST_WIDE_INT
this_mask
= 0;
local
856
this_mask
|= e->values[i].value;
863
this_mask
= this_value;
867
mask |=
this_mask
;
opts.cc
3805
unsigned HOST_WIDE_INT
this_mask
= 0;
local
3810
this_mask
|= e->values[j].value;
3812
ASSERT_TRUE ((mask &
this_mask
) == 0);
3813
mask |=
this_mask
;
omp-low.cc
2664
unsigned
this_mask
= 0;
local
2682
this_mask
|= GOMP_DIM_MASK (GOMP_DIM_GANG);
2685
this_mask
|= GOMP_DIM_MASK (GOMP_DIM_WORKER);
2688
this_mask
|= GOMP_DIM_MASK (GOMP_DIM_VECTOR);
2703
if (has_seq && (
this_mask
|| has_auto))
2706
else if (has_auto &&
this_mask
)
2710
if (
this_mask
& outer_mask)
2715
return outer_mask |
this_mask
;
/src/external/gpl3/gcc/dist/gcc/
omp-offload.cc
1489
unsigned
this_mask
= loop->mask;
local
1505
this_mask
= ((loop->flags >> OLF_DIM_BASE)
1511
= !seq_par &&
this_mask
== (tiling ?
this_mask
& -
this_mask
: 0);
1513
if ((
this_mask
!= 0) + auto_par + seq_par > 1)
1527
this_mask
= 0;
1538
if (
this_mask
& outer_mask)
1542
if ((outer->mask | outer->e_mask) &
this_mask
)
1569
this_mask
&= ~outer_mask
1654
unsigned
this_mask
= GOMP_DIM_MASK (GOMP_DIM_GANG);
local
1694
unsigned
this_mask
= 0;
local
[
all
...]
opts-common.cc
863
HOST_WIDE_INT
this_mask
= 0;
local
878
this_mask
|= e->values[i].value;
885
this_mask
= this_value;
889
mask |=
this_mask
;
opts.cc
3975
unsigned HOST_WIDE_INT
this_mask
= 0;
local
3980
this_mask
|= e->values[j].value;
3982
ASSERT_TRUE ((mask &
this_mask
) == 0);
3983
mask |=
this_mask
;
omp-low.cc
2705
unsigned
this_mask
= 0;
local
2723
this_mask
|= GOMP_DIM_MASK (GOMP_DIM_GANG);
2726
this_mask
|= GOMP_DIM_MASK (GOMP_DIM_WORKER);
2729
this_mask
|= GOMP_DIM_MASK (GOMP_DIM_VECTOR);
2744
if (has_seq && (
this_mask
|| has_auto))
2747
else if (has_auto &&
this_mask
)
2751
if (
this_mask
& outer_mask)
2756
return outer_mask |
this_mask
;
Completed in 60 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026