OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:val_expr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
calls.cc
4330
tree
val_expr
= MEM_EXPR (val);
4331
if (
val_expr
)
4332
mark_addressable (
val_expr
);
4328
tree
val_expr
= MEM_EXPR (val);
local
gimple-ssa-store-merging.cc
1192
tree addr_expr, addr_tmp,
val_expr
, val_tmp;
local
1249
val_expr
= fold_build2 (MEM_REF, aligned_load_type, addr_tmp,
1269
load_stmt = gimple_build_assign (val_tmp,
val_expr
);
1280
gimple_assign_set_rhs_with_ops (&gsi, MEM_REF,
val_expr
);
1287
cur_stmt = gimple_build_assign (tgt, MEM_REF,
val_expr
);
1304
load_stmt = gimple_build_assign (val_tmp,
val_expr
);
dwarf2out.cc
20865
tree
val_expr
, cvar;
20882
val_expr
= DECL_VALUE_EXPR (decl);
20883
if (TREE_CODE (
val_expr
) != COMPONENT_REF)
20886
cvar = get_inner_reference (
val_expr
, &bitsize, &bitpos, &offset, &mode,
20851
tree
val_expr
, cvar;
local
/src/external/gpl3/gcc.old/dist/gcc/
calls.cc
4264
tree
val_expr
= MEM_EXPR (val);
4265
if (
val_expr
)
4266
mark_addressable (
val_expr
);
4262
tree
val_expr
= MEM_EXPR (val);
local
gimple-ssa-store-merging.cc
1125
tree addr_expr, addr_tmp,
val_expr
, val_tmp;
local
1182
val_expr
= fold_build2 (MEM_REF, aligned_load_type, addr_tmp,
1202
load_stmt = gimple_build_assign (val_tmp,
val_expr
);
1213
gimple_assign_set_rhs_with_ops (&gsi, MEM_REF,
val_expr
);
1220
cur_stmt = gimple_build_assign (tgt, MEM_REF,
val_expr
);
1237
load_stmt = gimple_build_assign (val_tmp,
val_expr
);
dwarf2out.cc
20768
tree
val_expr
, cvar;
20785
val_expr
= DECL_VALUE_EXPR (decl);
20786
if (TREE_CODE (
val_expr
) != COMPONENT_REF)
20789
cvar = get_inner_reference (
val_expr
, &bitsize, &bitpos, &offset, &mode,
20754
tree
val_expr
, cvar;
local
Completed in 329 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026