OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PutI
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/VEX/priv/
ir_opt.c
109
* Redundant-
PutI
removal
126
* If block contains GetI or
PutI
, Expensive transformations.
129
- Unrolled a loop, and block does not contain GetI or
PutI
:
132
- Unrolled a loop, and block contains GetI or
PutI
:
144
accessed using GetI/
PutI
, and there is no need so far for them to
399
IRPutI *
puti
, *puti2;
local
413
puti
= st->Ist.
PutI
.details;
414
e1 = flatten_Expr(bb,
puti
->ix);
415
e2 = flatten_Expr(bb,
puti
->data)
2365
IRPutI *
puti
, *
puti
2;
local
3432
IRPutI *
puti
= st->Ist.PutI.details;
local
3650
IRPutI *
puti
= st->Ist.PutI.details;
local
3737
IRPutI *
puti
= st->Ist.PutI.details;
local
4879
IRPutI *
puti
, *
puti
2;
local
[
all
...]
ir_defs.c
1724
IRPutI*
puti
= LibVEX_Alloc(sizeof(IRPutI));
local
3021
IRPutI*
puti
;
local
3252
IRPutI*
puti
;
local
3519
IRPutI*
puti
;
local
[
all
...]
host_amd64_isel.c
3791
IRPutI *
puti
= stmt->Ist.PutI.details;
local
[
all
...]
host_x86_isel.c
3835
IRPutI *
puti
= stmt->Ist.PutI.details;
local
[
all
...]
host_ppc_isel.c
4799
IRPutI *
puti
= stmt->Ist.PutI.details;
local
[
all
...]
/external/valgrind/main/VEX/
test_main.c
383
assert(isIRAtom(st->Ist.
PutI
.ix));
384
assert(isIRAtom(st->Ist.
PutI
.data));
[
all
...]
/external/valgrind/main/VEX/pub/
libvex_ir.h
95
the "GetI" and "
PutI
" primitives. This is necessary to describe
[
all
...]
/external/valgrind/main/coregrind/
m_translate.c
589
/*
PutI
or Dirty call which overlaps SP: complain. We can't
593
descr = st->Ist.
PutI
.details->descr;
625
VG_(core_panic)("vg_SP_update_pass:
PutI
or Dirty which overlaps SP");
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
94
6. As the index in a GETI or
PUTI
operation. I'm not sure why... (njn).
6288
IRPutI *
puti
= st->Ist.PutI.details;
local
[
all
...]
Completed in 1823 milliseconds