Searched refs:gomp_task (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dpriority_queue.c41 struct gomp_task *task)
59 struct gomp_task *task)
74 struct gomp_task *task)
104 struct gomp_task *t = priority_node_to_task (type, p);
180 need to find the priority within gomp_task (which has not been
216 static struct gomp_task *
223 struct gomp_task *ret = priority_tree_next_task_1 (type, node->right);
247 struct gomp_task *
254 struct gomp_task *t1 = priority_tree_next_task_1 (type1, q1->t.root);
262 struct gomp_task *t
[all...]
H A Dpriority_queue.h106 See pnode field of gomp_task. */
120 struct gomp_task *);
128 extern struct gomp_task *priority_tree_next_task (enum priority_queue_type,
169 static inline struct gomp_task *priority_node_to_task
174 struct gomp_task *);
239 struct gomp_task *task,
292 struct gomp_task *task,
337 struct gomp_task *task,
371 static inline struct gomp_task *
384 struct gomp_task *
[all...]
H A Dtask.c65 gomp_init_task (struct gomp_task *task, struct gomp_task *parent_task,
69 out that partially filling gomp_task allows us to keep the
97 struct gomp_task *task = thr->task;
165 gomp_task_handle_depend (struct gomp_task *task, struct gomp_task *parent,
265 struct gomp_task *tsk = ent->task;
270 + 6 * sizeof (struct gomp_task *));
291 * sizeof (struct gomp_task *)));
390 struct gomp_task tas
[all...]
H A Dlibgomp.h195 struct gomp_task;
481 struct gomp_task *task;
492 struct gomp_task *elem[];
508 struct gomp_task struct
511 struct gomp_task *parent;
532 entries and the gomp_task in which they reside. */
589 struct gomp_task *task;
676 struct gomp_task implicit_task[];
693 struct gomp_task *task;
796 struct gomp_task *tas
[all...]
H A Dtaskloop.c197 struct gomp_task task[num_tasks];
198 struct gomp_task *parent = thr->task;
244 struct gomp_task task;
275 struct gomp_task *tasks[num_tasks];
276 struct gomp_task *parent = thr->task;
284 struct gomp_task *task
346 struct gomp_task *task = tasks[i];
H A Dteam.c56 struct gomp_task *task;
104 struct gomp_task *task = thr->task;
121 struct gomp_task *task = thr->task;
297 struct gomp_task *task = thr->task;
313 struct gomp_task *task;
1098 struct gomp_task *task = gomp_malloc (sizeof (struct gomp_task));
H A Dtarget.c2066 struct gomp_task *task = thr->task;
2067 struct gomp_task **implicit_task = &task;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dpriority_queue.c41 struct gomp_task *task)
59 struct gomp_task *task)
74 struct gomp_task *task)
104 struct gomp_task *t = priority_node_to_task (type, p);
173 static struct gomp_task *
181 struct gomp_task *task = priority_tree_find (type, node->right, pred);
193 static struct gomp_task *
204 struct gomp_task *task = priority_node_to_task (type, node);
217 struct gomp_task *
237 need to find the priority within gomp_task (whic
[all...]
H A Dpriority_queue.h106 See pnode field of gomp_task. */
116 typedef bool (*priority_queue_predicate) (struct gomp_task *);
122 struct gomp_task *);
127 extern struct gomp_task *priority_queue_find (enum priority_queue_type,
133 extern struct gomp_task *priority_tree_next_task (enum priority_queue_type,
174 static inline struct gomp_task *priority_node_to_task
179 struct gomp_task *);
244 struct gomp_task *task,
297 struct gomp_task *task,
342 struct gomp_task *tas
[all...]
H A Dlibgomp.h198 struct gomp_task;
537 struct gomp_task *task;
548 struct gomp_task *elem[];
564 struct gomp_task struct
567 struct gomp_task *parent;
598 entries and the gomp_task in which they reside. */
655 struct gomp_task *task;
745 struct gomp_task implicit_task[];
762 struct gomp_task *task;
873 struct gomp_task *tas
[all...]
H A Dtask.c66 gomp_init_task (struct gomp_task *task, struct gomp_task *parent_task,
70 out that partially filling gomp_task allows us to keep the
100 struct gomp_task *task = thr->task;
168 gomp_task_handle_depend (struct gomp_task *task, struct gomp_task *parent,
268 struct gomp_task *tsk = ent->task;
273 + 6 * sizeof (struct gomp_task *));
294 * sizeof (struct gomp_task *)));
396 struct gomp_task tas
[all...]
H A Dtaskloop.c216 struct gomp_task task[num_tasks];
217 struct gomp_task *parent = thr->task;
263 struct gomp_task task;
294 struct gomp_task *tasks[num_tasks];
295 struct gomp_task *parent = thr->task;
303 struct gomp_task *task
365 struct gomp_task *task = tasks[i];
H A Dteam.c56 struct gomp_task *task;
110 struct gomp_task *task = thr->task;
127 struct gomp_task *task = thr->task;
310 struct gomp_task *task = thr->task;
326 struct gomp_task *task;
1117 struct gomp_task *task = gomp_malloc (sizeof (struct gomp_task));
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dteam.c105 struct gomp_task *task = thr->task;
123 struct gomp_task *task;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/gcn/
H A Dteam.c142 struct gomp_task *task = thr->task;
157 struct gomp_task *task;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dteam.c142 struct gomp_task *task = thr->task;
157 struct gomp_task *task;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dteam.c108 struct gomp_task *task = thr->task;
126 struct gomp_task *task;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h691 gomp_task : public gimple_statement_omp_taskreg
1231 is_a_helper <gomp_task *>::test (gimple *gs)
1473 is_a_helper <const gomp_task *>::test (const gimple *gs)
1558 gomp_task *gimple_build_omp_task (gimple_seq, tree, tree, tree, tree,
5631 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
5641 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
5652 gomp_task *omp_task_stmt = as_a <gomp_task *> (g
[all...]
H A Dcoretypes.h132 struct gomp_task;
H A Dgimple.c990 gomp_task *
995 gomp_task *p = as_a <gomp_task *> (gimple_alloc (GIMPLE_OMP_TASK, 0));
H A Dgimple-pretty-print.c2401 dump_gimple_omp_task (pretty_printer *buffer, const gomp_task *gs, int spc,
2641 dump_gimple_omp_task (buffer, as_a <const gomp_task *> (gs), spc, flags);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h693 gomp_task : public gimple_statement_omp_taskreg
1233 is_a_helper <gomp_task *>::test (gimple *gs)
1475 is_a_helper <const gomp_task *>::test (const gimple *gs)
1560 gomp_task *gimple_build_omp_task (gimple_seq, tree, tree, tree, tree,
5739 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
5749 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
5760 gomp_task *omp_task_stmt = as_a <gomp_task *> (g
[all...]
H A Dcoretypes.h132 struct gomp_task;
H A Dgimple.cc993 gomp_task *
998 gomp_task *p = as_a <gomp_task *> (gimple_alloc (GIMPLE_OMP_TASK, 0));
H A Dgimple-pretty-print.cc2499 dump_gimple_omp_task (pretty_printer *buffer, const gomp_task *gs, int spc,
2743 dump_gimple_omp_task (buffer, as_a <const gomp_task *> (gs), spc, flags);

Completed in 258 milliseconds

12