HomeSort by: relevance | last modified time | path
    Searched refs:vinfo (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 119 vect_init_pattern_stmt (vec_info *vinfo, gimple *pattern_stmt,
122 stmt_vec_info pattern_stmt_info = vinfo->lookup_stmt (pattern_stmt);
124 pattern_stmt_info = vinfo->add_stmt (pattern_stmt);
149 vect_set_pattern_stmt (vec_info *vinfo, gimple *pattern_stmt,
154 = vect_init_pattern_stmt (vinfo, pattern_stmt, orig_stmt_info, vectype);
164 append_pattern_def_seq (vec_info *vinfo,
173 stmt_vec_info new_stmt_info = vinfo->add_stmt (new_stmt);
190 vect_get_external_def_edge (vec_info *vinfo, tree var)
193 if (loop_vec_info loop_vinfo = dyn_cast <loop_vec_info> (vinfo))
223 vect_supportable_direct_optab_p (vec_info *vinfo, tree otype, tree_code code
    [all...]
tree-vect-stmts.cc 75 stmt_in_inner_loop_p (vec_info *vinfo, class _stmt_vec_info *stmt_info)
79 loop_vec_info loop_vinfo = dyn_cast <loop_vec_info> (vinfo);
162 read_vector_array (vec_info *vinfo,
179 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
189 write_vector_array (vec_info *vinfo,
201 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
223 vect_clobber_variable (vec_info *vinfo, stmt_vec_info stmt_info,
228 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
1150 vect_init_vector_1 (vec_info *vinfo, stmt_vec_info stmt_vinfo, gimple *new_stmt,
1154 vect_finish_stmt_generation (vinfo, stmt_vinfo, new_stmt, gsi)
    [all...]
tree-vect-slp.cc 421 can_duplicate_and_interleave_p (vec_info *vinfo, unsigned int count,
426 tree base_vector_type = get_vectype_for_scalar_type (vinfo, elt_type, count);
443 = get_vectype_for_scalar_type (vinfo, int_type, count);
622 vect_get_and_check_slp_defs (vec_info *vinfo, unsigned char swap,
672 if (!is_a <loop_vec_info> (vinfo)
674 as_a <loop_vec_info> (vinfo),
698 backedge = (is_a <bb_vec_info> (vinfo)
708 if (!vect_is_simple_use (oprnd, vinfo, &dts[i], &def_stmt_info))
748 && is_a <bb_vec_info> (vinfo)
752 as_a <bb_vec_info> (vinfo)->bbs[0]
3700 stmt_vec_info vinfo = first_element; local
    [all...]
tree-vect-data-refs.cc 921 DRA and a memory-reference DRB for VINFO. When versioning for alias
926 vect_slp_analyze_data_ref_dependence (vec_info *vinfo,
931 dr_vec_info *dr_info_a = vinfo->lookup_dr (dra);
932 dr_vec_info *dr_info_b = vinfo->lookup_dr (drb);
975 vect_slp_analyze_store_dependences (vec_info *vinfo, slp_tree node)
1001 stmt_vec_info stmt_info = vinfo->lookup_stmt (stmt);
1019 bool dependent = vect_slp_analyze_data_ref_dependence (vinfo, ddr);
1033 vect_slp_analyze_load_dependences (vec_info *vinfo, slp_tree node,
1060 stmt_vec_info stmt_info = vinfo->lookup_stmt (stmt);
1077 = vect_slp_analyze_data_ref_dependence (vinfo, ddr)
1737 vec_info *vinfo; member in struct:_vect_peel_extended_info
    [all...]
tree-vect-slp-patterns.cc 509 structure VINFO and the old statement STMT_INFO is marked as unused while
523 complex_pattern::build (vec_info *vinfo)
563 = vinfo->add_pattern_stmt (call_stmt, stmt_info);
618 complex_add_pattern::build (vec_info *vinfo)
635 complex_pattern::build (vinfo);
1151 complex_mul_pattern::build (vec_info *vinfo)
1201 complex_pattern::build (vinfo);
1359 complex_fms_pattern::build (vec_info *vinfo)
1380 complex_pattern::build (vinfo);
1454 complex_operations_pattern::build (vec_info * /* vinfo */)
    [all...]
tree-vectorizer.h 1661 /* Create costs for VINFO. COSTING_FOR_SCALAR is true if the costs
1665 vector_costs::vector_costs (vec_info *vinfo, bool costing_for_scalar)
1666 : m_vinfo (vinfo),
1864 init_cost (vec_info *vinfo, bool costing_for_scalar)
1866 return targetm.vectorize.create_costs (vinfo, costing_for_scalar);
2005 vect_dr_behavior (vec_info *vinfo, dr_vec_info *dr_info)
2008 loop_vec_info loop_vinfo = dyn_cast<loop_vec_info> (vinfo);
2021 get_dr_vinfo_offset (vec_info *vinfo,
2026 base = vect_dr_behavior (vinfo, dr_info);
2286 void vect_get_vec_defs_for_operand (vec_info *vinfo, stmt_vec_info, unsigned
    [all...]
diagnostic-format-sarif.cc 1413 if (const client_version_info *vinfo
1441 vinfo->for_each_plugin (v);
1466 if (const client_version_info *vinfo
1470 if (const char *name = vinfo->get_tool_name ())
1474 if (char *full_name = vinfo->maybe_make_full_name ())
1481 if (const char *version = vinfo->get_version_string ())
1485 if (char *version_url = vinfo->maybe_make_version_url ())
tree-vect-loop.cc 170 vect_determine_vf_for_stmt_1 (vec_info *vinfo, stmt_vec_info stmt_info,
186 opt_result res = vect_get_vector_types_for_stmt (vinfo, stmt_info,
217 vect_determine_vf_for_stmt (vec_info *vinfo,
223 opt_result res = vect_determine_vf_for_stmt_1 (vinfo, stmt_info, false, vf);
237 stmt_vec_info def_stmt_info = vinfo->lookup_stmt (gsi_stmt (si));
242 res = vect_determine_vf_for_stmt_1 (vinfo, def_stmt_info, true, vf);
251 res = vect_determine_vf_for_stmt_1 (vinfo, stmt_info, true, vf);
828 stmt_vec_info vinfo = first; local
830 while (vinfo)
832 next = REDUC_GROUP_NEXT_ELEMENT (vinfo);
2590 stmt_vec_info vinfo = first_element; local
3318 stmt_vec_info vinfo; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 108 vect_init_pattern_stmt (vec_info *vinfo, gimple *pattern_stmt,
111 stmt_vec_info pattern_stmt_info = vinfo->lookup_stmt (pattern_stmt);
113 pattern_stmt_info = vinfo->add_stmt (pattern_stmt);
136 vect_set_pattern_stmt (vec_info *vinfo, gimple *pattern_stmt,
141 = vect_init_pattern_stmt (vinfo, pattern_stmt, orig_stmt_info, vectype);
151 append_pattern_def_seq (vec_info *vinfo,
160 stmt_vec_info new_stmt_info = vinfo->add_stmt (new_stmt);
177 vect_get_external_def_edge (vec_info *vinfo, tree var)
180 if (loop_vec_info loop_vinfo = dyn_cast <loop_vec_info> (vinfo))
210 vect_supportable_direct_optab_p (vec_info *vinfo, tree otype, tree_code code
    [all...]
tree-vect-stmts.cc 73 stmt_in_inner_loop_p (vec_info *vinfo, class _stmt_vec_info *stmt_info)
77 loop_vec_info loop_vinfo = dyn_cast <loop_vec_info> (vinfo);
160 read_vector_array (vec_info *vinfo,
177 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
187 write_vector_array (vec_info *vinfo,
199 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
221 vect_clobber_variable (vec_info *vinfo, stmt_vec_info stmt_info,
226 vect_finish_stmt_generation (vinfo, stmt_info, new_stmt, gsi);
943 vect_model_store_cost (vec_info *vinfo, stmt_vec_info stmt_info, int ncopies,
1007 vect_get_store_cost (vinfo, stmt_info, ncopies, alignment_support_scheme
    [all...]
tree-vect-slp.cc 379 can_duplicate_and_interleave_p (vec_info *vinfo, unsigned int count,
384 tree base_vector_type = get_vectype_for_scalar_type (vinfo, elt_type, count);
401 = get_vectype_for_scalar_type (vinfo, int_type, count);
520 vect_get_and_check_slp_defs (vec_info *vinfo, unsigned char swap,
578 if (!vect_is_simple_use (oprnd, vinfo, &dts[i], &def_stmt_info))
618 && is_a <bb_vec_info> (vinfo)
622 as_a <bb_vec_info> (vinfo)->bbs[0],
638 && !GET_MODE_SIZE (vinfo->vector_mode).is_constant ()
640 || !can_duplicate_and_interleave_p (vinfo, stmts.length (),
732 && (!is_a <bb_vec_info> (vinfo)
3463 stmt_vec_info vinfo = first_element; local
    [all...]
tree-vect-data-refs.cc 625 DRA and a memory-reference DRB for VINFO. When versioning for alias
630 vect_slp_analyze_data_ref_dependence (vec_info *vinfo,
635 dr_vec_info *dr_info_a = vinfo->lookup_dr (dra);
636 dr_vec_info *dr_info_b = vinfo->lookup_dr (drb);
679 vect_slp_analyze_store_dependences (vec_info *vinfo, slp_tree node)
705 stmt_vec_info stmt_info = vinfo->lookup_stmt (stmt);
723 bool dependent = vect_slp_analyze_data_ref_dependence (vinfo, ddr);
737 vect_slp_analyze_load_dependences (vec_info *vinfo, slp_tree node,
764 stmt_vec_info stmt_info = vinfo->lookup_stmt (stmt);
781 = vect_slp_analyze_data_ref_dependence (vinfo, ddr)
1441 vec_info *vinfo; member in struct:_vect_peel_extended_info
    [all...]
tree-vect-slp-patterns.cc 509 structure VINFO and the old statement STMT_INFO is marked as unused while
523 complex_pattern::build (vec_info *vinfo)
563 = vinfo->add_pattern_stmt (call_stmt, stmt_info);
618 complex_add_pattern::build (vec_info *vinfo)
635 complex_pattern::build (vinfo);
1143 complex_mul_pattern::build (vec_info *vinfo)
1193 complex_pattern::build (vinfo);
1343 complex_fms_pattern::build (vec_info *vinfo)
1364 complex_pattern::build (vinfo);
1438 complex_operations_pattern::build (vec_info * /* vinfo */)
    [all...]
tree-vectorizer.h 1539 /* Create costs for VINFO. COSTING_FOR_SCALAR is true if the costs
1543 vector_costs::vector_costs (vec_info *vinfo, bool costing_for_scalar)
1544 : m_vinfo (vinfo),
1742 init_cost (vec_info *vinfo, bool costing_for_scalar)
1744 return targetm.vectorize.create_costs (vinfo, costing_for_scalar);
1883 vect_dr_behavior (vec_info *vinfo, dr_vec_info *dr_info)
1886 loop_vec_info loop_vinfo = dyn_cast<loop_vec_info> (vinfo);
1899 get_dr_vinfo_offset (vec_info *vinfo,
1904 base = vect_dr_behavior (vinfo, dr_info);
2158 void vect_get_vec_defs_for_operand (vec_info *vinfo, stmt_vec_info, unsigned
    [all...]
tree-vect-loop.cc 167 vect_determine_vf_for_stmt_1 (vec_info *vinfo, stmt_vec_info stmt_info,
183 opt_result res = vect_get_vector_types_for_stmt (vinfo, stmt_info,
214 vect_determine_vf_for_stmt (vec_info *vinfo,
220 opt_result res = vect_determine_vf_for_stmt_1 (vinfo, stmt_info, false, vf);
234 stmt_vec_info def_stmt_info = vinfo->lookup_stmt (gsi_stmt (si));
239 res = vect_determine_vf_for_stmt_1 (vinfo, def_stmt_info, true, vf);
248 res = vect_determine_vf_for_stmt_1 (vinfo, stmt_info, true, vf);
699 stmt_vec_info vinfo = first; local
701 while (vinfo)
703 next = REDUC_GROUP_NEXT_ELEMENT (vinfo);
2064 stmt_vec_info vinfo = first_element; local
2692 stmt_vec_info vinfo; local
    [all...]
  /src/external/lgpl3/mpfr/dist/tools/
ck-version-info 38 my $vinfo; # expected -version-info value
46 $mv eq $1 and $vinfo = "$cur:$pl:$age";
52 if (defined $vinfo)
55 # corresponds to the expected value from the comment ($vinfo).
56 $vinfo eq $1
57 or die "$0: bad -version-info value ($1 instead of $vinfo)\n";
61 # If this is a release or a release candidate, make sure that $vinfo
64 # defining $vinfo is not required.
  /src/crypto/external/apache2/openssl/dist/crypto/ml_kem/
ml_kem.c 168 * Indices of slots in the vinfo tables below
700 const ML_KEM_VINFO *vinfo = key->vinfo; local
701 const scalar *t = key->t, *end = t + vinfo->rank;
1310 int rank = key->vinfo->rank;
1483 const ML_KEM_VINFO *vinfo = key->vinfo; local
1484 CBD_FUNC cbd_1 = CBD1(vinfo->evp_type);
1485 int rank = vinfo->rank;
1493 int du = vinfo->du
1533 const ML_KEM_VINFO *vinfo = key->vinfo; local
1560 const ML_KEM_VINFO *vinfo = key->vinfo; local
1574 const ML_KEM_VINFO *vinfo = key->vinfo; local
1595 const ML_KEM_VINFO *vinfo = key->vinfo; local
1628 const ML_KEM_VINFO *vinfo = key->vinfo; local
1687 const ML_KEM_VINFO *vinfo = key->vinfo; local
1802 const ML_KEM_VINFO *vinfo = key->vinfo; local
1925 const ML_KEM_VINFO *vinfo = ossl_ml_kem_get_vinfo(evp_type); local
2100 const ML_KEM_VINFO *vinfo; local
2128 const ML_KEM_VINFO *vinfo; local
2159 const ML_KEM_VINFO *vinfo; local
2218 const ML_KEM_VINFO *vinfo; local
2288 const ML_KEM_VINFO *vinfo; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/srp/
srp_vfy.c 204 void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
207 vinfo->N = N;
208 vinfo->g = g;
211 int SRP_user_pwd_set1_ids(SRP_user_pwd *vinfo, const char *id,
214 OPENSSL_free(vinfo->id);
215 OPENSSL_free(vinfo->info);
216 vinfo->id = NULL;
217 vinfo->info = NULL;
218 if (id != NULL && NULL == (vinfo->id = OPENSSL_strdup(id)))
220 return (info == NULL || NULL != (vinfo->info = OPENSSL_strdup(info)))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/srp/
srp_vfy.c 207 void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
210 vinfo->N = N;
211 vinfo->g = g;
214 int SRP_user_pwd_set1_ids(SRP_user_pwd *vinfo, const char *id,
217 OPENSSL_free(vinfo->id);
218 OPENSSL_free(vinfo->info);
219 vinfo->id = NULL;
220 vinfo->info = NULL;
221 if (id != NULL && NULL == (vinfo->id = OPENSSL_strdup(id)))
223 return (info == NULL || NULL != (vinfo->info = OPENSSL_strdup(info)))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/srp/
srp_vfy.c 204 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g,
207 vinfo->N = N;
208 vinfo->g = g;
211 static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id,
214 if (id != NULL && NULL == (vinfo->id = OPENSSL_strdup(id)))
216 return (info == NULL || NULL != (vinfo->info = OPENSSL_strdup(info)));
219 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s,
225 vinfo->v = NULL;
226 vinfo->s = NULL;
231 if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL))
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
ml_kem_codecs.c 415 key->vinfo->algorithm_name);
418 publen = key->vinfo->pubkey_bytes;
426 key->vinfo->algorithm_name);
438 const ML_KEM_VINFO *v = key->vinfo;
454 key->vinfo->algorithm_name);
569 type_label = key->vinfo->algorithm_name;
570 publen = key->vinfo->pubkey_bytes;
571 prvlen = key->vinfo->prvkey_bytes;
602 if ((pubenc = OPENSSL_malloc(key->vinfo->pubkey_bytes)) == NULL
  /src/crypto/external/apache2/openssl/dist/include/crypto/
ml_kem.h 159 const ML_KEM_VINFO *vinfo; member in struct:ossl_ml_kem_key_st
198 #define ossl_ml_kem_key_vinfo(key) ((key)->vinfo)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 183 vec_info *vinfo,
186 if (loop_vec_info loop_vinfo = dyn_cast<loop_vec_info> (vinfo))
207 stmt_vec_info stmt_info = vinfo->lookup_stmt (gsi_stmt (si));
638 vec_info *vinfo,
643 loop_vec_info loop_vinfo = dyn_cast<loop_vec_info> (vinfo);
663 stmt_vec_info stmt_info = vinfo->lookup_stmt (phi);
739 stmt_vec_info stmt_info = vinfo->lookup_stmt (gsi_stmt (si));
862 costs::costs (vec_info *vinfo, bool costing_for_scalar)
863 : vector_costs (vinfo, costing_for_scalar)
867 else if (riscv_v_ext_vector_mode_p (vinfo->vector_mode)
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ml_kem_kmgmt.c 348 prvenc + key->vinfo->prvkey_bytes - zlen, zlen)
354 key->vinfo->algorithm_name);
360 size_t len = key->vinfo->prvkey_bytes;
374 key->vinfo->algorithm_name);
535 key->vinfo->prvkey_bytes, key)) {
538 key->vinfo->algorithm_name);
661 || publen != key->vinfo->pubkey_bytes)) {
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_capa.c 1067 struct nl80211_vendor_cmd_info *vinfo; local
1068 if (nla_len(nl) != sizeof(*vinfo)) {
1072 vinfo = nla_data(nl);
1073 if (vinfo->vendor_id == OUI_QCA) {
1074 switch (vinfo->subcmd) {
1126 } else if (vinfo->vendor_id == OUI_BRCM) {
1127 switch (vinfo->subcmd) {
1140 vinfo->vendor_id, vinfo->subcmd);
1149 struct nl80211_vendor_cmd_info *vinfo; local
    [all...]

Completed in 94 milliseconds

1 2 3 4