Searched defs:simd (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 623 uint32_t offset, se, sh, cu, wave, simd, data[32]; in amdgpu_debugfs_wave_read() local 695 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
|
H A D | gfx_v9_0.c | 1090 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind() 1100 static void wave_read_regs(struct amdgpu_device *adev, uint32_t simd, in wave_read_regs() 1115 static void gfx_v9_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v9_0_read_wave_data() 1135 static void gfx_v9_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t simd, in gfx_v9_0_read_wave_sgprs() 1144 static void gfx_v9_0_read_wave_vgprs(struct amdgpu_device *adev, uint32_t simd, in gfx_v9_0_read_wave_vgprs()
|
H A D | gfx_v8_0.c | 5489 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind() 5499 static void wave_read_regs(struct amdgpu_device *adev, uint32_t simd, in wave_read_regs() 5514 static void gfx_v8_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v8_0_read_wave_data() 5538 static void gfx_v8_0_read_wave_sgprs(struct amdgpu_device *adev, uint32_t simd, in gfx_v8_0_read_wave_sgprs()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-general.c | 128 bool simd = gimple_omp_for_kind (for_stmt) & GF_OMP_FOR_SIMD; in omp_extract_for_data() local
|
H A D | omp-grid.c | 1038 gomp_for *simd = as_a <gomp_for *> (stmt); in grid_eliminate_combined_simd_part() local
|
H A D | tree-inline.c | 3829 machine_mode simd = targetm.vectorize.preferred_simd_mode (inner); in estimate_move_cost() local
|
H A D | omp-low.c | 6498 bool simd = omp_find_clause (gimple_omp_ordered_clauses (ord_stmt), in lower_omp_ordered() local
|
H A D | gimplify.c | 7427 omp_is_private (struct gimplify_omp_ctx *ctx, tree decl, int simd) in omp_is_private()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-inline.c | 3309 enum machine_mode simd in estimate_move_cost() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 16667 bool simd = false; in c_parser_omp_distribute() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 36119 bool simd = false; in cp_parser_omp_distribute() local
|