Searched refs:this_code (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | resolve.cc | 11303 gfc_code *this_code; in build_assignment() local 11305 this_code = gfc_get_code (op); in build_assignment() 11306 this_code->next = NULL; in build_assignment() 11307 this_code->expr1 = gfc_copy_expr (expr1); in build_assignment() 11308 this_code->expr2 = gfc_copy_expr (expr2); in build_assignment() 11309 this_code->loc = loc; in build_assignment() 11312 add_comp_ref (this_code->expr1, comp1); in build_assignment() 11313 add_comp_ref (this_code->expr2, comp2); in build_assignment() 11316 return this_code; in build_assignment() 11417 add_code_to_chain (gfc_code **this_code, gfc_code **head, gfc_code **tail) in add_code_to_chain() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | resolve.c | 11146 gfc_code *this_code; in build_assignment() local 11148 this_code = gfc_get_code (op); in build_assignment() 11149 this_code->next = NULL; in build_assignment() 11150 this_code->expr1 = gfc_copy_expr (expr1); in build_assignment() 11151 this_code->expr2 = gfc_copy_expr (expr2); in build_assignment() 11152 this_code->loc = loc; in build_assignment() 11155 add_comp_ref (this_code->expr1, comp1); in build_assignment() 11156 add_comp_ref (this_code->expr2, comp2); in build_assignment() 11159 return this_code; in build_assignment() 11258 add_code_to_chain (gfc_code **this_code, gfc_code **head, gfc_code **tail) in add_code_to_chain() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-fnsummary.c | 1500 enum tree_code this_code = (e->flags & EDGE_TRUE_VALUE in set_cond_stmt_execution_predicate() local 1510 if (this_code != ERROR_MARK in set_cond_stmt_execution_predicate() 1516 this_code, gimple_cond_rhs (last), param_ops); in set_cond_stmt_execution_predicate()
|
H A D | optabs.c | 5201 enum rtx_code this_code; in expand_fixed_convert() local 5216 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT; in expand_fixed_convert() 5221 this_code = satp ? SAT_FRACT : FRACT_CONVERT; in expand_fixed_convert() 5226 emit_unop_insn (code, to, from, this_code); in expand_fixed_convert()
|
H A D | simplify-rtx.c | 4799 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus() local 4801 switch (this_code) in simplify_plus_minus() 4809 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-fnsummary.cc | 1604 enum tree_code this_code = (e->flags & EDGE_TRUE_VALUE in set_cond_stmt_execution_predicate() local 1614 if (this_code != ERROR_MARK in set_cond_stmt_execution_predicate() 1620 this_code, gimple_cond_rhs (last), param_ops); in set_cond_stmt_execution_predicate()
|
H A D | optabs.cc | 5769 enum rtx_code this_code; in expand_fixed_convert() local 5784 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT; in expand_fixed_convert() 5789 this_code = satp ? SAT_FRACT : FRACT_CONVERT; in expand_fixed_convert() 5794 emit_unop_insn (code, to, from, this_code); in expand_fixed_convert()
|
H A D | tree-vect-slp.cc | 1436 enum tree_code this_code = gimple_assign_rhs_code (stmt); in vect_slp_linearize_chain() local 1466 tree_code op_def_code = this_code; in vect_slp_linearize_chain() 1476 tree_code op_def_code = this_code; in vect_slp_linearize_chain()
|
H A D | simplify-rtx.cc | 5325 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus() local 5327 switch (this_code) in simplify_plus_minus() 5335 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()
|