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

  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-def.h 151 int simd; /* ISA_EXT_SIMD_ */ member in struct:loongarch_isa
161 base (0), fpu (0), simd (0), evolution (0), evolution_set (0)
165 loongarch_isa simd_ (int _simd) { simd = _simd; return *this; }
loongarch-opts.cc 146 int cpu_arch, int cpu_tune, int fpu, int simd,
157 target->isa.simd = simd;
185 int arch, tune, fpu, simd, abi_base, abi_ext, cmodel, member in struct:__anon13344
191 M_OPT_ABSENT (target->isa.simd) ? 0 : 1,
310 int simd_base = (constrained.arch ? t.isa.simd :
311 (with_default_simd ? DEFAULT_ISA_EXT_SIMD : t.isa.simd));
313 t.isa.simd = constrained.simd ? target->isa.simd : simd_base
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_debugfs.c 694 * Bits 23..30: CU/{WGP+SIMD} selector
696 * Bits 37..44: SIMD ID selector
708 uint32_t offset, se, sh, cu, wave, simd, data[32]; local
719 simd = (*pos & GENMASK_ULL(44, 37)) >> 37;
731 adev->gfx.funcs->read_wave_data(adev, simd, wave, data, &x);
772 * Bits 28..35: CU/{WGP+SIMD} selector
774 * Bits 37..44: SIMD ID selector
787 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; local
798 simd = (*pos & GENMASK_ULL(51, 44)) >> 44;
816 adev->gfx.funcs->read_wave_vgprs(adev, simd, wave, thread, offset, size>>2, data)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 204 bool simd = gimple_omp_for_kind (for_stmt) == GF_OMP_FOR_KIND_SIMD; local
214 fd->have_nowait = distribute || simd;
475 if (simd
853 && !simd
1234 { "simd",
1502 /* If there is no simd, assume it is ok after IPA,
1753 #pragma omp declare simd on it, some simd clones
1761 if (lookup_attribute ("omp declare simd", attrs))
1811 /* Compare construct={simd} CLAUSES1 with CLAUSES2, return 0/-1/1/2 a
    [all...]
tree-inline.cc 2494 && !lookup_attribute ("omp simd array", DECL_ATTRIBUTES (var)))
4233 machine_mode simd = targetm.vectorize.preferred_simd_mode (inner);
4236 int simd_mode_size = estimated_poly_value (GET_MODE_SIZE (simd));
5016 /* When inlining into an OpenMP SIMD-on-SIMT loop, arrange for new automatic
4232 machine_mode simd = targetm.vectorize.preferred_simd_mode (inner); local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 192 bool simd = gimple_omp_for_kind (for_stmt) == GF_OMP_FOR_KIND_SIMD; local
202 fd->have_nowait = distribute || simd;
454 if (simd
823 && !simd
1016 else if (!strcmp (sel, "simd"))
1304 /* If there is no simd, assume it is ok after IPA,
1555 #pragma omp declare simd on it, some simd clones
1563 if (lookup_attribute ("omp declare simd", attrs))
1613 /* Compare construct={simd} CLAUSES1 with CLAUSES2, return 0/-1/1/2 a
    [all...]
tree-inline.cc 2478 && !lookup_attribute ("omp simd array", DECL_ATTRIBUTES (var)))
4197 machine_mode simd = targetm.vectorize.preferred_simd_mode (inner);
4200 int simd_mode_size = estimated_poly_value (GET_MODE_SIZE (simd));
4984 /* When inlining into an OpenMP SIMD-on-SIMT loop, arrange for new automatic
4196 machine_mode simd = targetm.vectorize.preferred_simd_mode (inner); local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 1402 bool simd;
1401 bool simd; member in struct:c_omp_directive
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 1269 bool simd;
1268 bool simd; member in struct:c_omp_directive
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1 /* Builtins' description for AArch64 SIMD architecture.
500 #include "aarch64-simd-builtins.def"
515 normal simd intrinsics. */
575 #include "aarch64-simd-builtins.def"
683 #include "aarch64-simd-builtin-types.def"
721 #include "aarch64-simd-builtin-types.def"
786 if (tree attr = lookup_attribute ("Advanced SIMD type", attrs))
956 = tree_cons (get_identifier ("Advanced SIMD type"), value,
1118 for fcmla we can't use the standard simd builtin expansion code, but we
1346 /* Enable AARCH64_FL_* flags EXTRA_FLAGS on top of the base Advanced SIMD
1369 aarch64_simd_switcher simd; local
1785 aarch64_simd_switcher simd; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 2575 /* Return 1 if there is no conflict in SIMD register between operand
7500 bool simd = is_cpu (t, CpuKL) || is_cpu (t, CpuWideKL);
7507 simd = true;
7510 if (j >= t->operands && simd)
7570 /* Check for data size prefix on VEX/XOP/EVEX encoded, SIMD, and
10073 /* Certain SIMD insns have their load forms specified in the opcode
10310 operand sizes are allowed. Also limit this to non-SIMD operand sizes
7496 bool simd = is_cpu (t, CpuKL) || is_cpu (t, CpuWideKL); local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 2526 /* Return 1 if there is no conflict in SIMD register between operand
7338 bool simd = is_cpu (t, CpuKL) || is_cpu (t, CpuWideKL);
7345 simd = true;
7348 if (j >= t->operands && simd)
7405 /* Check for data size prefix on VEX/XOP/EVEX encoded and SIMD insns. */
9906 /* Certain SIMD insns have their load forms specified in the opcode
10143 operand sizes are allowed. Also limit this to non-SIMD operand sizes
7334 bool simd = is_cpu (t, CpuKL) || is_cpu (t, CpuWideKL); local
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1 /* Builtins' description for AArch64 SIMD architecture.
523 aarch64-simd-builtins.def does not easily allow us to have a pre-mode
542 #include "aarch64-simd-builtins.def"
557 normal simd intrinsics. */
679 /* Hold information about how to declare SIMD intrinsics. */
725 #include "aarch64-simd-builtins.def"
733 /* SIMD intrinsic builtins. */
871 #include "aarch64-simd-builtin-types.def"
935 if (tree attr = lookup_attribute ("Advanced SIMD type", attrs))
1120 = tree_cons (get_identifier ("Advanced SIMD type"), value
1551 aarch64_simd_switcher simd; local
2051 aarch64_simd_switcher simd; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 8250 tree simd = omp_get_context_selector (ctx, OMP_TRAIT_SET_CONSTRUCT,
8252 if (simd)
8254 TREE_VALUE (simd)
8256 OMP_TS_PROPERTIES (simd));
8257 /* FIXME, adjusting simd args unimplemented. */
10958 /* Adjust "omp declare simd" attributes. */
10959 tree ods = lookup_attribute ("omp declare simd", *attrlist);
10964 attr = lookup_attribute ("omp declare simd", TREE_CHAIN (attr)))
8238 tree simd = omp_get_context_selector (ctx, OMP_TRAIT_SET_CONSTRUCT, local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 6035 simd-construct
6036 for-simd-construct
6040 parallel-for-simd-construct
6053 simd-construct:
6054 simd-directive iteration-statements
6056 for-simd-construct:
6057 for-simd-directive iteration-statements
6068 parallel-for-simd-construct:
6069 parallel-for-simd-directive iteration-statement
12898 else if (!strcmp ("simd", p)
20603 bool simd = false; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 7885 tree simd = omp_get_context_selector (ctx, "construct", "simd");
7886 if (simd)
7888 TREE_VALUE (simd)
7890 TREE_VALUE (simd));
7891 /* FIXME, adjusting simd args unimplemented. */
10479 /* Adjust "omp declare simd" attributes. */
10480 tree ods = lookup_attribute ("omp declare simd", *attrlist);
10485 attr = lookup_attribute ("omp declare simd", TREE_CHAIN (attr)))
7873 tree simd = omp_get_context_selector (ctx, "construct", "simd"); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 6719 if (flag_openmp || dir->simd)
6812 if (!flag_openmp && !v->dir->simd)
6895 && (strcmp (directive[1], "simd") == 0
7499 simd-construct
7500 for-simd-construct
7504 parallel-for-simd-construct
7517 simd-construct:
7518 simd-directive iteration-statements
7520 for-simd-construct:
7521 for-simd-directive iteration-statement
23668 bool simd = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1587 unsigned simd:1, threads:1, doacross_source:1, depend_source:1, destroy:1; member in struct:gfc_omp_clauses
1641 /* Node in the linked list used for storing !$omp declare simd constructs. */
1646 locus where; /* Where the !$omp declare simd construct occurred. */
2217 /* Linked list of !$omp declare simd constructs. */
3257 /* SIMD clause enum. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1533 unsigned simd:1, threads:1, depend_source:1, destroy:1, order_concurrent:1; member in struct:gfc_omp_clauses
1584 /* Node in the linked list used for storing !$omp declare simd constructs. */
1589 locus where; /* Where the !$omp declare simd construct occurred. */
2138 /* Linked list of !$omp declare simd constructs. */
3136 /* SIMD clause enum. */

Completed in 136 milliseconds