HomeSort by: relevance | last modified time | path
    Searched refs:rhs_type (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 1806 tree rhs_oprnd, rhs_type, lhs_oprnd, lhs_type, vec_type, vec_rhs_type; local
1823 rhs_type = TREE_TYPE (rhs_oprnd);
1829 || !INTEGRAL_TYPE_P (rhs_type)
1830 || !type_has_mode_precision_p (rhs_type)
1851 prec = TYPE_PRECISION (rhs_type);
1858 vec_rhs_type = get_vectype_for_scalar_type (vinfo, rhs_type);
1876 = CTZ_DEFINED_VALUE_AT_ZERO (SCALAR_INT_TYPE_MODE (rhs_type),
1884 = CLZ_DEFINED_VALUE_AT_ZERO (SCALAR_INT_TYPE_MODE (rhs_type),
1915 if (!TYPE_UNSIGNED (rhs_type))
1917 rhs_type = unsigned_type_for (rhs_type)
3626 tree rhs_type = TREE_TYPE (rhs); local
    [all...]
gimple-lower-bitint.cc 230 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (stmt));
233 && TREE_CODE (rhs_type) == BITINT_TYPE
235 && bitint_precision_kind (rhs_type) >= bitint_prec_large
237 == CEIL (TYPE_PRECISION (rhs_type), limb_prec)))
239 if (TYPE_PRECISION (rhs_type) >= TYPE_PRECISION (lhs_type))
1289 tree rhs_type = TREE_TYPE (rhs1);
1293 && TREE_CODE (rhs_type) == BITINT_TYPE
1295 && bitint_precision_kind (rhs_type) >= bitint_prec_large)
1297 if (TYPE_PRECISION (rhs_type) >= TYPE_PRECISION (lhs_type)
1308 == CEIL (TYPE_PRECISION (rhs_type), limb_prec)
    [all...]
tree-vectorizer.h 2679 tree rhs_type = TREE_TYPE (rhs); local
2681 || !INTEGRAL_TYPE_P (rhs_type)
2682 || TYPE_PRECISION (lhs_type) <= TYPE_PRECISION (rhs_type))
2700 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (assign)); local
2702 && INTEGRAL_TYPE_P (rhs_type)
2703 && TYPE_PRECISION (lhs_type) < TYPE_PRECISION (rhs_type));
internal-fn.cc 240 tree rhs_type = TREE_TYPE (rhs); local
242 if (INTEGRAL_TYPE_P (rhs_type))
244 TYPE_MODE (rhs_type),
245 TYPE_UNSIGNED (rhs_type));
249 create_undefined_input_operand (&ops[opno], TYPE_MODE (rhs_type));
250 else if (VECTOR_BOOLEAN_TYPE_P (rhs_type)
251 && SCALAR_INT_MODE_P (TYPE_MODE (rhs_type))
252 && maybe_ne (GET_MODE_PRECISION (TYPE_MODE (rhs_type)),
253 TYPE_VECTOR_SUBPARTS (rhs_type).to_constant ()))
256 int nunits = TYPE_VECTOR_SUBPARTS (rhs_type).to_constant ()
3874 tree rhs_type[2]; local
    [all...]
tree-ssa-dom.cc 230 tree rhs_type = TREE_TYPE (rhs); local
231 if (INTEGRAL_TYPE_P (rhs_type)
233 >= TYPE_PRECISION (rhs_type))
234 && int_fits_type_p (value, rhs_type))
236 fold_convert (rhs_type, value),
tree-vect-generic.cc 168 tree rhs_type = inner_type; local
174 rhs_type = signed_type_for (rhs_type);
176 a = tree_vec_extract (gsi, rhs_type, a, bitsize, bitpos);
tree-vect-data-refs.cc 170 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (assign)); local
172 rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (rhs_type));
174 scalar_type = rhs_type;
215 tree rhs_type = TREE_TYPE (gimple_call_arg (call, i)); local
216 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (rhs_type)))
218 rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (rhs_type));
220 scalar_type = rhs_type;
tree-vect-stmts.cc 3149 tree fndecl, new_temp, rhs_type; local
3190 rhs_type = NULL_TREE;
3205 rhs_type = unsigned_type_node;
3240 if (rhs_type
3241 && !types_compatible_p (rhs_type, TREE_TYPE (op)))
3248 if (!rhs_type)
3249 rhs_type = TREE_TYPE (op);
3265 vectype_in = get_vectype_for_scalar_type (vinfo, rhs_type, slp_node);
3272 "no vectype for scalar type %T\n", rhs_type);
5177 tree lhs_type, rhs_type;
    [all...]
