| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-cfg.c | 3815 tree lhs_type = TREE_TYPE (lhs); in verify_gimple_assign_unary() local 3840 if ((POINTER_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3843 && INTEGRAL_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3844 && (TYPE_PRECISION (rhs1_type) >= TYPE_PRECISION (lhs_type) in verify_gimple_assign_unary() 3849 if ((TREE_CODE (lhs_type) == OFFSET_TYPE in verify_gimple_assign_unary() 3851 || (INTEGRAL_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3857 if (INTEGRAL_TYPE_P (lhs_type) != INTEGRAL_TYPE_P (rhs1_type)) in verify_gimple_assign_unary() 3860 debug_generic_expr (lhs_type); in verify_gimple_assign_unary() 3870 if (!POINTER_TYPE_P (rhs1_type) || !POINTER_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3872 == TYPE_ADDR_SPACE (TREE_TYPE (lhs_type)))) in verify_gimple_assign_unary() [all …]
|
| HD | value-prof.c | 926 tree lhs_type, result, value; in gimple_mod_pow2_value_transform() local 934 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_mod_pow2_value_transform() 935 if (!INTEGRAL_TYPE_P (lhs_type)) in gimple_mod_pow2_value_transform() 940 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type)) in gimple_mod_pow2_value_transform() 1093 tree lhs_type, result; in gimple_mod_subtract_transform() local 1102 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_mod_subtract_transform() 1103 if (!INTEGRAL_TYPE_P (lhs_type)) in gimple_mod_subtract_transform() 1108 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type)) in gimple_mod_subtract_transform()
|
| HD | gimple-ssa-strength-reduction.c | 1548 legal_cast_p_1 (tree lhs_type, tree rhs_type) in legal_cast_p_1() argument 1553 lhs_size = TYPE_PRECISION (lhs_type); in legal_cast_p_1() 1555 lhs_wraps = ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_type); in legal_cast_p_1() 3786 tree lhs_type = TREE_TYPE (lhs); in replace_one_candidate() local 3789 if (types_compatible_p (lhs_type, basis_type)) in replace_one_candidate()
|
| HD | internal-fn.c | 2873 tree lhs_type = TREE_TYPE (lhs); in expand_direct_optab_fn() local 2913 gcc_checking_assert (INTEGRAL_TYPE_P (lhs_type)); in expand_direct_optab_fn() 2922 gcc_checking_assert (INTEGRAL_TYPE_P (lhs_type)); in expand_direct_optab_fn() 2937 tree lhs_type = TREE_TYPE (lhs); in expand_while_optab_fn() local 2939 create_output_operand (&ops[0], lhs_rtx, TYPE_MODE (lhs_type)); in expand_while_optab_fn() 2950 TYPE_MODE (lhs_type)); in expand_while_optab_fn()
|
| HD | tree-vect-loop.c | 6356 tree lhs_type = TREE_TYPE (gimple_phi_result (stmt)); in is_nonwrapping_integer_induction() local 6367 if (TYPE_OVERFLOW_UNDEFINED (lhs_type)) in is_nonwrapping_integer_induction() 6373 max_loop_value = wi::mul (wi::to_widest (step), ni, TYPE_SIGN (lhs_type), in is_nonwrapping_integer_induction() 6379 TYPE_SIGN (lhs_type), &overflow); in is_nonwrapping_integer_induction() 6383 return (wi::min_precision (max_loop_value, TYPE_SIGN (lhs_type)) in is_nonwrapping_integer_induction() 6384 <= TYPE_PRECISION (lhs_type)); in is_nonwrapping_integer_induction() 8203 tree lhs, lhs_type, bitsize, vec_bitsize; in vectorizable_live_operation() local 8311 lhs_type = TREE_TYPE (lhs); in vectorizable_live_operation() 8372 new_tree = gimple_convert (&stmts, lhs_type, scalar_res); in vectorizable_live_operation() 8380 new_tree = force_gimple_operand (fold_convert (lhs_type, new_tree), in vectorizable_live_operation()
|
| HD | gimple-ssa-store-merging.c | 301 tree lhs_type; in verify_symbolic_number_p() local 303 lhs_type = gimple_expr_type (stmt); in verify_symbolic_number_p() 305 if (TREE_CODE (lhs_type) != INTEGER_TYPE) in verify_symbolic_number_p() 308 if (TYPE_PRECISION (lhs_type) != TYPE_PRECISION (n->type)) in verify_symbolic_number_p()
|
| HD | hsa-gen.c | 3700 tree lhs_type = TREE_TYPE (result); variable 3705 if (AGGREGATE_TYPE_P (lhs_type)) 3716 = mem_type_for_type (hsa_type_for_scalar_tree_type (lhs_type, 3758 tree lhs_type = TREE_TYPE (lhs); in gen_hsa_insns_for_call_of_internal_fn() local 3795 hsa_op_address *addr = gen_hsa_addr_for_arg (lhs_type, -1); in gen_hsa_insns_for_call_of_internal_fn()
|
| HD | tree-vect-stmts.c | 4468 tree lhs_type, rhs_type; in vectorizable_conversion() local 4508 lhs_type = TREE_TYPE (scalar_dest); in vectorizable_conversion() 4515 && !((INTEGRAL_TYPE_P (lhs_type) in vectorizable_conversion() 4517 || (SCALAR_FLOAT_TYPE_P (lhs_type) in vectorizable_conversion() 4522 && ((INTEGRAL_TYPE_P (lhs_type) in vectorizable_conversion() 4523 && !type_has_mode_precision_p (lhs_type)) in vectorizable_conversion() 4625 scalar_mode lhs_mode = SCALAR_TYPE_MODE (lhs_type); in vectorizable_conversion()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-cfg.c | 3341 tree lhs_type = TREE_TYPE (lhs); in verify_gimple_assign_unary() local 3366 if ((POINTER_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3369 && INTEGRAL_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3370 && (TYPE_PRECISION (rhs1_type) >= TYPE_PRECISION (lhs_type) in verify_gimple_assign_unary() 3375 if ((TREE_CODE (lhs_type) == OFFSET_TYPE in verify_gimple_assign_unary() 3377 || (TREE_CODE (lhs_type) == INTEGER_TYPE in verify_gimple_assign_unary() 3383 if (INTEGRAL_TYPE_P (lhs_type) != INTEGRAL_TYPE_P (rhs1_type)) in verify_gimple_assign_unary() 3386 debug_generic_expr (lhs_type); in verify_gimple_assign_unary() 3396 if (!POINTER_TYPE_P (rhs1_type) || !POINTER_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3398 == TYPE_ADDR_SPACE (TREE_TYPE (lhs_type)))) in verify_gimple_assign_unary() [all …]
|
| HD | value-prof.c | 804 tree lhs_type, result, value; in gimple_mod_pow2_value_transform() local 812 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_mod_pow2_value_transform() 813 if (!INTEGRAL_TYPE_P (lhs_type)) in gimple_mod_pow2_value_transform() 818 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type)) in gimple_mod_pow2_value_transform() 975 tree lhs_type, result; in gimple_mod_subtract_transform() local 985 lhs_type = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_mod_subtract_transform() 986 if (!INTEGRAL_TYPE_P (lhs_type)) in gimple_mod_subtract_transform() 991 if (code != TRUNC_MOD_EXPR || !TYPE_UNSIGNED (lhs_type)) in gimple_mod_subtract_transform()
|
| HD | tree-vect-stmts.c | 2193 tree lhs_type, rhs_type; in vectorizable_conversion() local 2231 lhs_type = TREE_TYPE (scalar_dest); in vectorizable_conversion() 2238 && !((INTEGRAL_TYPE_P (lhs_type) in vectorizable_conversion() 2240 || (SCALAR_FLOAT_TYPE_P (lhs_type) in vectorizable_conversion() 2244 if ((INTEGRAL_TYPE_P (lhs_type) in vectorizable_conversion() 2245 && (TYPE_PRECISION (lhs_type) in vectorizable_conversion() 2246 != GET_MODE_PRECISION (TYPE_MODE (lhs_type)))) in vectorizable_conversion() 2355 || (GET_MODE_SIZE (TYPE_MODE (lhs_type)) in vectorizable_conversion() 2360 fltsz = GET_MODE_SIZE (TYPE_MODE (lhs_type)); in vectorizable_conversion() 2414 || (GET_MODE_SIZE (TYPE_MODE (lhs_type)) in vectorizable_conversion()
|
| HD | tree-ssa-math-opts.c | 1588 tree lhs_type; in verify_symbolic_number_p() local 1590 lhs_type = gimple_expr_type (stmt); in verify_symbolic_number_p() 1592 if (TREE_CODE (lhs_type) != INTEGER_TYPE) in verify_symbolic_number_p() 1595 if (TYPE_PRECISION (lhs_type) != n->size * BITS_PER_UNIT) in verify_symbolic_number_p()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 3932 tree lhs_type = TREE_TYPE (lhs); in build_atomic_assign() local 3939 gcc_assert (TYPE_ATOMIC (lhs_type)); in build_atomic_assign() 3966 nonatomic_lhs_type = build_qualified_type (lhs_type, TYPE_UNQUALIFIED); in build_atomic_assign() 4002 if ((TREE_CODE (lhs_type) == INTEGER_TYPE || POINTER_TYPE_P (lhs_type)) in build_atomic_assign() 4040 unsigned HOST_WIDE_INT size = tree_to_uhwi (TYPE_SIZE_UNIT (lhs_type)); in build_atomic_assign() 4046 if (POINTER_TYPE_P (lhs_type)) in build_atomic_assign() 4048 if (!COMPLETE_TYPE_P (TREE_TYPE (lhs_type)) in build_atomic_assign() 4053 || TYPE_RESTRICT (lhs_type)) in build_atomic_assign() 4055 tree sz = TYPE_SIZE_UNIT (TREE_TYPE (lhs_type)); in build_atomic_assign() 4117 && (FLOAT_TYPE_P (lhs_type) || FLOAT_TYPE_P (rhs_type))); in build_atomic_assign()
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | ada-lang.c | 9052 struct type *lhs_type; in assign_aggregate() local 9075 lhs_type = value_type (lhs); in assign_aggregate() 9076 if (ada_is_direct_array_type (lhs_type)) in assign_aggregate() 9079 lhs_type = value_type (lhs); in assign_aggregate() 9080 low_index = TYPE_ARRAY_LOWER_BOUND_VALUE (lhs_type); in assign_aggregate() 9081 high_index = TYPE_ARRAY_UPPER_BOUND_VALUE (lhs_type); in assign_aggregate() 9083 else if (TYPE_CODE (lhs_type) == TYPE_CODE_STRUCT) in assign_aggregate() 9086 high_index = num_visible_fields (lhs_type) - 1; in assign_aggregate()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 1619 enum tree_code lhs_type; member 7273 enum tree_code tree_type, lhs_type, rhs_type; in cp_parser_binary_expression() local 7279 lhs_type = ERROR_MARK; in cp_parser_binary_expression() 7349 sp->lhs_type = lhs_type; in cp_parser_binary_expression() 7352 lhs_type = rhs_type; in cp_parser_binary_expression() 7370 rhs_type = lhs_type; in cp_parser_binary_expression() 7372 lhs_type = sp->lhs_type; in cp_parser_binary_expression() 7395 lhs = build_x_binary_op (tree_type, lhs, lhs_type, rhs, rhs_type, in cp_parser_binary_expression() 7397 lhs_type = tree_type; in cp_parser_binary_expression()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 1862 enum tree_code lhs_type; member 9189 current.lhs_type = (cp_lexer_next_token_is (parser->lexer, CPP_NOT) in cp_parser_binary_expression() 9274 current.lhs_type = rhs_type; in cp_parser_binary_expression() 9289 rhs_type = current.lhs_type; in cp_parser_binary_expression() 9304 && current.lhs_type == TRUTH_NOT_EXPR in cp_parser_binary_expression() 9354 current.lhs, current.lhs_type, in cp_parser_binary_expression() 9360 current.lhs_type = current.tree_type; in cp_parser_binary_expression()
|