Home | History | Annotate | Download | only in gcc

Lines Matching defs:per

608 	  tree per = oacc_thread_numbers (false, mask, &seq);
609 per = fold_convert (type, per);
611 per = fold_build2 (MULT_EXPR, type, per, chunk_size);
612 per = fold_build2 (MULT_EXPR, type, per, step);
614 r = build2 (PLUS_EXPR, type, r, per);
615 r = build2 (TRUNC_DIV_EXPR, type, r, per);
672 tree per = fold_build2 (MULT_EXPR, diff_type, volume, step);
675 chunk_size = build2 (PLUS_EXPR, diff_type, chunk_size, per);
676 chunk_size = build2 (TRUNC_DIV_EXPR, diff_type, chunk_size, per);
692 tree per
694 per = build2 (MULT_EXPR, diff_type, per, chunk);
696 r = build2 (PLUS_EXPR, diff_type, r, per);
719 tree per = fold_build2 (MULT_EXPR, diff_type, volume, step);
722 chunk_size = build2 (PLUS_EXPR, diff_type, chunk_size, per);
723 chunk_size = build2 (TRUNC_DIV_EXPR, diff_type, chunk_size, per);