OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_exp
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc
4672
rtx
out_exp
, in_exp;
4688
out_exp
= XVECEXP (out_pat, 0, i);
4689
if ((GET_CODE (
out_exp
) == CLOBBER)
4690
|| (GET_CODE (
out_exp
) == USE))
4692
else if (GET_CODE (
out_exp
) != SET)
4723
out_exp
= XVECEXP (out_pat, 0, j);
4724
if ((GET_CODE (
out_exp
) == CLOBBER)
4725
|| (GET_CODE (
out_exp
) == USE))
4727
else if (GET_CODE (
out_exp
) != SET)
4669
rtx
out_exp
, in_exp;
local
/src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc
7625
rtx
out_exp
= XVECEXP (out_pat, 0, i);
7627
if (GET_CODE (
out_exp
) == CLOBBER || GET_CODE (
out_exp
) == USE
7628
|| GET_CODE (
out_exp
) == TRAP_IF)
7631
gcc_assert (GET_CODE (
out_exp
) == SET);
7633
if (reg_mentioned_p (SET_DEST (
out_exp
), SET_DEST (in_set)))
7609
rtx
out_exp
= XVECEXP (out_pat, 0, i);
local
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc
7611
rtx
out_exp
= XVECEXP (out_pat, 0, i);
7613
if (GET_CODE (
out_exp
) == CLOBBER || GET_CODE (
out_exp
) == USE
7614
|| GET_CODE (
out_exp
) == TRAP_IF)
7617
gcc_assert (GET_CODE (
out_exp
) == SET);
7619
if (reg_mentioned_p (SET_DEST (
out_exp
), SET_DEST (in_set)))
7595
rtx
out_exp
= XVECEXP (out_pat, 0, i);
local
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
419
rtx
out_exp
, in_exp;
local
435
out_exp
= XVECEXP (out_pat, 0, i);
436
if ((GET_CODE (
out_exp
) == CLOBBER)
437
|| (GET_CODE (
out_exp
) == USE))
439
else if (GET_CODE (
out_exp
) != SET)
470
out_exp
= XVECEXP (out_pat, 0, j);
471
if ((GET_CODE (
out_exp
) == CLOBBER)
472
|| (GET_CODE (
out_exp
) == USE))
474
else if (GET_CODE (
out_exp
) != SET)
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
420
rtx
out_exp
, in_exp;
local
436
out_exp
= XVECEXP (out_pat, 0, i);
437
if ((GET_CODE (
out_exp
) == CLOBBER)
438
|| (GET_CODE (
out_exp
) == USE))
440
else if (GET_CODE (
out_exp
) != SET)
471
out_exp
= XVECEXP (out_pat, 0, j);
472
if ((GET_CODE (
out_exp
) == CLOBBER)
473
|| (GET_CODE (
out_exp
) == USE))
475
else if (GET_CODE (
out_exp
) != SET)
Completed in 54 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026