OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vec_pos
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc
1885
int
vec_pos
= 0;
1895
XVECEXP (pat, 0,
vec_pos
++) = call;
1900
XVECEXP (pat, 0,
vec_pos
++) = gen_rtx_USE (VOIDmode, XEXP (arg, 0));
1903
XVECEXP (pat, 0,
vec_pos
++) = gen_rtx_USE (VOIDmode, varargs);
1905
gcc_assert (
vec_pos
== XVECLEN (pat, 0));
1883
int
vec_pos
= 0;
local
/src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc
1875
int
vec_pos
= 0;
1885
XVECEXP (pat, 0,
vec_pos
++) = call;
1890
XVECEXP (pat, 0,
vec_pos
++) = gen_rtx_USE (VOIDmode, XEXP (arg, 0));
1893
XVECEXP (pat, 0,
vec_pos
++) = gen_rtx_USE (VOIDmode, varargs);
1895
gcc_assert (
vec_pos
== XVECLEN (pat, 0));
1873
int
vec_pos
= 0;
local
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
19435
int
vec_pos
= -1;
19453
&&
vec_pos
== -1)
19455
vec_pos
= pos;
19459
if (
vec_pos
>= 0)
19463
move_to_end_of_ready (ready,
vec_pos
, lastpos);
19398
int
vec_pos
= -1;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
18974
int
vec_pos
= -1;
18992
&&
vec_pos
== -1)
18994
vec_pos
= pos;
18998
if (
vec_pos
>= 0)
19002
move_to_end_of_ready (ready,
vec_pos
, lastpos);
18937
int
vec_pos
= -1;
local
Completed in 59 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026