| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| 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...] |
| match.pd | 9727 /* Fold REDUC (@0 & @1) -> @0[I] & @1[I] if element I is the only nonzero 9729 (for reduc (IFN_REDUC_PLUS IFN_REDUC_IOR IFN_REDUC_XOR) 9730 (simplify (reduc (view_convert? (bit_and @0 VECTOR_CST@1))) 9744 (for reduc (IFN_REDUC_PLUS IFN_REDUC_IOR IFN_REDUC_XOR) 9745 (simplify (reduc (CONSTRUCTOR@0)) 9754 /* Fold REDUC (@0 op VECTOR_CST) as REDUC (@0) op REDUC (VECTOR_CST). */ 9755 (for reduc (IFN_REDUC_PLUS IFN_REDUC_MAX IFN_REDUC_MIN IFN_REDUC_FMAX 9758 (simplify (reduc (op @0 VECTOR_CST@1) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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...] |
| 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...] |
| match.pd | 7568 /* Fold REDUC (@0 & @1) -> @0[I] & @1[I] if element I is the only nonzero 7570 (for reduc (IFN_REDUC_PLUS IFN_REDUC_IOR IFN_REDUC_XOR) 7571 (simplify (reduc (view_convert? (bit_and @0 VECTOR_CST@1))) 7585 (for reduc (IFN_REDUC_PLUS IFN_REDUC_IOR IFN_REDUC_XOR) 7586 (simplify (reduc (CONSTRUCTOR@0)) 7595 /* Fold REDUC (@0 op VECTOR_CST) as REDUC (@0) op REDUC (VECTOR_CST). */ 7596 (for reduc (IFN_REDUC_PLUS IFN_REDUC_MAX IFN_REDUC_MIN IFN_REDUC_FMAX 7599 (simplify (reduc (op @0 VECTOR_CST@1) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm.cc | 13377 rtx (*reduc) (rtx, rtx, rtx)) 13385 emit_insn (reduc (dest, tmpsum, tmpsum));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm.cc | 13180 rtx (*reduc) (rtx, rtx, rtx)) 13188 emit_insn (reduc (dest, tmpsum, tmpsum));
|