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

  /src/external/gpl3/gcc/dist/libgomp/
team.c 59 unsigned int num_teams; member in struct:gomp_thread_start_data
93 thr->num_teams = data->num_teams;
656 nthr->num_teams = thr->num_teams;
848 start_data->num_teams = thr->num_teams;
libgomp.h 885 unsigned int num_teams; member in struct:gomp_thread
  /src/external/gpl3/gcc.old/dist/libgomp/
team.c 59 unsigned int num_teams; member in struct:gomp_thread_start_data
93 thr->num_teams = data->num_teams;
657 nthr->num_teams = thr->num_teams;
847 start_data->num_teams = thr->num_teams;
libgomp.h 776 unsigned int num_teams; member in struct:gomp_thread
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 532 int num_teams; member in struct:team_arena_list
1700 get_team_arena (struct agent_info *agent, int num_teams)
1707 if (item->num_teams < num_teams)
1716 GCN_DEBUG ("Creating a new arena for %d teams\n", num_teams);
1724 item->num_teams = num_teams;
1747 TEAM_ARENA_SIZE*num_teams,
1868 create_kernel_dispatch (struct kernel_info *kernel, int num_teams)
1917 kernargs->arena_ptr = (int64_t)get_team_arena (agent, num_teams);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 939 tree num_teams = omp_find_clause (clauses, OMP_CLAUSE_NUM_TEAMS); local
940 if (num_teams == NULL_TREE)
941 num_teams = build_int_cst (unsigned_type_node, 0);
944 num_teams = OMP_CLAUSE_NUM_TEAMS_UPPER_EXPR (num_teams);
945 num_teams = fold_convert (unsigned_type_node, num_teams);
969 args->quick_push (num_teams);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 936 tree num_teams = omp_find_clause (clauses, OMP_CLAUSE_NUM_TEAMS); local
937 if (num_teams == NULL_TREE)
938 num_teams = build_int_cst (unsigned_type_node, 0);
941 num_teams = OMP_CLAUSE_NUM_TEAMS_UPPER_EXPR (num_teams);
942 num_teams = fold_convert (unsigned_type_node, num_teams);
966 args->quick_push (num_teams);

Completed in 103 milliseconds