HomeSort by: relevance | last modified time | path
    Searched defs:openacc (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/accel/
openacc.f90 0 ! OpenACC Runtime Library Definitions.
30 ! Wrapper functions will be built from openacc.f90. We use a separate file
31 ! here, because for using ../../openacc.f90, implementations are required for
42 ! When adding items, also update 'public' setting in 'module openacc' below.
80 module openacc module
98 end module openacc
  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
openacc.f90 0 ! OpenACC Runtime Library Definitions.
30 ! Wrapper functions will be built from openacc.f90. We use a separate file
31 ! here, because for using ../../openacc.f90, implementations are required for
42 ! When adding items, also update 'public' setting in 'module openacc' below.
80 module openacc module
98 end module openacc
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
openacc.f90 0 ! OpenACC Runtime Library Definitions.
30 ! Wrapper functions will be built from openacc.f90. We use a separate file
31 ! here, because for using ../../openacc.f90, implementations are required for
79 module openacc module
90 end module openacc
  /src/external/gpl3/gcc/dist/libgomp/
openacc.f90 0 ! OpenACC Runtime Library Definitions.
30 ! Keep in sync with config/accel/openacc.f90 and openacc_lib.h.
39 ! When adding items, also update 'public' setting in 'module openacc' below.
54 ! OpenACC 2.6/2.7/3.0 used acc_device_property; in a spec update the
763 module openacc module
843 ! acc_async_wait is an OpenACC 1.0 compatibility name for acc_wait.
856 ! acc_async_wait_all is an OpenACC 1.0 compatibility name for acc_wait_all.
892 ! arguments for "size"; the OpenACC standard only permits default-kind
1085 end module openacc
libgomp.h 27 part of the official OpenACC or OpenMP user interfaces. There are
1144 /* True if this is for OpenACC 'attach'. */
1200 Only used for OpenACC. */
1391 /* Capabilities of device (supports OpenACC, OpenMP). */
1428 /* Current state of the device. OpenACC allows to move from INITIALIZED state
1433 /* OpenACC-specific data and functions. */
1435 acc_dispatch_t openacc; member in struct:gomp_device_descr
  /src/external/gpl3/gcc.old/dist/libgomp/
openacc.f90 0 ! OpenACC Runtime Library Definitions.
30 ! Keep in sync with config/accel/openacc.f90 and openacc_lib.h.
39 ! When adding items, also update 'public' setting in 'module openacc' below.
54 ! OpenACC 2.6/2.7/3.0 used acc_device_property; in a spec update the
763 module openacc module
840 ! acc_async_wait is an OpenACC 1.0 compatibility name for acc_wait.
853 ! acc_async_wait_all is an OpenACC 1.0 compatibility name for acc_wait_all.
878 ! arguments for "size"; the OpenACC standard only permits default-kind
1006 end module openacc
libgomp.h 27 part of the official OpenACC or OpenMP user interfaces. There are
1028 /* True if this is for OpenACC 'attach'. */
1104 Only used for OpenACC. */
1219 /* Capabilities of device (supports OpenACC, OpenMP). */
1253 /* Current state of the device. OpenACC allows to move from INITIALIZED state
1258 /* OpenACC-specific data and functions. */
1260 acc_dispatch_t openacc; member in struct:gomp_device_descr
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 5626 bool openacc = (ort & C_ORT_ACC) != 0;
5650 && (openacc || !EXPR_P (t))
5745 user_omp_clause_code_name (c, openacc));
7140 /* Ensure that pointers are used in OpenACC attach and detach clauses.
7149 /* OpenACC attach / detach clauses must be pointers. */
7186 bool openacc = (ort & C_ORT_ACC) != 0;
7219 if (openacc)
7468 && ((ort != C_ORT_OMP_DECLARE_SIMD && !openacc)
7493 else if ((openacc
7517 openacc
5625 bool openacc = (ort & C_ORT_ACC) != 0; local
7185 bool openacc = (ort & C_ORT_ACC) != 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 14148 bool openacc = (ort & C_ORT_ACC) != 0;
14270 user_omp_clause_code_name (c, openacc));
14962 /* Ensure that pointers are used in OpenACC attach and detach clauses.
14971 /* OpenACC attach / detach clauses must be pointers. */
15021 bool openacc = (ort & C_ORT_ACC) != 0;
15037 if (openacc)
15431 else if ((openacc && OMP_CLAUSE_CODE (c) == OMP_CLAUSE_REDUCTION)
15454 openacc
15477 if (openacc)
15545 if (openacc)
14107 bool openacc = (ort & C_ORT_ACC) != 0; local
14980 bool openacc = (ort & C_ORT_ACC) != 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 187 /* OpenACC variants. */
188 ORT_ACC = 0x100, /* A generic OpenACC region. */
7723 FIRSTPRIVATE and LASTPRIVATE. However, OpenACC permits
7807 /* For reductions clauses in OpenACC loop directives, by default create a
7823 /* According to the OpenACC spec, such a reduction variable
8045 /* Return string name for types of OpenACC constructs from ORT_* values. */
8164 error ("%qE not specified in enclosing OpenACC %qs construct",
8168 inform (ctx->location, "enclosing OpenACC %qs construct and",
8171 "enclosing OpenACC %qs construct with %qs clause",
8218 /* For OpenACC, defer expansion of value to avoid transferin
15094 bool openacc = TREE_CODE (*expr_p) == OACC_LOOP; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 168 /* OpenACC variants. */
169 ORT_ACC = 0x100, /* A generic OpenACC region. */
7293 FIRSTPRIVATE and LASTPRIVATE. However, OpenACC permits
7377 /* For reductions clauses in OpenACC loop directives, by default create a
7393 /* According to the OpenACC spec, such a reduction variable
7703 error ("%qE not specified in enclosing OpenACC %qs construct",
7705 inform (ctx->location, "enclosing OpenACC %qs construct", rkind);
7743 /* For OpenACC, defer expansion of value to avoid transfering
7785 /* For OpenACC, as remarked above, defer expansion. */
7861 /* Look in outer OpenACC contexts, to see if there's
12339 bool openacc = TREE_CODE (*expr_p) == OACC_LOOP; local
    [all...]

Completed in 64 milliseconds