Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c77 unsigned e_mask; /* Partitioning of element loops (when tiling). */ member
536 unsigned e_mask = tree_to_uhwi (gimple_call_arg (call, 4)); in oacc_xform_tile() local
542 gcc_assert (!(e_mask in oacc_xform_tile()
549 e_mask = 0; in oacc_xform_tile()
551 if (!e_mask) in oacc_xform_tile()
564 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in oacc_xform_tile()
566 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_WORKER)) in oacc_xform_tile()
1134 tree e_mask_arg = build_int_cst (unsigned_type_node, loop->e_mask); in oacc_loop_process()
1160 unsigned mask = loop->mask | loop->e_mask; in oacc_loop_process()
1239 if ((outer->mask | outer->e_mask) & this_mask) in oacc_loop_fixed_partitions()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc80 unsigned e_mask; /* Partitioning of element loops (when tiling). */ member
762 unsigned e_mask = tree_to_uhwi (gimple_call_arg (call, 4)); in oacc_xform_tile() local
768 gcc_assert (!(e_mask in oacc_xform_tile()
775 e_mask = 0; in oacc_xform_tile()
777 if (!e_mask) in oacc_xform_tile()
790 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in oacc_xform_tile()
792 if (e_mask & GOMP_DIM_MASK (GOMP_DIM_WORKER)) in oacc_xform_tile()
1392 tree e_mask_arg = build_int_cst (unsigned_type_node, loop->e_mask); in oacc_loop_process()
1421 unsigned mask = loop->mask | loop->e_mask; in oacc_loop_process()
1512 if ((outer->mask | outer->e_mask) & this_mask) in oacc_loop_fixed_partitions()
[all …]
H A DChangeLog-201738017 stmts, add e_mask field.
38021 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_util.c430 ep->e_mask = 0; in new_ether_if()
442 if (ep->e_mask & m) { in set_ether_if()
446 ep->e_mask |= m; in set_ether_if()
H A Dfsi_data.h115 int e_mask; member
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_linux.c280 if ((richace->e_mask & in translate_richacl()
365 richace->e_mask = 0; in set_richacl()
417 richace->e_mask |= acl_nfs4_perm_map[i].p_perm; in set_richacl()
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_nfs4.c493 perms = acl_permset_to_bitmap(richace->e_mask) | in acl_match()