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

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 1731 #define MAX_INTERM_CVT_STEPS 3
tree-vect-stmts.cc 14340 /* We assume here that there will not be more than MAX_INTERM_CVT_STEPS
14342 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do
14344 interm_types->create (MAX_INTERM_CVT_STEPS);
14345 for (i = 0; i < MAX_INTERM_CVT_STEPS; i++)
14540 /* We assume here that there will not be more than MAX_INTERM_CVT_STEPS
14542 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do not. */
14543 interm_types->create (MAX_INTERM_CVT_STEPS);
14544 for (i = 0; i < MAX_INTERM_CVT_STEPS; i++)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 1609 #define MAX_INTERM_CVT_STEPS 3
tree-vect-stmts.cc 12178 /* We assume here that there will not be more than MAX_INTERM_CVT_STEPS
12180 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do
12182 interm_types->create (MAX_INTERM_CVT_STEPS);
12183 for (i = 0; i < MAX_INTERM_CVT_STEPS; i++)
12366 /* We assume here that there will not be more than MAX_INTERM_CVT_STEPS
12368 MAX_INTERM_CVT_STEPS to get to NARROW_VECTYPE, and fail if we do not. */
12369 interm_types->create (MAX_INTERM_CVT_STEPS);
12370 for (i = 0; i < MAX_INTERM_CVT_STEPS; i++)

Completed in 53 milliseconds