Home
last modified time | relevance | path

Searched defs:nunits (Results 1 – 25 of 90) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-compiler.cc79 int nunits = expr->type->isTypeSArray ()->dim->toUInteger (); in paintAsType() local
95 int nunits = type->isTypeSArray ()->dim->toUInteger (); in paintAsType() local
H A Dd-target.cc283 unsigned HOST_WIDE_INT nunits = sz / type->size (); in isVectorTypeSupported() local
/netbsd-src/sys/arch/mips/cavium/include/
H A Dbootbusvar.h46 int nunits; member
H A Diobusvar.h48 int nunits; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c106 build_word_mode_vector_type (int nunits) in build_word_mode_vector_type()
278 int nunits = nunits_for_known_piecewise_op (type); variable
396 int nunits = nunits_for_known_piecewise_op (TREE_TYPE (op0)); in expand_vector_comparison() local
439 unsigned int i, nunits = nunits_for_known_piecewise_op (type); in add_rshift() local
484 unsigned int nunits = nunits_for_known_piecewise_op (type); in expand_vector_divmod() local
1020 int nunits = nunits_for_known_piecewise_op (type); in expand_vector_condition() local
1902 poly_uint64 nunits in expand_vector_conversion() local
1910 int nunits = nunits_for_known_piecewise_op (arg_type); in expand_vector_conversion() local
H A Doptabs-query.c522 poly_int64 nunits = GET_MODE_NUNITS (mode); in can_mult_highpart_p() local
597 poly_uint64 nunits; in can_vec_mask_load_store_p() local
H A Dtree-vect-slp.c704 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_record_max_nunits() local
2002 unsigned HOST_WIDE_INT nunits; in vect_supported_load_permutation_p() local
2125 calculate_unrolling_factor (poly_uint64 nunits, unsigned int group_size) in calculate_unrolling_factor()
2183 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_analyze_slp_instance() local
3611 unsigned HOST_WIDE_INT nunits; in vect_get_constant_vectors() local
3894 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_transform_slp_perm_load() local
4118 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_schedule_slp_instance() local
H A Dtree-vect-stmts.c1963 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in check_load_store_masking() local
2139 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in perm_mask_for_reverse() local
2303 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in get_group_load_store_type() local
2506 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in get_load_store_type() local
2768 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_build_gather_load_calls() local
3103 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_bswap() local
3902 unsigned int nunits; in vectorizable_simd_clone_call() local
5388 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_assignment() local
6594 unsigned HOST_WIDE_INT nunits; variable
7131 unsigned HOST_WIDE_INT nunits; in vectorizable_scan_store() local
[all …]
H A Dstor-layout.c481 mode_for_vector (scalar_mode innermode, poly_uint64 nunits) in mode_for_vector()
532 poly_uint64 nunits) in related_vector_mode()
2403 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (type); in layout_type() local
H A Dtree-vect-loop.c4328 unsigned HOST_WIDE_INT nunits; in get_initial_defs_for_reduction() local
5004 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (induction_index)); in vect_create_epilog_for_reduction() local
5201 unsigned nunits = TYPE_VECTOR_SUBPARTS (vectype).to_constant (); in vect_create_epilog_for_reduction() local
7414 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_induction() local
7936 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_live_operation() local
8283 poly_uint64 nunits = exact_div (TYPE_VECTOR_SUBPARTS (old_type), 2); in vect_halve_mask_nunits() local
8293 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (old_type) * 2; in vect_double_mask_nunits() local
8478 poly_uint64 nunits in vect_transform_loop_stmt() local
H A Dsimplify-rtx.c5869 poly_uint64 nunits = GET_MODE_NUNITS (GET_MODE (x)); in simplify_merge_mask() local
6046 int nunits; in simplify_ternary_operation() local
7233 poly_uint64 nunits = GET_MODE_NUNITS (mode); in test_vector_ops_duplicate() local
7602 poly_uint64 nunits = GET_MODE_NUNITS (inner_mode); in test_vector_subregs_repeating() local
7623 poly_uint64 nunits = GET_MODE_NUNITS (inner_mode); in test_vector_subregs_fore_back() local
/netbsd-src/sys/net/npf/
H A Dif_npflog.c73 npflogattach(int nunits) in npflogattach()
H A Dnpf_os.c199 npfattach(int nunits) in npfattach()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc151 build_word_mode_vector_type (int nunits) in build_word_mode_vector_type()
324 int nunits = nunits_for_known_piecewise_op (type); in expand_vector_piecewise() local
494 int nunits = nunits_for_known_piecewise_op (TREE_TYPE (op0)); in expand_vector_comparison() local
539 unsigned int i, nunits = nunits_for_known_piecewise_op (type); in add_rshift() local
584 unsigned int nunits = nunits_for_known_piecewise_op (type); in expand_vector_divmod() local
1147 int nunits = nunits_for_known_piecewise_op (type); in expand_vector_condition() local
2052 poly_uint64 nunits in expand_vector_conversion() local
2060 int nunits = nunits_for_known_piecewise_op (arg_type); in expand_vector_conversion() local
H A Doptabs-query.cc522 poly_int64 nunits = GET_MODE_NUNITS (mode); in can_mult_highpart_p() local
619 poly_uint64 nunits = GET_MODE_SIZE (mode); in get_len_load_store_mode() local
H A Dtree-vect-stmts.cc1797 { in check_load_store_for_partial_vectors()
1804 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in check_load_store_for_partial_vectors() local
2011 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in perm_mask_for_reverse() local
2189 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in get_group_load_store_type() local
2466 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in get_load_store_type() local
2803 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_build_gather_load_calls() local
3143 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_bswap() local
3975 poly_uint64 nunits; in vectorizable_simd_clone_call() local
5438 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_assignment() local
6737 unsigned HOST_WIDE_INT nunits; in scan_store_can_perm_p() local
[all …]
H A Dstor-layout.cc484 mode_for_vector (scalar_mode innermode, poly_uint64 nunits) in mode_for_vector()
535 poly_uint64 nunits) in related_vector_mode()
2419 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (type); in layout_type() local
H A Dtree-vect-loop.cc4805 unsigned HOST_WIDE_INT nunits; in get_initial_defs_for_reduction() local
5040 unsigned nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (vec_def)).to_constant (); in vect_create_partial_epilog() local
5656 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (induction_index)); in vect_create_epilog_for_reduction() local
5849 unsigned nunits = TYPE_VECTOR_SUBPARTS (vectype).to_constant (); in vect_create_epilog_for_reduction() local
8133 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_induction() local
8756 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vectorizable_live_operation() local
9180 poly_uint64 nunits = exact_div (TYPE_VECTOR_SUBPARTS (old_type), 2); in vect_halve_mask_nunits() local
9190 poly_uint64 nunits = TYPE_VECTOR_SUBPARTS (old_type) * 2; in vect_double_mask_nunits() local
9449 poly_uint64 nunits in vect_transform_loop_stmt() local
H A Dsimplify-rtx.cc4498 poly_uint64 nunits in simplify_binary_operation_1() local
6399 poly_uint64 nunits = GET_MODE_NUNITS (GET_MODE (x)); in simplify_merge_mask() local
6576 int nunits; in simplify_ternary_operation() local
7972 poly_uint64 nunits = GET_MODE_NUNITS (mode); in test_vector_ops_duplicate() local
8353 poly_uint64 nunits = GET_MODE_NUNITS (inner_mode); in test_vector_subregs_repeating() local
8374 poly_uint64 nunits = GET_MODE_NUNITS (inner_mode); in test_vector_subregs_fore_back() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc487 int nunits = ((TypeSArray *) expr->type)->dim->toUInteger (); in paintAsType() local
503 int nunits = ((TypeSArray *) type)->dim->toUInteger (); in paintAsType() local
/netbsd-src/sys/dev/
H A Dbio.c99 bioattach(int nunits) in bioattach()
H A Dlockstat.c153 lockstatattach(int nunits) in lockstatattach()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.cc405 unsigned nunits = full_size / inner_size; in gccbrig_tree_type_for_hsa_type() local
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_datum.c158 static int nunits; /* number of active units */ variable
/netbsd-src/sbin/ccdconfig/
H A Dccdconfig.c530 size_t nunits = 0; in dump_ccd() local

1234