Home
last modified time | relevance | path

Searched refs:vNULL (Results 1 – 25 of 214) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c660 pred_chain t_chain = vNULL; in convert_control_dep_chain_into_preds()
909 dep_chains[num_chains++] = vNULL; in find_def_preds()
1231 pred_chain_union def_preds = vNULL; in prune_uninit_phi_opnds()
1336 pred_chain the_pred_chain = vNULL; in use_pred_not_overlap_with_undef_path_pred()
1577 pred_chain one_pred_chain = vNULL; in is_superset_of()
1628 pred_chain s_chain = vNULL; in simplify_pred()
1693 pred_chain_union s_preds = vNULL; in simplify_preds_2()
1756 s_preds = vNULL; in simplify_preds_2()
1829 pred_chain_union s_preds = vNULL; in simplify_preds_4()
1894 s_preds = vNULL; in simplify_preds_4()
[all …]
H A Dhsa-regalloc.c423 vec<hsa_op_reg*> ind2reg = vNULL; in linear_scan_regalloc()
424 vec<hsa_op_reg*> active[4] = {vNULL, vNULL, vNULL, vNULL}; in linear_scan_regalloc()
H A Dipa-fnsummary.c779 vec<tree> known_vals = vNULL; in duplicate()
806 vNULL, in duplicate()
807 vNULL, in duplicate()
2446 vec<predicate> nonconstant_names = vNULL; in analyze_function_body()
2482 fbi.bb_infos = vNULL; in analyze_function_body()
3172 vNULL, vNULL, vNULL, NULL); in summarize_calls_size_and_time()
3187 vNULL, vNULL, vNULL, NULL); in summarize_calls_size_and_time()
3340 m_inline_param_summary = vNULL; in duplicate_from()
3355 m_known_vals = vNULL; in duplicate_from()
3369 m_known_contexts = vNULL; in duplicate_from()
[all …]
H A Dtree-vect-slp.c125 SLP_TREE_SCALAR_OPS (node) = vNULL; in vect_create_new_slp_node()
129 SLP_TREE_LOAD_PERMUTATION (node) = vNULL; in vect_create_new_slp_node()
150 SLP_TREE_SCALAR_STMTS (node) = vNULL; in vect_create_new_slp_node()
154 SLP_TREE_CHILDREN (node) = vNULL; in vect_create_new_slp_node()
155 SLP_TREE_LOAD_PERMUTATION (node) = vNULL; in vect_create_new_slp_node()
1375 oprnd_info->ops = vNULL; in vect_build_slp_tree_2()
1413 oprnd_info->def_stmts = vNULL; in vect_build_slp_tree_2()
1416 oprnd_info->ops = vNULL; in vect_build_slp_tree_2()
1423 oprnd_info->def_stmts = vNULL; in vect_build_slp_tree_2()
1453 oprnd_info->ops = vNULL; in vect_build_slp_tree_2()
[all …]
H A Dgenmatch.c421 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {} in predicate_id()
431 : id_base (id_base::USER, id_), substitutes (vNULL), in id_base()
699 ops (vNULL), expr_type (NULL), is_commutative (is_commutative_), in operand()
703 ops (vNULL), expr_type (e->expr_type), is_commutative (e->is_commutative), in expr()
867 for_vec (for_vec_), for_subst_vec (vNULL), in simplify()
968 vec<operand *> ret = vNULL; in commutate()
994 vec< vec<operand *> > ops_vector = vNULL; in commutate()
1165 vec<operand *> v1 = vNULL, v2; in lower_opt()
1175 v2 = vNULL; in lower_opt()
1183 if (v2 != vNULL) in lower_opt()
[all …]
H A Dipa-prop.h247 vec<ipa_agg_value_set> aggs_copy = vNULL; in ipa_copy_agg_values()
524 known_csts (vNULL), known_contexts (vNULL), analysis_done (0), in ipa_node_params()
H A Dgraphds.c295 vec<int> postorder = vNULL; in graphds_scc()
408 vec<int> postorder = vNULL; in graphds_domtree()
H A Dipa-inline-analysis.c333 known_contexts, known_aggs, vNULL); in do_estimate_edge_size()
372 known_contexts, known_aggs, vNULL); in do_estimate_edge_hints()
H A Dgraphite-scop-detection.c289 scop_detection () : scops (vNULL) {} in scop_detection()
1297 vec<data_reference_p> drs = vNULL; in try_generate_gimple_bb()
1298 vec<tree> writes = vNULL; in try_generate_gimple_bb()
1299 vec<scalar_use> reads = vNULL; in try_generate_gimple_bb()
H A Ddominance.c891 vec<basic_block> bbs = vNULL; in get_dominated_by()
896 return vNULL; in get_dominated_by()
915 vec<basic_block> doms = vNULL; in get_dominated_by_region()
939 vec<basic_block> bbs = vNULL; in get_dominated_to_depth()
H A Dipa-cp.c1709 agg.items = vNULL;
3313 vec<ipa_agg_value> res = vNULL;
3318 return vNULL;
3976 vNULL, aggvals, &speculative);
4861 vec<ipa_agg_value> res = vNULL;
4864 return vNULL;
4931 vec<ipa_agg_value> res = vNULL;
5023 return vNULL;
5043 return vNULL;
5152 return vNULL;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-fnsummary.h132 size_time_table (), call_size_time_table (vNULL), in class()
134 builtin_constant_p_parms (vNULL), in class()
147 call_size_time_table (vNULL), in class()
279 : predicate (NULL), param (vNULL), call_stmt_size (0), call_stmt_time (0), in ipa_call_summary()
H A Dipa-prop.h255 vec<ipa_agg_value_set> aggs_copy = vNULL; in ipa_copy_agg_values()
574 vec<tree> m_known_vals = vNULL;
577 vec<ipa_polymorphic_call_context> m_known_contexts = vNULL;
580 vec<ipa_agg_value_set> m_known_aggs = vNULL;
583 vec<value_range> m_known_value_ranges = vNULL;
669 known_csts (vNULL), known_contexts (vNULL), analysis_done (0), in ipa_node_params()
H A Dgimple-predicate-analysis.h72 : m_preds (vNULL), m_eval (eval), m_use_expr () { } in predicate()
76 : m_preds (vNULL), m_eval (rhs.m_eval), m_use_expr () in predicate()
H A Dgimple-predicate-analysis.cc1301 pred_chain s_chain = vNULL; in simplify_1()
1414 pred_chain_union s_preds = vNULL; in simplify_2()
1423 s_preds = vNULL; in simplify_2()
1485 pred_chain_union s_preds = vNULL; in simplify_4()
1543 s_preds = vNULL; in simplify_4()
1617 pred_chain chain = vNULL; in push_pred()
1669 : m_preds (vNULL), m_eval (eval) in predicate()
1792 dep_chains[num_chains++] = vNULL; in init_from_phi_def()
2036 pred_chain norm_chain = vNULL; in normalize()
2037 pred_chain work_list = vNULL; in normalize()
[all …]
H A Dgenmatch.cc421 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {} in predicate_id()
431 : id_base (id_base::USER, id_), substitutes (vNULL), in user_id()
699 ops (vNULL), expr_type (NULL), is_commutative (is_commutative_), in expr()
704 ops (vNULL), expr_type (e->expr_type), is_commutative (e->is_commutative), in expr()
871 for_vec (for_vec_), for_subst_vec (vNULL), in simplify()
972 vec<operand *> ret = vNULL; in commutate()
998 vec< vec<operand *> > ops_vector = vNULL; in commutate()
1169 vec<operand *> v1 = vNULL, v2; in lower_opt()
1179 v2 = vNULL; in lower_opt()
1187 if (v2 != vNULL) in lower_opt()
[all …]
H A Dtree-vect-slp.cc99 SLP_TREE_SCALAR_STMTS (this) = vNULL; in _slp_tree()
100 SLP_TREE_SCALAR_OPS (this) = vNULL; in _slp_tree()
101 SLP_TREE_VEC_STMTS (this) = vNULL; in _slp_tree()
102 SLP_TREE_VEC_DEFS (this) = vNULL; in _slp_tree()
104 SLP_TREE_CHILDREN (this) = vNULL; in _slp_tree()
105 SLP_TREE_LOAD_PERMUTATION (this) = vNULL; in _slp_tree()
106 SLP_TREE_LANE_PERMUTATION (this) = vNULL; in _slp_tree()
198 SLP_TREE_SCALAR_STMTS (node) = vNULL; in vect_create_new_slp_node()
1535 SLP_TREE_SCALAR_STMTS (res) = vNULL; in vect_build_slp_tree()
1559 SLP_TREE_SCALAR_STMTS (res) = vNULL; in vect_build_slp_tree()
[all …]
H A Dtree-vectorizer.cc480 datarefs (vNULL), in vec_info_shared()
481 datarefs_copy (vNULL), in vec_info_shared()
482 ddrs (vNULL) in vec_info_shared()
697 STMT_VINFO_VEC_STMTS (res) = vNULL; in new_stmt_vec_info()
698 res->reduc_initial_values = vNULL; in new_stmt_vec_info()
699 res->reduc_scalar_results = vNULL; in new_stmt_vec_info()
H A Dgimple-loop-jam.cc512 vec<data_reference_p> datarefs = vNULL; in tree_loop_unroll_and_jam()
513 vec<ddr_p> dependences = vNULL; in tree_loop_unroll_and_jam()
H A Dgraphds.cc295 vec<int> postorder = vNULL; in graphds_scc()
408 vec<int> postorder = vNULL; in graphds_domtree()
H A Dipa-inline-analysis.cc332 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals); in do_estimate_edge_size()
365 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals); in do_estimate_edge_hints()
H A Dgraphite-scop-detection.cc289 scop_detection () : scops (vNULL) {} in scop_detection()
1295 vec<data_reference_p> drs = vNULL; in try_generate_gimple_bb()
1296 vec<tree> writes = vNULL; in try_generate_gimple_bb()
1297 vec<scalar_use> reads = vNULL; in try_generate_gimple_bb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
183 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
240 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc117 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
183 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
240 fold = build_function_call_vec (loc, vNULL, fold, &args, NULL); in avr_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c181 return build_function_call_vec (loc, vNULL, match, fnargs, NULL); in spu_resolve_overloaded_builtin()

123456789