OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:worker_label
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc
4693
rtx_insn *vector_label, rtx_insn *
worker_label
)
4716
else if (insn ==
worker_label
)
4756
gcc_assert (!(
worker_label
&& !seen_worker_label));
4764
/* Verify position of VECTOR_LABEL and
WORKER_LABEL
in TO. */
4768
rtx_insn *
worker_label
)
4776
if (insn ==
worker_label
)
4798
gcc_assert (!(
worker_label
&& !seen_worker_label));
4886
rtx_insn *
worker_label
= NULL, *vector_label = NULL;
4897
= mode == GOMP_DIM_VECTOR ? &vector_label : &
worker_label
;
5080
vector_label,
worker_label
);
4881
rtx_insn *
worker_label
= NULL, *vector_label = NULL;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc
4677
rtx_insn *vector_label, rtx_insn *
worker_label
)
4700
else if (insn ==
worker_label
)
4740
gcc_assert (!(
worker_label
&& !seen_worker_label));
4748
/* Verify position of VECTOR_LABEL and
WORKER_LABEL
in TO. */
4752
rtx_insn *
worker_label
)
4760
if (insn ==
worker_label
)
4782
gcc_assert (!(
worker_label
&& !seen_worker_label));
4870
rtx_insn *
worker_label
= NULL, *vector_label = NULL;
4881
= mode == GOMP_DIM_VECTOR ? &vector_label : &
worker_label
;
5064
vector_label,
worker_label
);
4865
rtx_insn *
worker_label
= NULL, *vector_label = NULL;
local
[
all
...]
Completed in 62 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026