Home
last modified time | relevance | path

Searched refs:new_instance (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c2139 slp_instance new_instance; in vect_analyze_slp_instance() local
2282 new_instance = XNEW (class _slp_instance); in vect_analyze_slp_instance()
2283 SLP_INSTANCE_TREE (new_instance) = node; in vect_analyze_slp_instance()
2284 SLP_INSTANCE_GROUP_SIZE (new_instance) = group_size; in vect_analyze_slp_instance()
2285 SLP_INSTANCE_UNROLLING_FACTOR (new_instance) = unrolling_factor; in vect_analyze_slp_instance()
2286 SLP_INSTANCE_LOADS (new_instance) = vNULL; in vect_analyze_slp_instance()
2287 SLP_INSTANCE_ROOT_STMT (new_instance) = constructor ? stmt_info : NULL; in vect_analyze_slp_instance()
2288 new_instance->reduc_phis = NULL; in vect_analyze_slp_instance()
2290 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
2299 FOR_EACH_VEC_ELT (SLP_INSTANCE_LOADS (new_instance), i, load_node) in vect_analyze_slp_instance()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc3101 slp_instance new_instance = XNEW (class _slp_instance); in vect_build_slp_instance() local
3102 SLP_INSTANCE_TREE (new_instance) = node; in vect_build_slp_instance()
3103 SLP_INSTANCE_UNROLLING_FACTOR (new_instance) = unrolling_factor; in vect_build_slp_instance()
3104 SLP_INSTANCE_LOADS (new_instance) = vNULL; in vect_build_slp_instance()
3105 SLP_INSTANCE_ROOT_STMTS (new_instance) = root_stmt_infos; in vect_build_slp_instance()
3106 SLP_INSTANCE_KIND (new_instance) = kind; in vect_build_slp_instance()
3107 new_instance->reduc_phis = NULL; in vect_build_slp_instance()
3108 new_instance->cost_vec = vNULL; in vect_build_slp_instance()
3109 new_instance->subgraph_entries = vNULL; in vect_build_slp_instance()
3140 SLP_INSTANCE_TREE (new_instance) = conv; in vect_build_slp_instance()
[all …]