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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 4069 if (clauses->num_tasks)
4071 tree num_tasks; local
4074 gfc_conv_expr (&se, clauses->num_tasks);
4076 num_tasks = gfc_evaluate_now (se.expr, block);
4080 OMP_CLAUSE_NUM_TASKS_EXPR (c) = num_tasks;
6215 clausesa[GFC_OMP_SPLIT_TASKLOOP].num_tasks
6216 = code->ext.omp_clauses->num_tasks;
trans-openmp.cc 4069 if (clauses->num_tasks)
4071 tree num_tasks; local
4074 gfc_conv_expr (&se, clauses->num_tasks);
4076 num_tasks = gfc_evaluate_now (se.expr, block);
4080 OMP_CLAUSE_NUM_TASKS_EXPR (c) = num_tasks;
6215 clausesa[GFC_OMP_SPLIT_TASKLOOP].num_tasks
6216 = code->ext.omp_clauses->num_tasks;
gfortran.h 1518 struct gfc_expr *num_tasks; member in struct:gfc_omp_clauses
gfortran.h 1518 struct gfc_expr *num_tasks; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 4557 if (clauses->num_tasks)
4559 tree num_tasks; local
4562 gfc_conv_expr (&se, clauses->num_tasks);
4564 num_tasks = gfc_evaluate_now (se.expr, block);
4568 OMP_CLAUSE_NUM_TASKS_EXPR (c) = num_tasks;
6969 clausesa[GFC_OMP_SPLIT_TASKLOOP].num_tasks
6970 = code->ext.omp_clauses->num_tasks;
trans-openmp.cc 4557 if (clauses->num_tasks)
4559 tree num_tasks; local
4562 gfc_conv_expr (&se, clauses->num_tasks);
4564 num_tasks = gfc_evaluate_now (se.expr, block);
4568 OMP_CLAUSE_NUM_TASKS_EXPR (c) = num_tasks;
6969 clausesa[GFC_OMP_SPLIT_TASKLOOP].num_tasks
6970 = code->ext.omp_clauses->num_tasks;
gfortran.h 1572 struct gfc_expr *num_tasks; member in struct:gfc_omp_clauses
gfortran.h 1572 struct gfc_expr *num_tasks; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 775 tree num_tasks = NULL_TREE; local
793 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_NUM_TASKS);
794 if (num_tasks)
796 if (OMP_CLAUSE_NUM_TASKS_STRICT (num_tasks))
798 num_tasks = OMP_CLAUSE_NUM_TASKS_EXPR (num_tasks);
802 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE);
803 if (num_tasks)
806 if (OMP_CLAUSE_GRAINSIZE_STRICT (num_tasks))
808 num_tasks = OMP_CLAUSE_GRAINSIZE_EXPR (num_tasks)
    [all...]
omp-expand.cc 775 tree num_tasks = NULL_TREE; local
793 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_NUM_TASKS);
794 if (num_tasks)
796 if (OMP_CLAUSE_NUM_TASKS_STRICT (num_tasks))
798 num_tasks = OMP_CLAUSE_NUM_TASKS_EXPR (num_tasks);
802 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE);
803 if (num_tasks)
806 if (OMP_CLAUSE_GRAINSIZE_STRICT (num_tasks))
808 num_tasks = OMP_CLAUSE_GRAINSIZE_EXPR (num_tasks)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 776 tree num_tasks = NULL_TREE; local
794 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_NUM_TASKS);
795 if (num_tasks)
797 if (OMP_CLAUSE_NUM_TASKS_STRICT (num_tasks))
799 num_tasks = OMP_CLAUSE_NUM_TASKS_EXPR (num_tasks);
803 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE);
804 if (num_tasks)
807 if (OMP_CLAUSE_GRAINSIZE_STRICT (num_tasks))
809 num_tasks = OMP_CLAUSE_GRAINSIZE_EXPR (num_tasks)
    [all...]
omp-expand.cc 776 tree num_tasks = NULL_TREE; local
794 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_NUM_TASKS);
795 if (num_tasks)
797 if (OMP_CLAUSE_NUM_TASKS_STRICT (num_tasks))
799 num_tasks = OMP_CLAUSE_NUM_TASKS_EXPR (num_tasks);
803 num_tasks = omp_find_clause (tclauses, OMP_CLAUSE_GRAINSIZE);
804 if (num_tasks)
807 if (OMP_CLAUSE_GRAINSIZE_STRICT (num_tasks))
809 num_tasks = OMP_CLAUSE_GRAINSIZE_EXPR (num_tasks)
    [all...]

Completed in 100 milliseconds