HomeSort by: relevance | last modified time | path
    Searched defs:reduc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 1672 REDUC, OP0 and OP1 contain reduction stmt and its operands.
1676 is_cond_scalar_reduction (gimple *phi, gimple **reduc, tree arg_0, tree arg_1,
1828 *reduc = stmt;
1853 convert_scalar_cond_reduction (gimple *reduc, gimple_stmt_iterator *gsi,
1861 tree rhs1 = gimple_assign_rhs1 (reduc);
1862 tree lhs = gimple_assign_lhs (reduc);
1865 enum tree_code reduction_op = gimple_assign_rhs_code (reduc);
1873 print_gimple_stmt (dump_file, reduc, 0, TDF_SLIM);
1918 stmt_it = gsi_for_stmt (reduc);
1920 release_defs (reduc);
2143 gimple *new_stmt = NULL, *reduc, *nop_reduc; local
    [all...]
tree-parloops.cc 1288 struct reduction_info *const reduc = *slot; local
1297 type = TREE_TYPE (PHI_RESULT (reduc->reduc_phi));
1298 init = omp_reduction_init_op (gimple_location (reduc->reduc_stmt),
1299 reduc->reduction_code, type);
1300 reduc->init = init;
1311 arg = PHI_ARG_DEF_FROM_EDGE (reduc->reduc_phi, e);
1315 (reduc->reduc_phi, loop_preheader_edge (loop)), init);
1316 reduc->initial_value = arg;
1746 struct reduction_info *const reduc = *slot; local
1768 tree lhs = reduc_stmt_res (reduc->reduc_stmt)
1796 struct reduction_info *const reduc = *slot; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 1640 REDUC, OP0 and OP1 contain reduction stmt and its operands.
1644 is_cond_scalar_reduction (gimple *phi, gimple **reduc, tree arg_0, tree arg_1,
1795 *reduc = stmt;
1818 convert_scalar_cond_reduction (gimple *reduc, gimple_stmt_iterator *gsi,
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
    [all...]
tree-parloops.cc 1285 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->reduc_stmt)
1793 struct reduction_info *const reduc = *slot; local
    [all...]

Completed in 20 milliseconds