OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_tree_code
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc
149
if (orig_op->code.
is_tree_code
())
289
&& res_op->code.
is_tree_code
())
461
if (res_op->code.
is_tree_code
())
490
if (res_op->code.
is_tree_code
())
878
&& res_op2.code.
is_tree_code
())
929
if (res_op->code.
is_tree_code
())
995
if (res_op->code.
is_tree_code
())
1020
= (res_op->code.
is_tree_code
()
1074
if (res_op->code.
is_tree_code
())
1327
if (code.
is_tree_code
())
[
all
...]
gimple-match.h
399
return (op->code.
is_tree_code
()
tree-vect-loop.cc
3873
if (code.
is_tree_code
())
3936
if (code.
is_tree_code
())
3996
if (code.
is_tree_code
())
4019
return (!code.
is_tree_code
()
7118
if (!code.
is_tree_code
())
7364
if (code.
is_tree_code
())
8556
gcc_assert (code.
is_tree_code
() || cond_fn_p);
9364
return (code.
is_tree_code
()
tree-vect-slp.cc
1285
&& !(first_stmt_code.
is_tree_code
()
1286
&& rhs_code.
is_tree_code
()
1454
&& rhs_code.
is_tree_code
()
1509
if (rhs_code.
is_tree_code
()
1526
&& (!alt_stmt_code.
is_tree_code
()
gimple-fold.cc
5939
gcc_assert (res_op->code.
is_tree_code
());
5981
&& res_op->code.
is_tree_code
())
7139
else if (op.code.
is_tree_code
()
9130
if (code.
is_tree_code
())
9145
if (code.
is_tree_code
())
9163
if (code.
is_tree_code
())
tree-vect-stmts.cc
5368
gcc_assert (code.
is_tree_code
());
5472
if (!(code.
is_tree_code
()
5512
gcc_assert (code.
is_tree_code
());
14282
else if (code.
is_tree_code
())
14452
if (!code.
is_tree_code
())
tree.h
91
bool
is_tree_code
() const { return rep > 0; }
function in class:code_helper
114
return
is_tree_code
() ? (tree_code) *this : MAX_TREE_CODES;
tree-if-conv.cc
1403
&& cexpr.code.
is_tree_code
()
tree-ssa-phiopt.cc
459
if (!op.code.
is_tree_code
())
tree-vect-patterns.cc
7354
if (ch.
is_tree_code
())
tree-ssa-sccvn.cc
7752
if (!res_op->code.
is_tree_code
())
/src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc
97
if (orig_op->code.
is_tree_code
())
136
&& res_op->code.
is_tree_code
())
209
if (res_op->code.
is_tree_code
())
275
if (res_op->code.
is_tree_code
())
300
= (res_op->code.
is_tree_code
()
354
if (res_op->code.
is_tree_code
())
594
if (res_op->code.
is_tree_code
())
623
if (res_op->code.
is_tree_code
())
1089
&& res_op2.code.
is_tree_code
())
1341
if (code.
is_tree_code
())
[
all
...]
gimple-match.h
39
bool
is_tree_code
() const { return rep > 0; }
function in class:code_helper
360
return (op->code.
is_tree_code
()
tree-vect-loop.cc
3226
if (code.
is_tree_code
())
3287
if (code.
is_tree_code
())
3343
if (code.
is_tree_code
())
3366
return (!code.
is_tree_code
()
6460
if (code.
is_tree_code
())
7517
gcc_assert (code.
is_tree_code
());
8088
return (code.
is_tree_code
()
gimple-fold.cc
5803
gcc_assert (res_op->code.
is_tree_code
());
5845
&& res_op->code.
is_tree_code
())
6984
else if (op.code.
is_tree_code
()
8897
if (code.
is_tree_code
())
8911
if (code.
is_tree_code
())
8925
if (code.
is_tree_code
())
tree-vect-slp.cc
1262
&& rhs_code.
is_tree_code
()
1328
&& (!alt_stmt_code.
is_tree_code
()
tree-ssa-phiopt.cc
839
if (!op.code.
is_tree_code
())
tree-ssa-sccvn.cc
7244
if (!res_op->code.
is_tree_code
())
Completed in 176 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026