Home
last modified time | relevance | path

Searched refs:INTRINSIC_PLUS (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c328 if (e1->expr_type == EXPR_OP && e1->value.op.op == INTRINSIC_PLUS) in gfc_dep_compare_expr()
337 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_compare_expr()
370 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_compare_expr()
556 if (e1->expr_type == EXPR_OP && e1->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
577 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
667 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
727 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
H A Dfrontend-passes.c480 op = INTRINSIC_PLUS; in callback_reduction()
1296 case INTRINSIC_PLUS: in traverse_io_block()
1381 case INTRINSIC_PLUS: in traverse_io_block()
1923 case INTRINSIC_PLUS: in optimize_op()
3703 ar->start[i] = get_operand (INTRINSIC_PLUS, nindex, lbound); in scalarized_expr()
3950 op_plus = INTRINSIC_PLUS; in inline_matmul_assign()
3964 op_plus = INTRINSIC_PLUS; in inline_matmul_assign()
3972 op_plus = INTRINSIC_PLUS; in inline_matmul_assign()
H A Dmatchexp.c252 if (next_operator (INTRINSIC_PLUS)) in match_add_op()
H A Dinterface.c105 op = INTRINSIC_PLUS; in fold_unary_intrinsic()
911 if (args == 0 || args > 2 || (args == 1 && op != INTRINSIC_PLUS in gfc_check_operator_interface()
1023 if (args == 1 && (op == INTRINSIC_PLUS || op == INTRINSIC_MINUS)) in gfc_check_operator_interface()
1053 case INTRINSIC_PLUS: in gfc_check_operator_interface()
H A Darith.c1547 case INTRINSIC_PLUS: in eval_intrinsic()
1785 return eval_intrinsic_f3 (INTRINSIC_PLUS, gfc_arith_plus, op1, op2); in gfc_add()
H A Dgfortran.h171 INTRINSIC_UMINUS, INTRINSIC_PLUS, INTRINSIC_MINUS, INTRINSIC_TIMES, enumerator
1175 OMP_REDUCTION_PLUS = INTRINSIC_PLUS,
H A Dclass.c1163 block->ext.actual->expr->value.op.op = INTRINSIC_PLUS; in finalization_scalarizer()
1277 block->block->next->expr2->value.op.op = INTRINSIC_PLUS; in finalization_get_offset()
H A Dmatch.c47 case INTRINSIC_PLUS: in gfc_op2string()
753 *result = INTRINSIC_PLUS; in gfc_match_intrinsic_op()
H A Dmodule.c3454 minit ("PLUS", INTRINSIC_PLUS),
3606 case INTRINSIC_PLUS: in mio_expr()
H A Dopenmp.c5277 case INTRINSIC_PLUS: in resolve_omp_atomic()
5284 alt_op = INTRINSIC_PLUS; in resolve_omp_atomic()
H A Dexpr.c1215 case INTRINSIC_PLUS: in simplify_intrinsic_op()
2566 case INTRINSIC_PLUS: in check_intrinsic_op()
H A Ddump-parse-tree.c619 case INTRINSIC_PLUS: in show_expr()
H A Dtrans-expr.c3695 case INTRINSIC_PLUS: in gfc_conv_expr_op()
10838 case INTRINSIC_PLUS: in is_runtime_conformable()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc329 if (e1->expr_type == EXPR_OP && e1->value.op.op == INTRINSIC_PLUS) in gfc_dep_compare_expr()
338 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_compare_expr()
371 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_compare_expr()
557 if (e1->expr_type == EXPR_OP && e1->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
578 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
668 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
728 if (e2->expr_type == EXPR_OP && e2->value.op.op == INTRINSIC_PLUS) in gfc_dep_difference()
H A Dfrontend-passes.cc480 op = INTRINSIC_PLUS; in callback_reduction()
1296 case INTRINSIC_PLUS: in traverse_io_block()
1381 case INTRINSIC_PLUS: in traverse_io_block()
1923 case INTRINSIC_PLUS: in optimize_op()
3981 ar->start[i] = get_operand (INTRINSIC_PLUS, nindex, lbound); in scalarized_expr()
4228 op_plus = INTRINSIC_PLUS; in inline_matmul_assign()
4242 op_plus = INTRINSIC_PLUS; in inline_matmul_assign()
4250 op_plus = INTRINSIC_PLUS; in inline_matmul_assign()
H A Dmatchexp.cc252 if (next_operator (INTRINSIC_PLUS)) in match_add_op()
H A Dinterface.cc105 op = INTRINSIC_PLUS; in fold_unary_intrinsic()
922 if (args == 0 || args > 2 || (args == 1 && op != INTRINSIC_PLUS in gfc_check_operator_interface()
1034 if (args == 1 && (op == INTRINSIC_PLUS || op == INTRINSIC_MINUS)) in gfc_check_operator_interface()
1064 case INTRINSIC_PLUS: in gfc_check_operator_interface()
H A Dgfortran.h205 INTRINSIC_UMINUS, INTRINSIC_PLUS, INTRINSIC_MINUS, INTRINSIC_TIMES, enumerator
1253 OMP_REDUCTION_PLUS = INTRINSIC_PLUS,
H A Darith.cc1594 case INTRINSIC_PLUS: in eval_intrinsic()
1835 return eval_intrinsic_f3 (INTRINSIC_PLUS, gfc_arith_plus, op1, op2); in gfc_add()
H A Dclass.cc1178 block->ext.actual->expr->value.op.op = INTRINSIC_PLUS; in finalization_scalarizer()
1292 block->block->next->expr2->value.op.op = INTRINSIC_PLUS; in finalization_get_offset()
H A Dmatch.cc47 case INTRINSIC_PLUS: in gfc_op2string()
727 *result = INTRINSIC_PLUS; in gfc_match_intrinsic_op()
H A Dmodule.cc3605 minit ("PLUS", INTRINSIC_PLUS),
3757 case INTRINSIC_PLUS: in mio_expr()
H A Dexpr.cc1225 case INTRINSIC_PLUS: in simplify_intrinsic_op()
2592 case INTRINSIC_PLUS: in check_intrinsic_op()
H A Ddump-parse-tree.cc644 case INTRINSIC_PLUS: in show_expr()
H A Dopenmp.cc8012 case INTRINSIC_PLUS: in resolve_omp_atomic()
8019 alt_op = INTRINSIC_PLUS; in resolve_omp_atomic()

12