OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wavefront
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc
3973
rtx
wavefront
= gcn_oacc_dim_pos (1);
3974
rtx cond = gen_rtx_EQ (VOIDmode,
wavefront
, const0_rtx);
3976
emit_insn (gen_cstoresi4 (cc, cond,
wavefront
, const0_rtx));
3985
rtx
wavefront
= gcn_oacc_dim_pos (1);
local
3986
rtx cond = gen_rtx_NE (VOIDmode,
wavefront
, const0_rtx);
3988
emit_insn (gen_cbranchsi4 (cond,
wavefront
, const0_rtx, not_zero));
5103
20, /* Z dim = Worker / Thread /
Wavefront
. */
5125
WORK_ITEM_ID_Z_ARG, /* Worker / Thread /
Wavefront
. */
/src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc
4827
rtx
wavefront
= gcn_oacc_dim_pos (1);
4828
rtx cond = gen_rtx_EQ (VOIDmode,
wavefront
, const0_rtx);
4830
emit_insn (gen_cstoresi4 (cc, cond,
wavefront
, const0_rtx));
4839
rtx
wavefront
= gcn_oacc_dim_pos (1);
local
4840
rtx cond = gen_rtx_NE (VOIDmode,
wavefront
, const0_rtx);
4842
emit_insn (gen_cbranchsi4 (cond,
wavefront
, const0_rtx, not_zero));
6451
20, /* Z dim = Worker / Thread /
Wavefront
. */
6475
WORK_ITEM_ID_Z_ARG, /* Worker / Thread /
Wavefront
. */
Completed in 23 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026