gimple-ssa-strength-reduction.cc 1533 legal_cast_p_1 (tree lhs_type, tree rhs_type)
1539 rhs_size = TYPE_PRECISION (rhs_type);
1541 rhs_wraps = ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type);
tree-ssa-loop-niter.cc 2358 tree rhs_type = TREE_TYPE (iv_2); local
2360 || TREE_CODE (rhs_type) != INTEGER_TYPE
2361 || (TYPE_PRECISION (rhs_type)
tree-if-conv.cc 1008 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (stmt)); local
1009 if (!types_compatible_p (lhs_type, rhs_type))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 2534 tree rhs_type = TREE_TYPE (rhs); local
2536 || !INTEGRAL_TYPE_P (rhs_type)
2537 || TYPE_PRECISION (lhs_type) <= TYPE_PRECISION (rhs_type))
2555 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (assign)); local
2557 && INTEGRAL_TYPE_P (rhs_type)
2558 && TYPE_PRECISION (lhs_type) < TYPE_PRECISION (rhs_type));
tree-ssa-dom.cc 227 tree rhs_type = TREE_TYPE (rhs); local
228 if (INTEGRAL_TYPE_P (rhs_type)
230 >= TYPE_PRECISION (rhs_type))
231 && int_fits_type_p (value, rhs_type))
233 fold_convert (rhs_type, value),
internal-fn.cc 3612 tree rhs_type = TREE_TYPE (rhs); local
3614 if (INTEGRAL_TYPE_P (rhs_type))
3616 TYPE_MODE (rhs_type),
3617 TYPE_UNSIGNED (rhs_type));
3619 create_input_operand (&ops[i + 1], rhs_rtx, TYPE_MODE (rhs_type));
3658 tree rhs_type[2]; local
3668 rhs_type[i] = TREE_TYPE (rhs);
3670 create_input_operand (&ops[i + 1], rhs_rtx, TYPE_MODE (rhs_type[i]));
3673 insn_code icode = convert_optab_handler (optab, TYPE_MODE (rhs_type[0]),
tree-vect-stmts.cc 3282 tree fndecl, new_temp, rhs_type; local
3322 rhs_type = NULL_TREE;
3337 rhs_type = unsigned_type_node;
3364 if (rhs_type
3365 && !types_compatible_p (rhs_type, TREE_TYPE (op)))
3372 if (!rhs_type)
3373 rhs_type = TREE_TYPE (op);
3389 vectype_in = get_vectype_for_scalar_type (vinfo, rhs_type, slp_node);
3396 "no vectype for scalar type %T\n", rhs_type);
4865 tree lhs_type, rhs_type; local
    [all...]
tree-vect-generic.cc 205 tree rhs_type = inner_type; local
211 rhs_type = signed_type_for (rhs_type);
213 a = tree_vec_extract (gsi, rhs_type, a, bitsize, bitpos);
tree-vect-data-refs.cc 144 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (assign)); local
146 rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (rhs_type));
148 scalar_type = rhs_type;
172 tree rhs_type = TREE_TYPE (gimple_call_arg (call, i)); local
173 if (tree_fits_uhwi_p (TYPE_SIZE_UNIT (rhs_type)))
175 rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (rhs_type));
177 scalar_type = rhs_type;
tree-vect-patterns.cc 2517 tree rhs_type = TREE_TYPE (rhs); local
2518 if (!INTEGRAL_TYPE_P (rhs_type)
2519 || VECT_SCALAR_BOOLEAN_TYPE_P (rhs_type)
2520 || TYPE_PRECISION (rhs_type) <= GET_MODE_BITSIZE (lhs_mode))
2526 || TYPE_PRECISION (unprom.type) >= TYPE_PRECISION (rhs_type))
2529 /* If the bits above RHS_TYPE matter, make sure that they're the
2532 && TYPE_SIGN (rhs_type) != TYPE_SIGN (unprom.type))
gimple-ssa-strength-reduction.cc 1533 legal_cast_p_1 (tree lhs_type, tree rhs_type)
1539 rhs_size = TYPE_PRECISION (rhs_type);
1541 rhs_wraps = ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type);
tree-if-conv.cc 990 tree rhs_type = TREE_TYPE (gimple_assign_rhs1 (stmt)); local
991 if (!types_compatible_p (lhs_type, rhs_type))
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1427 tree rhs_type = TREE_TYPE (gimple_call_arg (f.call, 0)); variable
1429 TYPE_VECTOR_SUBPARTS (rhs_type));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 4703 tree rhs_type = rhs->get_type (); local
4704 if (lhs_type && rhs_type)
4710 && lhs_type == rhs_type)
4719 && lhs_type == rhs_type)
4726 && lhs_type == rhs_type)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1823 tree rhs_type = TREE_TYPE (gimple_call_arg (f.call, 0)); variable
1825 TYPE_VECTOR_SUBPARTS (rhs_type));
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 4600 tree rhs_type;
4629 rhs_type = TREE_TYPE (rhs);
4638 nonatomic_rhs_type = build_qualified_type (rhs_type, TYPE_UNQUALIFIED);
4676 && TREE_CODE (rhs_type) == INTEGER_TYPE)
4790 && (FLOAT_TYPE_P (lhs_type) || FLOAT_TYPE_P (rhs_type)));
4802 if (rhs_type != rhs_semantic_type)
4584 tree rhs_type; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 4156 tree rhs_type;
4185 rhs_type = TREE_TYPE (rhs);
4194 nonatomic_rhs_type = build_qualified_type (rhs_type, TYPE_UNQUALIFIED);
4232 && TREE_CODE (rhs_type) == INTEGER_TYPE)
4346 && (FLOAT_TYPE_P (lhs_type) || FLOAT_TYPE_P (rhs_type)));
4358 if (rhs_type != rhs_semantic_type)
4142 tree rhs_type; local

Completed in 114 milliseconds

1 2