HomeSort by: relevance | last modified time | path
    Searched refs:operation_precision (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 2981 unsigned int new_precision = last_stmt_info->operation_precision;
3079 /* Although the operation could be done in operation_precision, we have
6342 && (!stmt_info->operation_precision
6343 || stmt_info->operation_precision > precision))
6345 stmt_info->operation_precision = precision;
6607 unsigned int operation_precision, min_input_precision; local
6613 operation_precision = precision;
6635 operation_precision = MAX (stmt_info->min_output_precision,
6638 min_input_precision = (MAX (operation_precision, const_shift)
6644 operation_precision = (stmt_info->min_output_precisio
    [all...]
tree-vectorizer.h 1437 unsigned int operation_precision; member in class:_stmt_vec_info
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 1872 unsigned int new_precision = last_stmt_info->operation_precision;
1970 /* Although the operation could be done in operation_precision, we have
5062 && (!stmt_info->operation_precision
5063 || stmt_info->operation_precision > precision))
5065 stmt_info->operation_precision = precision;
5327 unsigned int operation_precision, min_input_precision; local
5333 operation_precision = precision;
5355 operation_precision = MAX (stmt_info->min_output_precision,
5358 min_input_precision = (MAX (operation_precision, const_shift)
5364 operation_precision = (stmt_info->min_output_precisio
    [all...]
tree-vectorizer.h 1316 unsigned int operation_precision; member in class:_stmt_vec_info

Completed in 29 milliseconds