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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 525 tree nitems_total = niters; local
534 nitems_total = gimple_build (preheader_seq, MULT_EXPR, compare_type,
535 nitems_total, compare_factor);
569 nitems_total = gimple_convert (preheader_seq, iv_type, nitems_total);
575 create_iv (nitems_total, MINUS_EXPR, step, NULL_TREE, loop, &incr_gsi,
583 create_iv (nitems_total, MINUS_EXPR, nitems_step, NULL_TREE, loop,
610 NITEMS_TOTAL +[infinite-prec] NITEMS_SKIP
617 (NITEMS_TOTAL +[infinite-prec] NITEMS_SKIP)
624 (NITEMS_TOTAL +[infinite-prec] NITEMS_SKIP
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 446 tree nitems_total = niters; local
455 nitems_total = gimple_build (preheader_seq, MULT_EXPR, compare_type,
456 nitems_total, compare_factor);
481 NITEMS_TOTAL +[infinite-prec] NITEMS_SKIP
488 (NITEMS_TOTAL +[infinite-prec] NITEMS_SKIP)
495 (NITEMS_TOTAL +[infinite-prec] NITEMS_SKIP)
500 NITEMS_TOTAL -[sat] (NITEMS_STEP - NITEMS_SKIP)
511 nitems_total, adjust);
526 nitems_total, const_limit);
532 a value above NITEMS_TOTAL. That only matters for the latc
    [all...]

Completed in 20 milliseconds