Home
last modified time | relevance | path

Searched defs:dims (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dworkitems.c381 int dims = dp->setup & 0x3; in phsa_spawn_work_items() local
441 int dims = dp->setup & 0x3; in phsa_execute_work_groups() local
654 int dims = dp->setup & 0x3; in __hsail_workitemid() local
677 int dims = dp->setup & 0x3; in __hsail_gridgroups() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.c1715 oacc_replace_fn_attrib_attr (tree attribs, tree dims) in oacc_replace_fn_attrib_attr()
1728 oacc_replace_fn_attrib (tree fn, tree dims) in oacc_replace_fn_attrib()
1746 tree dims[GOMP_DIM_MAX]; in oacc_set_fn_attrib() local
1951 tree dims = NULL_TREE; in oacc_build_routine_dims() local
1990 tree dims = TREE_VALUE (attrs); in oacc_get_fn_dim_size() local
H A Dgraphite-optimize-isl.c57 unsigned dims = isl_space_dim (space, isl_dim_set); in get_schedule_for_node_st() local
H A Domp-offload.c629 oacc_parse_default_dims (const char *dims) in oacc_parse_default_dims()
689 oacc_validate_dims (tree fn, tree attrs, int *dims, int level, unsigned used) in oacc_validate_dims()
1469 const int *ARG_UNUSED (dims), bool is_fork) in default_goacc_fork_join()
1609 int dims[GOMP_DIM_MAX]; in execute_oacc_device_lower() local
1771 default_goacc_validate_dims (tree ARG_UNUSED (decl), int *dims, in default_goacc_validate_dims()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-host.c142 unsigned *dims __attribute__ ((unused)), in host_openacc_exec()
153 unsigned *dims __attribute__ ((unused)), in host_openacc_async_exec()
H A Doacc-parallel.c118 unsigned dims[GOMP_DIM_MAX]; in GOACC_parallel_keyed() local
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-host.c142 unsigned *dims __attribute__ ((unused)), in host_openacc_exec()
153 unsigned *dims __attribute__ ((unused)), in host_openacc_async_exec()
H A Doacc-parallel.c118 unsigned dims[GOMP_DIM_MAX]; in GOACC_parallel_keyed() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-optimize-isl.cc57 unsigned dims = isl_space_dim (space, isl_dim_set); in get_schedule_for_node_st() local
H A Domp-offload.cc855 oacc_parse_default_dims (const char *dims) in oacc_parse_default_dims()
915 oacc_validate_dims (tree fn, tree attrs, int *dims, int level, unsigned used) in oacc_validate_dims()
1742 const int *ARG_UNUSED (dims), bool is_fork) in default_goacc_fork_join()
2064 int dims[GOMP_DIM_MAX]; in execute_oacc_loop_designation() local
2124 int dims[GOMP_DIM_MAX]; in execute_oacc_device_lower() local
2399 default_goacc_validate_dims (tree ARG_UNUSED (decl), int *dims, in default_goacc_validate_dims()
H A Domp-general.cc2667 oacc_replace_fn_attrib_attr (tree attribs, tree dims) in oacc_replace_fn_attrib_attr()
2680 oacc_replace_fn_attrib (tree fn, tree dims) in oacc_replace_fn_attrib()
2698 tree dims[GOMP_DIM_MAX]; in oacc_set_fn_attrib() local
2920 tree dims = NULL_TREE; in oacc_build_routine_dims() local
2959 tree dims = TREE_VALUE (attrs); in oacc_get_fn_dim_size() local
H A Domp-oacc-neuter-broadcast.cc1609 tree dims = TREE_VALUE (attr); in oacc_do_neutering() local
1908 int dims[GOMP_DIM_MAX]; in execute_omp_oacc_neuter_broadcast() local
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dproc.c830 setbound(v, nd, dims) in setbound() argument
H A Ddefs.h321 } dims[1]; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dmkoffload.c337 struct oaccdims *dims = XOBFINISH (&dims_os, struct oaccdims *); in process_asm() local
H A Dgcn.c4784 gcn_goacc_validate_dims (tree decl, int dims[], int fn_level, in gcn_goacc_validate_dims()
4892 gcn_fork_join (gcall *ARG_UNUSED (call), const int *ARG_UNUSED (dims), in gcn_fork_join()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c706 unsigned *dims, void *targ_mem_desc, in nvptx_exec()
1366 unsigned *dims, void *targ_mem_desc) in GOMP_OFFLOAD_openacc_exec()
1453 unsigned *dims, void *targ_mem_desc, in GOMP_OFFLOAD_openacc_async_exec()
H A Dplugin-gcn.c3221 void **devaddrs, unsigned *dims, void *targ_mem_desc, bool async, in gcn_exec()
3949 void **hostaddrs, void **devaddrs, unsigned *dims, in GOMP_OFFLOAD_openacc_exec()
3963 unsigned *dims, void *targ_mem_desc, in GOMP_OFFLOAD_openacc_async_exec()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c738 unsigned *dims, void *targ_mem_desc, in nvptx_exec()
1455 unsigned *dims, void *targ_mem_desc) in GOMP_OFFLOAD_openacc_exec()
1542 unsigned *dims, void *targ_mem_desc, in GOMP_OFFLOAD_openacc_async_exec()
H A Dplugin-gcn.c3026 void **devaddrs, unsigned *dims, void *targ_mem_desc, bool async, in gcn_exec()
3810 void **hostaddrs, void **devaddrs, unsigned *dims, in GOMP_OFFLOAD_openacc_exec()
3824 unsigned *dims, void *targ_mem_desc, in GOMP_OFFLOAD_openacc_async_exec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c1644 tree dims = TREE_VALUE (attr); in nvptx_expand_call() local
4816 tree dims = TREE_VALUE (attr); in populate_offload_attrs() local
5180 tree dims = attr ? TREE_VALUE (attr) : NULL_TREE; in nvptx_record_offload_symbol() local
5532 nvptx_apply_dim_limits (int dims[]) in nvptx_apply_dim_limits()
5593 nvptx_goacc_validate_dims_1 (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims_1()
5749 nvptx_goacc_validate_dims (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims()
5789 nvptx_goacc_fork_join (gcall *call, const int dims[], in nvptx_goacc_fork_join()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc1848 tree dims = TREE_VALUE (attr); in nvptx_expand_call() local
5288 tree dims = TREE_VALUE (attr); in populate_offload_attrs() local
5904 tree dims = attr ? TREE_VALUE (attr) : NULL_TREE; in nvptx_record_offload_symbol() local
6283 nvptx_apply_dim_limits (int dims[]) in nvptx_apply_dim_limits()
6344 nvptx_goacc_validate_dims_1 (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims_1()
6500 nvptx_goacc_validate_dims (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims()
6540 nvptx_goacc_fork_join (gcall *call, const int dims[], in nvptx_goacc_fork_join()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dmkoffload.cc635 struct oaccdims *dims = XOBFINISH (&dims_os, struct oaccdims *); in process_asm() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c758 int dims = 1; /* Only output one dimension at a time. */ in walk_tree_type_1() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c758 int dims = 1; /* Only output one dimension at a time. */ in walk_tree_type_1() local

12