Home
last modified time | relevance | path

Searched refs:operation_precision (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-patterns.cc1872 unsigned int new_precision = last_stmt_info->operation_precision; in vect_recog_over_widening_pattern()
5062 && (!stmt_info->operation_precision in vect_set_operation_type()
5063 || stmt_info->operation_precision > precision)) in vect_set_operation_type()
5065 stmt_info->operation_precision = precision; in vect_set_operation_type()
5327 unsigned int operation_precision, min_input_precision; in vect_determine_precisions_from_users() local
5333 operation_precision = precision; in vect_determine_precisions_from_users()
5355 operation_precision = MAX (stmt_info->min_output_precision, in vect_determine_precisions_from_users()
5358 min_input_precision = (MAX (operation_precision, const_shift) in vect_determine_precisions_from_users()
5364 operation_precision = (stmt_info->min_output_precision in vect_determine_precisions_from_users()
5366 min_input_precision = operation_precision; in vect_determine_precisions_from_users()
[all …]
Dtree-vectorizer.h1316 unsigned int operation_precision;
DChangeLog-201817600 min_input_precision, operation_precision and operation_sign.