| /src/external/gpl3/gcc/dist/gcc/ |
| cfgloop.h | 249 tree simduid; variable
|
| tree-vectorizer.cc | 193 /* For mapping simduid to vectorization factor. */ 198 unsigned int simduid; 209 return p->simduid; 215 return p1->simduid == p2->simduid; 218 /* This hash maps the OMP simd array to the corresponding simduid used 221 _7 = GOMP_SIMD_LANE (simduid.0) 228 simduid.0. */ 233 unsigned int simduid; 311 data.simduid = DECL_UID (SSA_NAME_VAR (arg)) 197 unsigned int simduid; member in class:simduid_to_vf 232 unsigned int simduid; member in struct:simd_array_to_simduid 349 unsigned int simduid; member in struct:note_simd_array_uses_struct [all...] |
| omp-offload.cc | 2547 tree simduid = gimple_call_arg (alloc_stmt, 0); 2548 gimple *enter_stmt = SSA_NAME_DEF_STMT (simduid); 2587 enter_stmt = gimple_build_assign (simduid, gimple_call_arg (enter_stmt, 0)); 2546 tree simduid = gimple_call_arg (alloc_stmt, 0); local
|
| tree-inline.cc | 3002 if (src_loop->simduid) 3004 dest_loop->simduid = remap_decl (src_loop->simduid, id); 4811 tree simduid; 5021 && (simduid = bb->loop_father->simduid) != NULL_TREE 5022 && (simduid = ssa_default_def (dst_cfun, simduid)) != NULL_TREE 5023 && single_imm_use (simduid, &use, &simtenter_stmt) 4810 tree simduid; local
|
| omp-expand.cc | 6450 tree simduid = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local 7139 if (simduid) 7141 loop->simduid = OMP_CLAUSE__SIMDUID__DECL (simduid); 7164 else if (simduid)
|
| omp-low.cc | 4905 /* Add a placeholder for simduid. */ 6829 uid = create_tmp_var (ptr_type_node, "simduid"); 6830 /* Don't want uninit warnings on simduid, it is always uninitialized, 7104 tree simduid = NULL, lastlane = NULL, simtcond = NULL, simtlast = NULL; 7138 simduid = omp_find_clause (orig_clauses, OMP_CLAUSE__SIMDUID_); 7139 if (simduid) 7140 simduid = OMP_CLAUSE__SIMDUID__DECL (simduid); 7199 if (simduid) 7263 if (!maybe_simt && simduid && DECL_HAS_VALUE_EXPR_P (new_var) 7103 tree simduid = NULL, lastlane = NULL, simtcond = NULL, simtlast = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgloop.h | 246 tree simduid; variable
|
| omp-offload.cc | 2517 tree simduid = gimple_call_arg (alloc_stmt, 0); 2518 gimple *enter_stmt = SSA_NAME_DEF_STMT (simduid); 2557 enter_stmt = gimple_build_assign (simduid, gimple_call_arg (enter_stmt, 0)); 2516 tree simduid = gimple_call_arg (alloc_stmt, 0); local
|
| tree-vectorizer.cc | 192 /* For mapping simduid to vectorization factor. */ 197 unsigned int simduid; 208 return p->simduid; 214 return p1->simduid == p2->simduid; 217 /* This hash maps the OMP simd array to the corresponding simduid used 220 _7 = GOMP_SIMD_LANE (simduid.0) 227 simduid.0. */ 232 unsigned int simduid; 310 data.simduid = DECL_UID (SSA_NAME_VAR (arg)) 196 unsigned int simduid; member in class:simduid_to_vf 231 unsigned int simduid; member in struct:simd_array_to_simduid 348 unsigned int simduid; member in struct:note_simd_array_uses_struct [all...] |
| tree-inline.cc | 2984 if (src_loop->simduid) 2986 dest_loop->simduid = remap_decl (src_loop->simduid, id); 4780 tree simduid; 4989 && (simduid = bb->loop_father->simduid) != NULL_TREE 4990 && (simduid = ssa_default_def (dst_cfun, simduid)) != NULL_TREE 4991 && single_imm_use (simduid, &use, &simtenter_stmt) 4779 tree simduid; local
|
| omp-expand.cc | 6355 tree simduid = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local 7050 if (simduid) 7052 loop->simduid = OMP_CLAUSE__SIMDUID__DECL (simduid); 7075 else if (simduid)
|
| omp-low.cc | 4947 /* Add a placeholder for simduid. */ 6871 uid = create_tmp_var (ptr_type_node, "simduid"); 6872 /* Don't want uninit warnings on simduid, it is always uninitialized, 7146 tree simduid = NULL, lastlane = NULL, simtcond = NULL, simtlast = NULL; 7180 simduid = omp_find_clause (orig_clauses, OMP_CLAUSE__SIMDUID_); 7181 if (simduid) 7182 simduid = OMP_CLAUSE__SIMDUID__DECL (simduid); 7241 if (simduid) 7305 if (!maybe_simt && simduid && DECL_HAS_VALUE_EXPR_P (new_var) 7145 tree simduid = NULL, lastlane = NULL, simtcond = NULL, simtlast = NULL; local [all...] |