Home
last modified time | relevance | path

Searched defs:vinfo (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-patterns.cc108 vect_init_pattern_stmt (vec_info *vinfo, gimple *pattern_stmt, in vect_init_pattern_stmt()
136 vect_set_pattern_stmt (vec_info *vinfo, gimple *pattern_stmt, in vect_set_pattern_stmt()
151 append_pattern_def_seq (vec_info *vinfo, in append_pattern_def_seq()
177 vect_get_external_def_edge (vec_info *vinfo, tree var) in vect_get_external_def_edge()
210 vect_supportable_direct_optab_p (vec_info *vinfo, tree otype, tree_code code, in vect_supportable_direct_optab_p()
251 vect_get_internal_def (vec_info *vinfo, tree op) in vect_get_internal_def()
267 type_conversion_p (vec_info *vinfo, tree name, bool check_sign, in type_conversion_p()
386 vect_look_through_possible_promotion (vec_info *vinfo, tree op, in vect_look_through_possible_promotion()
553 vect_widened_op_tree (vec_info *vinfo, stmt_vec_info stmt_info, tree_code code, in vect_widened_op_tree()
689 vect_split_statement (vec_info *vinfo, stmt_vec_info stmt2_info, tree new_rhs, in vect_split_statement()
[all …]
H A Dtree-vect-stmts.cc73 stmt_in_inner_loop_p (vec_info *vinfo, class _stmt_vec_info *stmt_info) in stmt_in_inner_loop_p()
160 read_vector_array (vec_info *vinfo, in read_vector_array()
187 write_vector_array (vec_info *vinfo, in write_vector_array()
221 vect_clobber_variable (vec_info *vinfo, stmt_vec_info stmt_info, in vect_clobber_variable()
943 vect_model_store_cost (vec_info *vinfo, stmt_vec_info stmt_info, int ncopies, in vect_model_store_cost()
1117 vect_model_load_cost (vec_info *vinfo, in vect_model_load_cost()
1371 vect_init_vector_1 (vec_info *vinfo, stmt_vec_info stmt_vinfo, gimple *new_stmt, in vect_init_vector_1()
1395 vect_init_vector (vec_info *vinfo, stmt_vec_info stmt_info, tree val, tree type, in vect_init_vector()
1467 vect_get_vec_defs_for_operand (vec_info *vinfo, stmt_vec_info stmt_vinfo, in vect_get_vec_defs_for_operand()
1520 vect_get_vec_defs (vec_info *vinfo, stmt_vec_info stmt_info, slp_tree slp_node, in vect_get_vec_defs()
[all …]
H A Dtree-vect-slp.cc379 can_duplicate_and_interleave_p (vec_info *vinfo, unsigned int count, in can_duplicate_and_interleave_p()
520 vect_get_and_check_slp_defs (vec_info *vinfo, unsigned char swap, in vect_get_and_check_slp_defs()
861 vect_record_max_nunits (vec_info *vinfo, stmt_vec_info stmt_info, in vect_record_max_nunits()
908 vect_build_slp_tree_1 (vec_info *vinfo, unsigned char *swap, in vect_build_slp_tree_1()
1421 vect_slp_linearize_chain (vec_info *vinfo, in vect_slp_linearize_chain()
1499 vect_build_slp_tree (vec_info *vinfo, in vect_build_slp_tree()
1635 vect_build_slp_tree_2 (vec_info *vinfo, slp_tree node, in vect_build_slp_tree_2()
2823 vec_info *vinfo, unsigned int group_size, in optimize_load_redistribution_1()
2908 vec_info *vinfo, unsigned int group_size, in optimize_load_redistribution()
2943 vect_match_slp_patterns_2 (slp_tree *ref_node, vec_info *vinfo, in vect_match_slp_patterns_2()
[all …]
H A Dtree-vect-data-refs.cc629 vect_slp_analyze_data_ref_dependence (vec_info *vinfo, in vect_slp_analyze_data_ref_dependence()
678 vect_slp_analyze_store_dependences (vec_info *vinfo, slp_tree node) in vect_slp_analyze_store_dependences()
736 vect_slp_analyze_load_dependences (vec_info *vinfo, slp_tree node, in vect_slp_analyze_load_dependences()
850 vect_slp_analyze_instance_dependence (vec_info *vinfo, slp_instance instance) in vect_slp_analyze_instance_dependence()
944 vect_record_base_alignment (vec_info *vinfo, stmt_vec_info stmt_info, in vect_record_base_alignment()
975 vect_record_base_alignments (vec_info *vinfo) in vect_record_base_alignments()
1010 vect_compute_data_ref_alignment (vec_info *vinfo, dr_vec_info *dr_info, in vect_compute_data_ref_alignment()
1399 vect_get_data_access_cost (vec_info *vinfo, dr_vec_info *dr_info, in vect_get_data_access_cost()
1440 vec_info *vinfo; member
2559 vect_slp_analyze_node_alignment (vec_info *vinfo, slp_tree node) in vect_slp_analyze_node_alignment()
[all …]
H A Dtree-vect-slp-patterns.cc523 complex_pattern::build (vec_info *vinfo) in build()
618 complex_add_pattern::build (vec_info *vinfo) in build()
1143 complex_mul_pattern::build (vec_info *vinfo) in build()
1343 complex_fms_pattern::build (vec_info *vinfo) in build()
1534 addsub_pattern::build (vec_info *vinfo) in build()
H A Dtree-vect-loop.cc167 vect_determine_vf_for_stmt_1 (vec_info *vinfo, stmt_vec_info stmt_info, in vect_determine_vf_for_stmt_1()
214 vect_determine_vf_for_stmt (vec_info *vinfo, in vect_determine_vf_for_stmt()
699 stmt_vec_info vinfo = first; in vect_fixup_scalar_cycles_with_patterns() local
2064 stmt_vec_info vinfo = first_element; in vect_dissolve_slp_only_groups() local
2692 stmt_vec_info vinfo; in vect_analyze_loop_2() local
4902 info_for_reduction (vec_info *vinfo, stmt_vec_info stmt_info) in info_for_reduction()
8743 vectorizable_live_operation (vec_info *vinfo, in vectorizable_live_operation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c104 vec_info *vinfo = orig_stmt_info->vinfo; in vect_init_pattern_stmt() local
150 vec_info *vinfo = stmt_info->vinfo; variable
170 vect_get_external_def_edge (vec_info *vinfo, tree var) in vect_get_external_def_edge()
243 vect_get_internal_def (vec_info *vinfo, tree op) in vect_get_internal_def()
547 vec_info *vinfo = stmt_info->vinfo; in vect_widened_op_tree() local
651 vec_info *vinfo = stmt2_info->vinfo; in vect_split_statement() local
732 vec_info *vinfo = stmt_info->vinfo; in vect_convert_input() local
939 vec_info *vinfo = stmt_vinfo->vinfo; in vect_recog_dot_prod_pattern() local
1062 vec_info *vinfo = stmt_vinfo->vinfo; in vect_recog_sad_pattern() local
1208 vec_info *vinfo = last_stmt_info->vinfo; in vect_recog_widen_op_pattern() local
[all …]
H A Dtree-vect-slp.c274 can_duplicate_and_interleave_p (vec_info *vinfo, unsigned int count, in can_duplicate_and_interleave_p()
355 vect_get_and_check_slp_defs (vec_info *vinfo, unsigned char *swap, in vect_get_and_check_slp_defs()
792 vec_info *vinfo = stmt_info->vinfo; in vect_build_slp_tree_1() local
1186 vect_build_slp_tree (vec_info *vinfo, in vect_build_slp_tree()
1227 vect_build_slp_tree_2 (vec_info *vinfo, in vect_build_slp_tree_2()
2135 vect_analyze_slp_instance (vec_info *vinfo, in vect_analyze_slp_instance()
2467 vect_analyze_slp (vec_info *vinfo, unsigned max_tree_size) in vect_analyze_slp()
2491 stmt_vec_info vinfo = first_element; in vect_analyze_slp() local
2717 vect_slp_analyze_node_operations_1 (vec_info *vinfo, slp_tree node, in vect_slp_analyze_node_operations_1()
2762 vect_slp_convert_to_external (vec_info *vinfo, slp_tree node, in vect_slp_convert_to_external()
[all …]
H A Dtree-vect-stmts.c794 vec_info *vinfo = stmt_info->vinfo; in vect_prologue_cost_for_slp_op() local
1677 vect_get_vec_def_for_stmt_copy (vec_info *vinfo, tree vec_oprnd) in vect_get_vec_def_for_stmt_copy()
1698 vect_get_vec_defs_for_stmt_copy (vec_info *vinfo, in vect_get_vec_defs_for_stmt_copy()
1756 vec_info *vinfo = stmt_info->vinfo; in vect_finish_stmt_generation_1() local
2294 vec_info *vinfo = stmt_info->vinfo; in get_group_load_store_type() local
2504 vec_info *vinfo = stmt_info->vinfo; in get_load_store_type() local
2595 vec_info *vinfo = stmt_info->vinfo; in vect_check_scalar_mask() local
3097 vec_info *vinfo = stmt_info->vinfo; in vectorizable_bswap() local
3248 vec_info *vinfo = stmt_info->vinfo; in vectorizable_call() local
3905 vec_info *vinfo = stmt_info->vinfo; in vectorizable_simd_clone_call() local
[all …]
H A Dtree-vect-data-refs.c647 vect_slp_analyze_data_ref_dependence (vec_info *vinfo, in vect_slp_analyze_data_ref_dependence()
706 vec_info *vinfo = last_access_info->vinfo; in vect_slp_analyze_node_dependences() local
837 vec_info *vinfo = stmt_info->vinfo; in vect_record_base_alignment() local
866 vect_record_base_alignments (vec_info *vinfo) in vect_record_base_alignments()
1165 vect_verify_datarefs_alignment (loop_vec_info vinfo) in vect_verify_datarefs_alignment()
2334 vect_find_same_alignment_drs (vec_info *vinfo, data_dependence_relation *ddr) in vect_find_same_alignment_drs()
2397 vect_analyze_data_refs_alignment (loop_vec_info vinfo) in vect_analyze_data_refs_alignment()
2937 vect_analyze_data_ref_accesses (vec_info *vinfo) in vect_analyze_data_ref_accesses()
3694 vect_gather_scatter_fn_p (vec_info *vinfo, bool read_p, bool masked_p, in vect_gather_scatter_fn_p()
4205 vect_analyze_data_refs (vec_info *vinfo, poly_uint64 *min_vf, bool *fatal) in vect_analyze_data_refs()
[all …]
H A Dtree-vect-loop.c212 vec_info *vinfo = stmt_info->vinfo; in vect_determine_vf_for_stmt() local
1826 stmt_vec_info vinfo = first_element; in vect_dissolve_slp_only_groups() local
2276 stmt_vec_info vinfo; in vect_analyze_loop_2() local
4327 vec_info *vinfo = stmt_vinfo->vinfo; in get_initial_defs_for_reduction() local
7355 vect_worthwhile_without_simd_p (vec_info *vinfo, tree_code code) in vect_worthwhile_without_simd_p()
H A Dtree-vectorizer.c887 if (loop_vec_info vinfo = loop_vec_info_for_loop (loop)) in try_vectorize_loop_1() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/srp/
H A Dsrp_vfy.c204 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g, in SRP_user_pwd_set_gN()
211 static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id, in SRP_user_pwd_set_ids()
219 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s, in SRP_user_pwd_set_sv()
246 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v) in SRP_user_pwd_set_sv_BN()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/srp/
H A Dsrp_vfy.c207 void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g, in SRP_user_pwd_set_gN()
214 int SRP_user_pwd_set1_ids(SRP_user_pwd *vinfo, const char *id, in SRP_user_pwd_set1_ids()
224 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s, in SRP_user_pwd_set_sv()
251 int SRP_user_pwd_set0_sv(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v) in SRP_user_pwd_set0_sv()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c3751 rx_table_find (struct bfd_hash_entry *vent, void *vinfo) in rx_table_find()
3855 rx_table_map_2 (struct bfd_hash_entry *vent, void *vinfo) in rx_table_map_2()
3890 rx_table_map (struct bfd_hash_entry *vent, void *vinfo) in rx_table_map()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c3750 rx_table_find (struct bfd_hash_entry *vent, void *vinfo) in rx_table_find()
3854 rx_table_map_2 (struct bfd_hash_entry *vent, void *vinfo) in rx_table_map_2()
3889 rx_table_map (struct bfd_hash_entry *vent, void *vinfo) in rx_table_map()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc15874 aarch64_vector_costs::aarch64_vector_costs (vec_info *vinfo, in aarch64_vector_costs()
15894 aarch64_vectorize_create_costs (vec_info *vinfo, bool costing_for_scalar) in aarch64_vectorize_create_costs()
16154 aarch64_multiply_add_p (vec_info *vinfo, stmt_vec_info stmt_info, in aarch64_multiply_add_p()
16209 aarch64_sve_in_loop_reduction_latency (vec_info *vinfo, in aarch64_sve_in_loop_reduction_latency()
16253 aarch64_in_loop_reduction_latency (vec_info *vinfo, stmt_vec_info stmt_info, in aarch64_in_loop_reduction_latency()
16294 aarch64_detect_scalar_stmt_subtype (vec_info *vinfo, vect_cost_for_stmt kind, in aarch64_detect_scalar_stmt_subtype()
16313 aarch64_detect_vector_stmt_subtype (vec_info *vinfo, vect_cost_for_stmt kind, in aarch64_detect_vector_stmt_subtype()
16408 aarch64_sve_adjust_stmt_cost (class vec_info *vinfo, vect_cost_for_stmt kind, in aarch64_sve_adjust_stmt_cost()
/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h536 struct btlb_info vinfo; /* Variable range info */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc5304 rs6000_vectorize_create_costs (vec_info *vinfo, bool costing_for_scalar) in rs6000_vectorize_create_costs()
25199 for (struct cgraph_function_version_info *vinfo = ninfo->next; in rs6000_generate_version_dispatcher_body() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc23151 ix86_vectorize_create_costs (vec_info *vinfo, bool costing_for_scalar) in ix86_vectorize_create_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c24513 for (struct cgraph_function_version_info *vinfo = ninfo->next; in rs6000_generate_version_dispatcher_body() local