Searched refs:reduc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c1285 struct reduction_info *const reduc = *slot; local
1294 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
1295 init = omp_reduction_init_op (gimple_location (reduc->reduc_stmt),
1296 reduc->reduction_code, type);
1297 reduc->init = init;
1308 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e);
1312 (reduc->reduc_phi, loop_preheader_edge (loop)), init);
1313 reduc->initial_value = arg;
1743 struct reduction_info *const reduc = *slot; local
1765 tree lhs = reduc_stmt_res (reduc
1793 struct reduction_info *const reduc = *slot; local
[all...]
H A Dtree-if-conv.c1597 is_cond_scalar_reduction (gimple *phi, gimple **reduc, tree arg_0, tree arg_1, argument
1684 *reduc = stmt;
1707 convert_scalar_cond_reduction (gimple *reduc, gimple_stmt_iterator *gsi, argument
1713 tree rhs1 = gimple_assign_rhs1 (reduc);
1721 print_gimple_stmt (dump_file, reduc, 0, TDF_SLIM);
1735 rhs = fold_build2 (gimple_assign_rhs_code (reduc),
1739 stmt_it = gsi_for_stmt (reduc);
1741 release_defs (reduc);
1811 gimple *new_stmt = NULL, *reduc; local
1878 if (is_cond_scalar_reduction (phi, &reduc, arg
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc1285 struct reduction_info *const reduc = *slot; local
1294 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
1295 init = omp_reduction_init_op (gimple_location (reduc->reduc_stmt),
1296 reduc->reduction_code, type);
1297 reduc->init = init;
1308 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e);
1312 (reduc->reduc_phi, loop_preheader_edge (loop)), init);
1313 reduc->initial_value = arg;
1743 struct reduction_info *const reduc = *slot; local
1765 tree lhs = reduc_stmt_res (reduc
1793 struct reduction_info *const reduc = *slot; local
[all...]
H A Dtree-if-conv.cc1644 is_cond_scalar_reduction (gimple *phi, gimple **reduc, tree arg_0, tree arg_1, argument
1795 *reduc = stmt;
1818 convert_scalar_cond_reduction (gimple *reduc, gimple_stmt_iterator *gsi, argument
1825 tree rhs1 = gimple_assign_rhs1 (reduc);
1828 enum tree_code reduction_op = gimple_assign_rhs_code (reduc);
1835 print_gimple_stmt (dump_file, reduc, 0, TDF_SLIM);
1863 stmt_it = gsi_for_stmt (reduc);
1865 release_defs (reduc);
1935 gimple *new_stmt = NULL, *reduc, *nop_reduc; local
2003 if (is_cond_scalar_reduction (phi, &reduc, arg
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c13043 rtx (*reduc) (rtx, rtx, rtx))
13051 emit_insn (reduc (dest, tmpsum, tmpsum));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc13179 rtx (*reduc) (rtx, rtx, rtx))
13187 emit_insn (reduc (dest, tmpsum, tmpsum));

Completed in 460 milliseconds