Home
last modified time | relevance | path

Searched refs:unsigned_type_node (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-tree.c91 tree fnarg = build_int_cst (unsigned_type_node, 1); in execute_omp_gcn()
110 tree fnarg = build_zero_cst (unsigned_type_node); in execute_omp_gcn()
184 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
222 tree arg_type = unsigned_type_node; in gcn_lockless_update()
330 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
331 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
345 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
418 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-tree.cc65 tree type = build_qualified_type (unsigned_type_node, in gcn_global_lock_addr()
103 tree arg_type = unsigned_type_node; in gcn_lockless_update()
211 tree uns_unlocked = build_int_cst (unsigned_type_node, 0); in gcn_lockfull_update()
212 tree uns_locked = build_int_cst (unsigned_type_node, 1); in gcn_lockfull_update()
226 tree lock_var = make_ssa_name (unsigned_type_node); in gcn_lockfull_update()
299 if (size == TYPE_SIZE (unsigned_type_node) in gcn_reduction_update()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dvxworks.c75 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
80 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dvxworks.cc79 get_identifier ("size"), unsigned_type_node); in vxworks_emutls_var_fields()
84 get_identifier ("module_id"), unsigned_type_node); in vxworks_emutls_var_fields()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-builtins.c2144 get_identifier (field_name[i]), unsigned_type_node); in build_processor_model_struct()
2153 build_array_type (unsigned_type_node, in build_processor_model_struct()
2268 final = build2 (EQ_EXPR, unsigned_type_node, ref, in fold_builtin_cpu()
2269 build_int_cstu (unsigned_type_node, field_val)); in fold_builtin_cpu()
2297 tree __cpu_features2_var = make_var_decl (unsigned_type_node, in fold_builtin_cpu()
2303 final = build2 (BIT_AND_EXPR, unsigned_type_node, in fold_builtin_cpu()
2305 build_int_cstu (unsigned_type_node, field_val)); in fold_builtin_cpu()
2319 array_elt = build4 (ARRAY_REF, unsigned_type_node, ref, in fold_builtin_cpu()
2324 final = build2 (BIT_AND_EXPR, unsigned_type_node, array_elt, in fold_builtin_cpu()
2325 build_int_cstu (unsigned_type_node, field_val)); in fold_builtin_cpu()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-gimplify.c245 unsigned_type_node) in c_gimplify_expr()
250 *op1_p = unshare_expr (convert (unsigned_type_node, *op1_p)); in c_gimplify_expr()
H A Dc-format.h283 #define T_UI &unsigned_type_node
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c1243 unsigned_type_node, NULL); in aarch64_init_memtag_builtins()
1261 = build_function_type_list (void_type_node, unsigned_type_node, NULL); in aarch64_general_init_builtins()
1263 = build_function_type_list (unsigned_type_node, NULL); in aarch64_general_init_builtins()
2310 fenv_cr = create_tmp_var_raw (unsigned_type_node); in aarch64_atomic_assign_expand_fenv()
2311 fenv_sr = create_tmp_var_raw (unsigned_type_node); in aarch64_atomic_assign_expand_fenv()
2318 mask_cr = build_int_cst (unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
2320 mask_sr = build_int_cst (unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
2323 ld_fenv_cr = build4 (TARGET_EXPR, unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
2326 ld_fenv_sr = build4 (TARGET_EXPR, unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
2330 masked_fenv_cr = build2 (BIT_AND_EXPR, unsigned_type_node, fenv_cr, mask_cr); in aarch64_atomic_assign_expand_fenv()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc2148 get_identifier (field_name[i]), unsigned_type_node); in build_processor_model_struct()
2157 build_array_type (unsigned_type_node, in build_processor_model_struct()
2281 final = build2 (EQ_EXPR, unsigned_type_node, ref, in fold_builtin_cpu()
2282 build_int_cstu (unsigned_type_node, field_val)); in fold_builtin_cpu()
2320 = build_array_type (unsigned_type_node, index_type); in fold_builtin_cpu()
2331 array_elt = build4 (ARRAY_REF, unsigned_type_node, in fold_builtin_cpu()
2348 array_elt = build4 (ARRAY_REF, unsigned_type_node, ref, in fold_builtin_cpu()
2355 final = build2 (BIT_AND_EXPR, unsigned_type_node, array_elt, in fold_builtin_cpu()
2356 build_int_cstu (unsigned_type_node, field_val)); in fold_builtin_cpu()
2359 build_int_cst (unsigned_type_node, 0)); in fold_builtin_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc1607 unsigned_type_node, NULL); in aarch64_init_memtag_builtins()
1728 = build_function_type_list (void_type_node, unsigned_type_node, NULL); in aarch64_init_fpsr_fpcr_builtins()
1730 = build_function_type_list (unsigned_type_node, NULL); in aarch64_init_fpsr_fpcr_builtins()
3175 fenv_cr = create_tmp_var_raw (unsigned_type_node); in aarch64_atomic_assign_expand_fenv()
3176 fenv_sr = create_tmp_var_raw (unsigned_type_node); in aarch64_atomic_assign_expand_fenv()
3183 mask_cr = build_int_cst (unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
3185 mask_sr = build_int_cst (unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
3188 ld_fenv_cr = build4 (TARGET_EXPR, unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
3191 ld_fenv_sr = build4 (TARGET_EXPR, unsigned_type_node, in aarch64_atomic_assign_expand_fenv()
3195 masked_fenv_cr = build2 (BIT_AND_EXPR, unsigned_type_node, fenv_cr, mask_cr); in aarch64_atomic_assign_expand_fenv()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c2198 unsigned_type_node); in hsa_output_kernels()
2206 unsigned_type_node); in hsa_output_kernels()
2242 tree omp_data_size = build_int_cstu (unsigned_type_node, omp_size); in hsa_output_kernels()
2280 tree dependencies_count = build_int_cstu (unsigned_type_node, count); in hsa_output_kernels()
2368 unsigned_type_node); in hsa_output_libgomp_mapping()
2377 unsigned_type_node); in hsa_output_libgomp_mapping()
2391 build_int_cstu (unsigned_type_node, kernel_count)); in hsa_output_libgomp_mapping()
2397 build_int_cstu (unsigned_type_node, in hsa_output_libgomp_mapping()
2466 build_int_cstu (unsigned_type_node, in hsa_output_libgomp_mapping()
2483 build_int_cstu (unsigned_type_node, in hsa_output_libgomp_mapping()
H A Domp-expand.c283 t = build_int_cst (unsigned_type_node, EDGE_COUNT (bb->succs) - 1); in get_ws_args_for()
649 val = build_int_cst (unsigned_type_node, 0); in expand_parallel_call()
650 flags = build_int_cst (unsigned_type_node, 0); in expand_parallel_call()
667 flags = build_int_cst (unsigned_type_node, OMP_CLAUSE_PROC_BIND_KIND (c)); in expand_parallel_call()
670 val = fold_convert_loc (clause_loc, unsigned_type_node, val); in expand_parallel_call()
680 EQ_EXPR, unsigned_type_node, cond, in expand_parallel_call()
721 build_int_cst (unsigned_type_node, 1), in expand_parallel_call()
855 tree flags = build_int_cst (unsigned_type_node, iflags); in expand_task_call()
863 t = fold_build3_loc (loc, COND_EXPR, unsigned_type_node, t, in expand_task_call()
864 build_int_cst (unsigned_type_node, in expand_task_call()
[all …]
H A Domp-low.c4178 sctx->idx = create_tmp_var (unsigned_type_node);
4179 sctx->lane = create_tmp_var (unsigned_type_node);
4227 sctx->lastlane = create_tmp_var (unsigned_type_node);
6056 simt_lane = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6165 sctx.idx = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6166 sctx.lane = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6209 build_int_cst (unsigned_type_node, 0)); in lower_rec_input_clauses()
6222 tree simt_vf = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6227 tree t = build_int_cst (unsigned_type_node, 1); in lower_rec_input_clauses()
6231 t = build_int_cst (unsigned_type_node, 0); in lower_rec_input_clauses()
[all …]
H A Domp-offload.c256 tree arg = build_int_cst (unsigned_type_node, dim); in oacc_dim_call()
274 tree res = pos ? NULL_TREE : build_int_cst (unsigned_type_node, 1); in oacc_thread_numbers()
1095 tree replacement = build_int_cst (unsigned_type_node, level); in oacc_loop_xform_head_tail()
1133 tree mask_arg = build_int_cst (unsigned_type_node, loop->mask); in oacc_loop_process()
1134 tree e_mask_arg = build_int_cst (unsigned_type_node, loop->e_mask); in oacc_loop_process()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc4657 sctx->idx = create_tmp_var (unsigned_type_node); in lower_rec_simd_input_clauses()
4658 sctx->lane = create_tmp_var (unsigned_type_node); in lower_rec_simd_input_clauses()
4706 sctx->lastlane = create_tmp_var (unsigned_type_node); in lower_rec_simd_input_clauses()
6744 simt_lane = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6861 sctx.idx = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6862 sctx.lane = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6905 build_int_cst (unsigned_type_node, 0)); in lower_rec_input_clauses()
6918 tree simt_vf = create_tmp_var (unsigned_type_node); in lower_rec_input_clauses()
6923 tree t = build_int_cst (unsigned_type_node, 1); in lower_rec_input_clauses()
6927 t = build_int_cst (unsigned_type_node, 0); in lower_rec_input_clauses()
[all …]
H A Drange-op.cc4154 #define UINT(N) build_int_cstu (unsigned_type_node, (N))
4311 if (TYPE_PRECISION (unsigned_type_node) > 31) in range_op_lshift_tests()
4314 int_range<2> lhs (unsigned_type_node); in range_op_lshift_tests()
4317 op_lshift.op1_range (op1, unsigned_type_node, lhs, shift); in range_op_lshift_tests()
4322 op_lshift.op1_range (op1, unsigned_type_node, zero, shift); in range_op_lshift_tests()
4330 op_lshift.fold_range (result, unsigned_type_node, op1, shift); in range_op_lshift_tests()
4353 op_lshift.fold_range (result, unsigned_type_node, op1, shift); in range_op_lshift_tests()
4363 int_range_max lhs (build_int_cst (unsigned_type_node, 3), in range_op_rshift_tests()
4364 TYPE_MAX_VALUE (unsigned_type_node)); in range_op_rshift_tests()
4365 int_range_max one (build_one_cst (unsigned_type_node), in range_op_rshift_tests()
[all …]
H A Domp-expand.cc284 t = build_int_cst (unsigned_type_node, EDGE_COUNT (bb->succs) - 1); in get_ws_args_for()
619 val = build_int_cst (unsigned_type_node, 0); in expand_parallel_call()
620 flags = build_int_cst (unsigned_type_node, 0); in expand_parallel_call()
637 flags = build_int_cst (unsigned_type_node, OMP_CLAUSE_PROC_BIND_KIND (c)); in expand_parallel_call()
640 val = fold_convert_loc (clause_loc, unsigned_type_node, val); in expand_parallel_call()
650 EQ_EXPR, unsigned_type_node, cond, in expand_parallel_call()
691 build_int_cst (unsigned_type_node, 1), in expand_parallel_call()
830 tree flags = build_int_cst (unsigned_type_node, iflags); in expand_task_call()
838 t = fold_build3_loc (loc, COND_EXPR, unsigned_type_node, t, in expand_task_call()
839 build_int_cst (unsigned_type_node, in expand_task_call()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Ddummy-frontend.c198 return unsignedp ? unsigned_type_node : integer_type_node; in jit_langhook_type_for_mode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/
H A Dbrig-lang.c242 type = unsigned_type_node; in brig_langhook_type_for_size()
845 uintmax_type_node = unsigned_type_node; in brig_build_c_type_nodes()
884 wint_type_node = unsigned_type_node; in brig_build_c_type_nodes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.h283 #define T_UI &unsigned_type_node
H A Dc-gimplify.cc714 unsigned_type_node) in c_gimplify_expr()
719 *op1_p = unshare_expr (convert (unsigned_type_node, *op1_p)); in c_gimplify_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c958 return unsigned_p ? unsigned_type_node : integer_type_node; in lto_type_for_mode()
1246 uintmax_type_node = unsigned_type_node; in lto_build_c_type_nodes()
1285 wint_type_node = unsigned_type_node; in lto_build_c_type_nodes()
1356 NAME_TYPE (unsigned_type_node, "unsigned int"); in lto_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc959 return unsigned_p ? unsigned_type_node : integer_type_node; in lto_type_for_mode()
1250 uintmax_type_node = unsigned_type_node; in lto_build_c_type_nodes()
1289 wint_type_node = unsigned_type_node; in lto_build_c_type_nodes()
1360 NAME_TYPE (unsigned_type_node, "unsigned int"); in lto_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c2690 = build_function_type_list (void_type_node, unsigned_type_node, NULL); in arm_init_builtins()
2692 = build_function_type_list (unsigned_type_node, NULL); in arm_init_builtins()
2705 = build_function_type_list (unsigned_type_node, NULL); in arm_init_builtins()
4176 fenv_var = create_tmp_var_raw (unsigned_type_node); in arm_atomic_assign_expand_fenv()
4179 mask = build_int_cst (unsigned_type_node, in arm_atomic_assign_expand_fenv()
4182 ld_fenv = build4 (TARGET_EXPR, unsigned_type_node, in arm_atomic_assign_expand_fenv()
4185 masked_fenv = build2 (BIT_AND_EXPR, unsigned_type_node, fenv_var, mask); in arm_atomic_assign_expand_fenv()
4204 new_fenv_var = create_tmp_var_raw (unsigned_type_node); in arm_atomic_assign_expand_fenv()
4205 reload_fenv = build4 (TARGET_EXPR, unsigned_type_node, new_fenv_var, in arm_atomic_assign_expand_fenv()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-builtins.cc2649 = build_function_type_list (void_type_node, unsigned_type_node, NULL); in arm_init_builtins()
2651 = build_function_type_list (unsigned_type_node, NULL); in arm_init_builtins()
2664 = build_function_type_list (unsigned_type_node, NULL); in arm_init_builtins()
4182 fenv_var = create_tmp_var_raw (unsigned_type_node); in arm_atomic_assign_expand_fenv()
4185 mask = build_int_cst (unsigned_type_node, in arm_atomic_assign_expand_fenv()
4188 ld_fenv = build4 (TARGET_EXPR, unsigned_type_node, in arm_atomic_assign_expand_fenv()
4191 masked_fenv = build2 (BIT_AND_EXPR, unsigned_type_node, fenv_var, mask); in arm_atomic_assign_expand_fenv()
4210 new_fenv_var = create_tmp_var_raw (unsigned_type_node); in arm_atomic_assign_expand_fenv()
4211 reload_fenv = build4 (TARGET_EXPR, unsigned_type_node, new_fenv_var, in arm_atomic_assign_expand_fenv()

123456