OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_then_else
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc
477
rtx test_expr; /* expression in
IF_THEN_ELSE
that is tested */
1182
/* Try forming an
IF_THEN_ELSE
(cond, b, a) and collapsing that
1183
through simplify_rtx. Sometimes that can eliminate the
IF_THEN_ELSE
.
1193
rtx
if_then_else
= simplify_gen_ternary (
IF_THEN_ELSE
, mode, mode,
1197
if (GET_CODE (
if_then_else
) ==
IF_THEN_ELSE
)
1202
noce_emit_move_insn (if_info->x,
if_then_else
);
1739
rtx
if_then_else
= gen_rtx_IF_THEN_ELSE (GET_MODE (x),
1741
rtx set = gen_rtx_SET (x,
if_then_else
);
1190
rtx
if_then_else
= simplify_gen_ternary (IF_THEN_ELSE, mode, mode,
local
1736
rtx
if_then_else
= gen_rtx_IF_THEN_ELSE (GET_MODE (x),
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ifcvt.cc
477
rtx test_expr; /* expression in
IF_THEN_ELSE
that is tested */
1184
/* Try forming an
IF_THEN_ELSE
(cond, b, a) and collapsing that
1185
through simplify_rtx. Sometimes that can eliminate the
IF_THEN_ELSE
.
1195
rtx
if_then_else
= simplify_gen_ternary (
IF_THEN_ELSE
, mode, mode,
1199
if (GET_CODE (
if_then_else
) ==
IF_THEN_ELSE
)
1204
noce_emit_move_insn (if_info->x,
if_then_else
);
1742
rtx
if_then_else
= gen_rtx_IF_THEN_ELSE (GET_MODE (x),
1744
rtx set = gen_rtx_SET (x,
if_then_else
);
1192
rtx
if_then_else
= simplify_gen_ternary (IF_THEN_ELSE, mode, mode,
local
1739
rtx
if_then_else
= gen_rtx_IF_THEN_ELSE (GET_MODE (x),
local
1849
rtx
if_then_else
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc
3612
rtx
if_then_else
;
3614
if_then_else
= gen_rtx_IF_THEN_ELSE (VOIDmode,
3620
emit_jump_insn (gen_rtx_SET (pc_rtx,
if_then_else
));
12292
case
IF_THEN_ELSE
:
3609
rtx
if_then_else
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc
3620
rtx
if_then_else
;
3622
if_then_else
= gen_rtx_IF_THEN_ELSE (VOIDmode,
3628
emit_jump_insn (gen_rtx_SET (pc_rtx,
if_then_else
));
12277
case
IF_THEN_ELSE
:
3617
rtx
if_then_else
;
local
Completed in 41 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026