Home | History | Annotate | Download | only in gcc

Lines Matching refs:code1

1893   enum tree_code code1 = ERROR_MARK;
1913 if (supportable_convert_operation (code, ret_type, arg_type, &code1))
1915 g = gimple_build_assign (lhs, code1, arg);
1933 &code1))
1937 NULL_TREE, code1, false);
1951 code1 = VEC_PACK_TRUNC_EXPR;
1952 optab1 = optab_for_tree_code (code1, arg_type, optab_default);
1955 code1 = VEC_PACK_FIX_TRUNC_EXPR;
1957 optab1 = optab_for_tree_code (code1, ret_type, optab_default);
1960 code1 = VEC_PACK_FLOAT_EXPR;
1961 optab1 = optab_for_tree_code (code1, arg_type, optab_default);
1968 compute_type = get_compute_type (code1, optab1, arg_type);
1982 new_rhs = gimplify_build2 (gsi, code1, cretd_type,
1998 NULL_TREE, code1,
2004 arg, NULL_TREE, code1,
2019 code1 = VEC_UNPACK_LO_EXPR;
2023 code1 = VEC_UNPACK_FIX_TRUNC_LO_EXPR;
2027 code1 = VEC_UNPACK_FLOAT_LO_EXPR;
2034 std::swap (code1, code2);
2039 optab1 = optab_for_tree_code (code1, ret_type, optab_default);
2044 optab1 = optab_for_tree_code (code1, arg_type, optab_default);
2049 compute_type = get_compute_type (code1, optab1, arg_type);
2097 tree result = gimplify_build1 (gsi, code1, cretd_type, a);