Home
last modified time | relevance | path

Searched refs:unprom (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-patterns.c380 vect_unpromoted_value *unprom,
411 || TYPE_PRECISION (unprom->type) == orig_precision
412 || TYPE_SIGN (unprom->type) == TYPE_SIGN (op_type))
414 unprom->set_op (op, dt, caster);
420 != TYPE_PRECISION (unprom->type))
544 vect_unpromoted_value *unprom, tree *common_type) in vect_widened_op_tree() argument
567 vect_unpromoted_value *this_unprom = &unprom[next_op]; in vect_widened_op_tree()
730 vect_unpromoted_value *unprom, tree vectype) in vect_convert_input() argument
735 if (types_compatible_p (type, TREE_TYPE (unprom->op))) in vect_convert_input()
736 return unprom->op; in vect_convert_input()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-patterns.cc387 vect_unpromoted_value *unprom, in vect_look_through_possible_promotion() argument
418 || TYPE_PRECISION (unprom->type) == orig_precision in vect_look_through_possible_promotion()
419 || TYPE_SIGN (unprom->type) == TYPE_SIGN (op_type)) in vect_look_through_possible_promotion()
421 unprom->set_op (op, dt, caster); in vect_look_through_possible_promotion()
427 != TYPE_PRECISION (unprom->type)) in vect_look_through_possible_promotion()
556 vect_unpromoted_value *unprom, tree *common_type, in vect_widened_op_tree() argument
579 vect_unpromoted_value *this_unprom = &unprom[next_op]; in vect_widened_op_tree()
772 vect_unpromoted_value *unprom, tree vectype, in vect_convert_input() argument
778 && TYPE_SIGN (type) != TYPE_SIGN (TREE_TYPE (unprom->op))) in vect_convert_input()
780 TYPE_SIGN (unprom->type)); in vect_convert_input()
[all …]