| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| tree-ssa-live.cc | 955 if (loop->simduid && !is_used_p (loop->simduid)) 956 loop->simduid = NULL_TREE;
|
| ipa-icf-gimple.cc | 546 if (!compare_variable_decl (l1->simduid, l2->simduid)) 547 return return_false_with_msg ("simduid");
|
| 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
|
| cfgloop.h | 249 tree simduid; variable
|
| 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
|
| gimple-loop-interchange.cc | 1748 || loop->simduid != NULL_TREE)
|
| lto-streamer-in.cc | 1143 loop->simduid = stream_read_tree (ib, data_in);
|
| 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...] |
| tree-vect-loop.cc | 1110 if (loop_in->simduid 1116 && (loop_in->simduid 3724 enabled, SIMDUID is not set, it is the innermost loop and we have 3727 TODO: Enable epilogue vectorization for loops with SIMDUID set. */ 3735 && !loop->simduid); 12308 epilogue->simduid = loop->simduid;
|
| tree-vect-data-refs.cc | 4667 && loop->simduid 4726 if (arg == loop->simduid
|
| 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)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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-ssa-live.cc | 912 if (loop->simduid && !is_used_p (loop->simduid)) 913 loop->simduid = NULL_TREE;
|
| ipa-icf-gimple.cc | 508 if (!compare_variable_decl (l1->simduid, l2->simduid)) 509 return return_false_with_msg ("simduid");
|
| 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
|
| 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-vect-loop.cc | 893 if (loop_in->simduid 899 && (loop_in->simduid 3083 enabled, SIMDUID is not set, it is the innermost loop and we have 3086 TODO: Enable epilogue vectorization for loops with SIMDUID set. */ 3091 && !loop->simduid); 10075 epilogue->simduid = loop->simduid;
|
| gimple-loop-interchange.cc | 1746 || loop->simduid != NULL_TREE)
|
| lto-streamer-in.cc | 1122 loop->simduid = stream_read_tree (ib, data_in);
|
| 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...] |
| tree-vect-stmts.cc | 3486 && LOOP_VINFO_LOOP (loop_vinfo)->simduid 3488 && LOOP_VINFO_LOOP (loop_vinfo)->simduid 3932 && loop->simduid 3935 == loop->simduid)) 6848 _20 = .GOMP_SIMD_LANE (simduid.3_14(D), 0); 6849 _21 = .GOMP_SIMD_LANE (simduid.3_14(D), 1); 6857 _25 = .GOMP_SIMD_LANE (simduid.3_14(D), 2); 6885 _20 = .GOMP_SIMD_LANE (simduid.3_14(D), 0); 6886 _21 = .GOMP_SIMD_LANE (simduid.3_14(D), 1); 6894 _25 = .GOMP_SIMD_LANE (simduid.3_14(D), 3) [all...] |
| tree-vect-data-refs.cc | 4342 && loop->simduid 4401 if (arg == loop->simduid
|
| 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)
|