OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mask_all
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc
1460
unsigned
mask_all
= 0;
local
1504
mask_all
|= GOMP_DIM_MASK (GOMP_DIM_MAX);
1564
mask_all
|= this_mask;
1591
mask_all
|= loop->inner;
1595
mask_all
|= oacc_loop_fixed_partitions (loop->sibling, outer_mask);
1597
return
mask_all
;
1727
unsigned
mask_all
= oacc_loop_fixed_partitions (loop, outer_mask);
local
1729
if (
mask_all
& GOMP_DIM_MASK (GOMP_DIM_MAX))
1731
mask_all
^= GOMP_DIM_MASK (GOMP_DIM_MAX);
1732
mask_all
|= oacc_loop_auto_partitions (loop, outer_mask, false)
[
all
...]
omp-offload.cc
1460
unsigned
mask_all
= 0;
local
1504
mask_all
|= GOMP_DIM_MASK (GOMP_DIM_MAX);
1564
mask_all
|= this_mask;
1591
mask_all
|= loop->inner;
1595
mask_all
|= oacc_loop_fixed_partitions (loop->sibling, outer_mask);
1597
return
mask_all
;
1727
unsigned
mask_all
= oacc_loop_fixed_partitions (loop, outer_mask);
local
1729
if (
mask_all
& GOMP_DIM_MASK (GOMP_DIM_MAX))
1731
mask_all
^= GOMP_DIM_MASK (GOMP_DIM_MAX);
1732
mask_all
|= oacc_loop_auto_partitions (loop, outer_mask, false)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
omp-offload.cc
1490
unsigned
mask_all
= 0;
local
1534
mask_all
|= GOMP_DIM_MASK (GOMP_DIM_MAX);
1594
mask_all
|= this_mask;
1621
mask_all
|= loop->inner;
1625
mask_all
|= oacc_loop_fixed_partitions (loop->sibling, outer_mask);
1627
return
mask_all
;
1757
unsigned
mask_all
= oacc_loop_fixed_partitions (loop, outer_mask);
local
1759
if (
mask_all
& GOMP_DIM_MASK (GOMP_DIM_MAX))
1761
mask_all
^= GOMP_DIM_MASK (GOMP_DIM_MAX);
1762
mask_all
|= oacc_loop_auto_partitions (loop, outer_mask, false)
[
all
...]
omp-offload.cc
1490
unsigned
mask_all
= 0;
local
1534
mask_all
|= GOMP_DIM_MASK (GOMP_DIM_MAX);
1594
mask_all
|= this_mask;
1621
mask_all
|= loop->inner;
1625
mask_all
|= oacc_loop_fixed_partitions (loop->sibling, outer_mask);
1627
return
mask_all
;
1757
unsigned
mask_all
= oacc_loop_fixed_partitions (loop, outer_mask);
local
1759
if (
mask_all
& GOMP_DIM_MASK (GOMP_DIM_MAX))
1761
mask_all
^= GOMP_DIM_MASK (GOMP_DIM_MAX);
1762
mask_all
|= oacc_loop_auto_partitions (loop, outer_mask, false)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
19917
unsigned HOST_WIDE_INT
mask_all
= HOST_WIDE_INT_1U;
local
19919
mask_all
= -1;
19921
mask_all
= (HOST_WIDE_INT_1U << n_elts) - 1;
19922
mask = ~mask &
mask_all
;
i386-expand.cc
19917
unsigned HOST_WIDE_INT
mask_all
= HOST_WIDE_INT_1U;
local
19919
mask_all
= -1;
19921
mask_all
= (HOST_WIDE_INT_1U << n_elts) - 1;
19922
mask = ~mask &
mask_all
;
Completed in 77 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026