HomeSort by: relevance | last modified time | path
    Searched defs:min_ni_prec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 1601 unsigned int min_ni_prec local
1607 iterations multiplied by the scale factor (min_ni_prec above)
1610 If min_ni_prec is less than the precision of the current niters,
1616 min_ni_prec = MAX (min_ni_prec, ni_prec);
1617 min_ni_prec = MAX (min_ni_prec, GET_MODE_BITSIZE (Pmode));
1632 if (tbits >= min_ni_prec && targetm.scalar_mode_supported_p (tmode))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1207 unsigned int min_ni_prec local
1213 iterations multiplied by the scale factor (min_ni_prec above)
1216 If min_ni_prec is less than the precision of the current niters,
1222 min_ni_prec = MAX (min_ni_prec, ni_prec);
1223 min_ni_prec = MAX (min_ni_prec, GET_MODE_BITSIZE (Pmode));
1238 if (tbits >= min_ni_prec && targetm.scalar_mode_supported_p (tmode))

Completed in 26 milliseconds