/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs-tree.cc | 325 tree vectype_in, enum tree_code *code1) in supportable_half_widening_operation() argument 346 *code1 = LSHIFT_EXPR; in supportable_half_widening_operation() 349 *code1 = MINUS_EXPR; in supportable_half_widening_operation() 352 *code1 = PLUS_EXPR; in supportable_half_widening_operation() 355 *code1 = MULT_EXPR; in supportable_half_widening_operation() 365 op = optab_for_tree_code (*code1, vectype_out, optab_vector); in supportable_half_widening_operation() 387 enum tree_code *code1) in supportable_convert_operation() argument 408 *code1 = code; in supportable_convert_operation() 415 *code1 = code; in supportable_convert_operation() 422 *code1 = code; in supportable_convert_operation()
|
H A D | dojump.cc | 850 enum rtx_code *code1, enum rtx_code *code2) in split_comparison() argument 855 *code1 = ORDERED; in split_comparison() 859 *code1 = ORDERED; in split_comparison() 863 *code1 = ORDERED; in split_comparison() 867 *code1 = ORDERED; in split_comparison() 871 *code1 = ORDERED; in split_comparison() 875 *code1 = UNORDERED; in split_comparison() 879 *code1 = UNORDERED; in split_comparison() 883 *code1 = UNORDERED; in split_comparison() 887 *code1 = UNORDERED; in split_comparison() [all …]
|
H A D | regcprop.cc | 557 RTX_CODE code1 = GET_CODE (orig_op1); in replace_oldest_value_addr() local 573 code1 = GET_CODE (op1); in replace_oldest_value_addr() 577 || code0 == ZERO_EXTEND || code1 == MEM) in replace_oldest_value_addr() 583 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr() 584 || code1 == ZERO_EXTEND || code0 == MEM) in replace_oldest_value_addr() 596 else if (code1 == CONST_INT || code1 == CONST in replace_oldest_value_addr() 597 || code1 == SYMBOL_REF || code1 == LABEL_REF) in replace_oldest_value_addr() 602 else if (code0 == REG && code1 == REG) in replace_oldest_value_addr() 631 else if (code1 == REG) in replace_oldest_value_addr()
|
H A D | tree-vect-generic.cc | 1884 enum tree_code code1 = ERROR_MARK; in expand_vector_conversion() local 1904 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion() 1906 g = gimple_build_assign (lhs, code1, arg); in expand_vector_conversion() 1924 &code1)) in expand_vector_conversion() 1928 NULL_TREE, code1, false); in expand_vector_conversion() 1942 code1 = VEC_PACK_TRUNC_EXPR; in expand_vector_conversion() 1943 optab1 = optab_for_tree_code (code1, arg_type, optab_default); in expand_vector_conversion() 1946 code1 = VEC_PACK_FIX_TRUNC_EXPR; in expand_vector_conversion() 1948 optab1 = optab_for_tree_code (code1, ret_type, optab_default); in expand_vector_conversion() 1951 code1 = VEC_PACK_FLOAT_EXPR; in expand_vector_conversion() [all …]
|
H A D | gimple-ssa-split-paths.cc | 183 enum tree_code code1 = gimple_assign_rhs_code (stmt1); in is_feasible_trace() local 186 if (!poor_ifcvt_candidate_code (code1) in is_feasible_trace() 230 enum tree_code code1 = gimple_assign_rhs_code (stmt1); in is_feasible_trace() local 232 if (!poor_ifcvt_candidate_code (code1)) in is_feasible_trace()
|
H A D | regrename.cc | 1316 RTX_CODE code1 = GET_CODE (orig_op1); in scan_rtx_address() local 1332 code1 = GET_CODE (op1); in scan_rtx_address() 1336 || code0 == ZERO_EXTEND || code1 == MEM) in scan_rtx_address() 1342 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in scan_rtx_address() 1343 || code1 == ZERO_EXTEND || code0 == MEM) in scan_rtx_address() 1355 else if (code1 == CONST_INT || code1 == CONST in scan_rtx_address() 1356 || code1 == SYMBOL_REF || code1 == LABEL_REF) in scan_rtx_address() 1361 else if (code0 == REG && code1 == REG) in scan_rtx_address() 1390 else if (code1 == REG) in scan_rtx_address()
|
H A D | ira-costs.cc | 1188 enum rtx_code code1 = GET_CODE (arg1); in record_address_regs() local 1193 if (code1 == SUBREG) in record_address_regs() 1194 arg1 = SUBREG_REG (arg1), code1 = GET_CODE (arg1); in record_address_regs() 1203 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1211 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1214 else if (code1 == SYMBOL_REF || code1 == CONST || code1 == LABEL_REF) in record_address_regs() 1215 record_address_regs (mode, as, arg0, 1, PLUS, code1, scale); in record_address_regs() 1219 else if (code0 == REG && code1 == REG in record_address_regs() 1227 else if (code0 == REG && code1 == REG in record_address_regs() 1238 else if ((code0 == REG && REG_POINTER (arg0)) || code1 == MULT) in record_address_regs() [all …]
|
H A D | ipa-icf-gimple.cc | 757 tree_code code1, code2; in compare_gimple_assign() local 760 code1 = gimple_assign_rhs_code (s1); in compare_gimple_assign() 763 if (code1 != code2) in compare_gimple_assign() 797 tree_code code1, code2; in compare_gimple_cond() local 799 code1 = gimple_cond_code (s1); in compare_gimple_cond() 802 if (code1 != code2) in compare_gimple_cond()
|
H A D | gimple-predicate-analysis.cc | 883 tree_code code1 = pred1.cond_code; in subset_of() local 885 code1 = invert_tree_comparison (code1, false); in subset_of() 890 if (code2 == NE_EXPR && code1 == NE_EXPR) in subset_of() 894 return !value_sat_pred_p (pred2.pred_rhs, pred1.pred_rhs, code1); in subset_of() 896 if (code1 == EQ_EXPR) in subset_of() 899 if (code1 == code2) in subset_of() 901 code1 == BIT_AND_EXPR); in subset_of()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | iq2000.cc | 351 enum rtx_code code1; in iq2000_legitimate_address_p() local 359 code1 = GET_CODE (xplus1); in iq2000_legitimate_address_p() 364 if (code1 == CONST_INT && SMALL_INT (xplus1) in iq2000_legitimate_address_p() 454 enum rtx_code code0, code1; in iq2000_count_memory_refs() local 481 code1 = GET_CODE (plus1); in iq2000_count_memory_refs() 498 if (code1 == REG) in iq2000_count_memory_refs() 506 if (code1 == CONST_INT) in iq2000_count_memory_refs() 520 if (code1 == SYMBOL_REF || code1 == LABEL_REF || code1 == CONST) in iq2000_count_memory_refs() 577 enum rtx_code code1 = GET_CODE (op1); in iq2000_move_1word() local 593 while (code1 == SUBREG) in iq2000_move_1word() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
H A D | iq2000.c | 351 enum rtx_code code1; in iq2000_legitimate_address_p() local 359 code1 = GET_CODE (xplus1); in iq2000_legitimate_address_p() 364 if (code1 == CONST_INT && SMALL_INT (xplus1) in iq2000_legitimate_address_p() 454 enum rtx_code code0, code1; in iq2000_count_memory_refs() local 481 code1 = GET_CODE (plus1); in iq2000_count_memory_refs() 498 if (code1 == REG) in iq2000_count_memory_refs() 506 if (code1 == CONST_INT) in iq2000_count_memory_refs() 520 if (code1 == SYMBOL_REF || code1 == LABEL_REF || code1 == CONST) in iq2000_count_memory_refs() 577 enum rtx_code code1 = GET_CODE (op1); in iq2000_move_1word() local 593 while (code1 == SUBREG) in iq2000_move_1word() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dojump.c | 850 enum rtx_code *code1, enum rtx_code *code2) in split_comparison() argument 855 *code1 = ORDERED; in split_comparison() 859 *code1 = ORDERED; in split_comparison() 863 *code1 = ORDERED; in split_comparison() 867 *code1 = ORDERED; in split_comparison() 871 *code1 = ORDERED; in split_comparison() 875 *code1 = UNORDERED; in split_comparison() 879 *code1 = UNORDERED; in split_comparison() 883 *code1 = UNORDERED; in split_comparison() 887 *code1 = UNORDERED; in split_comparison() [all …]
|
H A D | ipa-icf-gimple.c | 617 tree_code code1, code2; in compare_gimple_assign() local 620 code1 = gimple_expr_code (s1); in compare_gimple_assign() 623 if (code1 != code2) in compare_gimple_assign() 626 code1 = gimple_assign_rhs_code (s1); in compare_gimple_assign() 629 if (code1 != code2) in compare_gimple_assign() 660 tree_code code1, code2; in compare_gimple_cond() local 662 code1 = gimple_expr_code (s1); in compare_gimple_cond() 665 if (code1 != code2) in compare_gimple_cond()
|
H A D | tree-vect-generic.c | 1731 enum tree_code code1 = ERROR_MARK; in expand_vector_conversion() local 1753 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion() 1755 g = gimple_build_assign (lhs, code1, arg); in expand_vector_conversion() 1774 &code1)) in expand_vector_conversion() 1778 NULL_TREE, code1); in expand_vector_conversion() 1792 code1 = VEC_PACK_TRUNC_EXPR; in expand_vector_conversion() 1793 optab1 = optab_for_tree_code (code1, arg_type, optab_default); in expand_vector_conversion() 1796 code1 = VEC_PACK_FIX_TRUNC_EXPR; in expand_vector_conversion() 1798 optab1 = optab_for_tree_code (code1, ret_type, optab_default); in expand_vector_conversion() 1801 code1 = VEC_PACK_FLOAT_EXPR; in expand_vector_conversion() [all …]
|
H A D | regcprop.c | 555 RTX_CODE code1 = GET_CODE (orig_op1); in replace_oldest_value_addr() local 571 code1 = GET_CODE (op1); in replace_oldest_value_addr() 575 || code0 == ZERO_EXTEND || code1 == MEM) in replace_oldest_value_addr() 581 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in replace_oldest_value_addr() 582 || code1 == ZERO_EXTEND || code0 == MEM) in replace_oldest_value_addr() 594 else if (code1 == CONST_INT || code1 == CONST in replace_oldest_value_addr() 595 || code1 == SYMBOL_REF || code1 == LABEL_REF) in replace_oldest_value_addr() 600 else if (code0 == REG && code1 == REG) in replace_oldest_value_addr() 629 else if (code1 == REG) in replace_oldest_value_addr()
|
H A D | optabs-tree.c | 297 enum tree_code *code1) in supportable_convert_operation() argument 318 *code1 = code; in supportable_convert_operation() 325 *code1 = code; in supportable_convert_operation() 332 *code1 = code; in supportable_convert_operation()
|
H A D | gimple-ssa-split-paths.c | 182 enum tree_code code1 = gimple_assign_rhs_code (stmt1); in is_feasible_trace() local 185 if (!poor_ifcvt_candidate_code (code1) in is_feasible_trace() 229 enum tree_code code1 = gimple_assign_rhs_code (stmt1); in is_feasible_trace() local 231 if (!poor_ifcvt_candidate_code (code1)) in is_feasible_trace()
|
H A D | ira-costs.c | 1128 enum rtx_code code1 = GET_CODE (arg1); in record_address_regs() local 1133 if (code1 == SUBREG) in record_address_regs() 1134 arg1 = SUBREG_REG (arg1), code1 = GET_CODE (arg1); in record_address_regs() 1143 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1151 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1154 else if (code1 == SYMBOL_REF || code1 == CONST || code1 == LABEL_REF) in record_address_regs() 1155 record_address_regs (mode, as, arg0, 1, PLUS, code1, scale); in record_address_regs() 1159 else if (code0 == REG && code1 == REG in record_address_regs() 1167 else if (code0 == REG && code1 == REG in record_address_regs() 1178 else if ((code0 == REG && REG_POINTER (arg0)) || code1 == MULT) in record_address_regs() [all …]
|
H A D | regrename.c | 1296 RTX_CODE code1 = GET_CODE (orig_op1); in scan_rtx_address() local 1312 code1 = GET_CODE (op1); in scan_rtx_address() 1316 || code0 == ZERO_EXTEND || code1 == MEM) in scan_rtx_address() 1322 else if (code1 == MULT || code1 == SIGN_EXTEND || code1 == TRUNCATE in scan_rtx_address() 1323 || code1 == ZERO_EXTEND || code0 == MEM) in scan_rtx_address() 1335 else if (code1 == CONST_INT || code1 == CONST in scan_rtx_address() 1336 || code1 == SYMBOL_REF || code1 == LABEL_REF) in scan_rtx_address() 1341 else if (code0 == REG && code1 == REG) in scan_rtx_address() 1370 else if (code1 == REG) in scan_rtx_address()
|
H A D | rtl.c | 895 rtl_check_failed_code2 (const_rtx r, enum rtx_code code1, enum rtx_code code2, in rtl_check_failed_code2() argument 900 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (GET_CODE (r)), in rtl_check_failed_code2() 905 rtl_check_failed_code3 (const_rtx r, enum rtx_code code1, enum rtx_code code2, in rtl_check_failed_code3() argument 911 GET_RTX_NAME (code1), GET_RTX_NAME (code2), GET_RTX_NAME (code3), in rtl_check_failed_code3()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 387 enum tree_code code1; in composite_type() local 401 code1 = TREE_CODE (t1); in composite_type() 412 if (code1 == ENUMERAL_TYPE && code2 == INTEGER_TYPE) in composite_type() 414 if (code2 == ENUMERAL_TYPE && code1 == INTEGER_TYPE) in composite_type() 417 gcc_assert (code1 == code2); in composite_type() 419 switch (code1) in composite_type() 724 enum tree_code code1; in c_common_type() local 749 code1 = TREE_CODE (t1); in c_common_type() 752 gcc_assert (code1 == VECTOR_TYPE || code1 == COMPLEX_TYPE in c_common_type() 753 || code1 == FIXED_POINT_TYPE || code1 == REAL_TYPE in c_common_type() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 391 enum tree_code code1; in composite_type() local 405 code1 = TREE_CODE (t1); in composite_type() 416 if (code1 == ENUMERAL_TYPE && code2 == INTEGER_TYPE) in composite_type() 418 if (code2 == ENUMERAL_TYPE && code1 == INTEGER_TYPE) in composite_type() 421 gcc_assert (code1 == code2); in composite_type() 423 switch (code1) in composite_type() 728 enum tree_code code1; in c_common_type() local 759 code1 = TREE_CODE (t1); in c_common_type() 762 gcc_assert (code1 == VECTOR_TYPE || code1 == COMPLEX_TYPE in c_common_type() 763 || code1 == FIXED_POINT_TYPE || code1 == REAL_TYPE in c_common_type() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 264 enum tree_code code1 = TREE_CODE (t1); in cp_common_type() local 294 if (code1 == COMPLEX_TYPE || code2 == COMPLEX_TYPE) in cp_common_type() 296 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in cp_common_type() 301 if (code1 == COMPLEX_TYPE && TREE_TYPE (t1) == subtype) in cp_common_type() 310 if (code1 == VECTOR_TYPE) in cp_common_type() 321 if (code1 == REAL_TYPE && code2 != REAL_TYPE) in cp_common_type() 323 if (code2 == REAL_TYPE && code1 != REAL_TYPE) in cp_common_type() 336 if (code1 != REAL_TYPE) in cp_common_type() 735 enum tree_code code1; in merge_types() local 764 code1 = TREE_CODE (t1); in merge_types() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 283 enum tree_code code1 = TREE_CODE (t1); in cp_common_type() local 313 if (code1 == COMPLEX_TYPE || code2 == COMPLEX_TYPE) in cp_common_type() 315 tree subtype1 = code1 == COMPLEX_TYPE ? TREE_TYPE (t1) : t1; in cp_common_type() 320 if (code1 == COMPLEX_TYPE && TREE_TYPE (t1) == subtype) in cp_common_type() 329 if (code1 == VECTOR_TYPE) in cp_common_type() 340 if (code1 == REAL_TYPE && code2 != REAL_TYPE) in cp_common_type() 342 if (code2 == REAL_TYPE && code1 != REAL_TYPE) in cp_common_type() 355 if (code1 != REAL_TYPE) in cp_common_type() 763 enum tree_code code1; in merge_types() local 792 code1 = TREE_CODE (t1); in merge_types() [all …]
|
/netbsd-src/usr.bin/mkubootimage/ |
H A D | arm64.h | 39 uint32_t code1; /* Executable code */ member
|