Home
last modified time | relevance | path

Searched refs:IRPutI (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h2546 } IRPutI; typedef
2548 extern void ppIRPutI ( const IRPutI* puti );
2550 extern IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix,
2553 extern IRPutI* deepCopyIRPutI ( const IRPutI* );
2754 IRPutI* details;
2914 extern IRStmt* IRStmt_PutI ( IRPutI* details );
/external/valgrind/VEX/priv/
Dir_defs.c1450 void ppIRPutI ( const IRPutI* puti ) in ppIRPutI()
2028 IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix, in mkIRPutI()
2031 IRPutI* puti = LibVEX_Alloc_inline(sizeof(IRPutI)); in mkIRPutI()
2099 IRStmt* IRStmt_PutI ( IRPutI* details ) { in IRStmt_PutI()
2367 IRPutI* deepCopyIRPutI ( const IRPutI * puti ) in deepCopyIRPutI()
3648 const IRPutI *puti = st->Ist.PutI.details; in isFlatIRStmt()
3892 const IRPutI* puti; in useBeforeDef_Stmt()
4207 const IRPutI* puti = stmt->Ist.PutI.details; in tcStmt()
Dir_opt.c406 IRPutI *puti, *puti2; in flatten_Stmt()
2571 IRPutI *puti, *puti2; in subst_and_fold_Stmt()
3962 IRPutI *puti = st->Ist.PutI.details; in do_cse_BB()
4180 IRPutI *puti = st->Ist.PutI.details; in collapse_AddSub_chains_BB()
4267 IRPutI *puti = st->Ist.PutI.details; in findPutI()
4320 IRPutI *p1 = pi->Ist.PutI.details; in identicalPutIs()
4321 IRPutI *p2 = s2->Ist.PutI.details; in identicalPutIs()
4347 IRPutI *p1 = pi->Ist.PutI.details; in guestAccessWhichMightOverlapPutI()
4386 IRPutI *p2 = s2->Ist.PutI.details; in guestAccessWhichMightOverlapPutI()
5510 IRPutI *puti, *puti2; in atbSubst_Stmt()
[all …]
Dhost_x86_isel.c3981 IRPutI *puti = stmt->Ist.PutI.details; in iselStmt()
Dhost_amd64_isel.c4479 IRPutI *puti = stmt->Ist.PutI.details; in iselStmt()
Dhost_ppc_isel.c5622 IRPutI *puti = stmt->Ist.PutI.details; in iselStmt()
/external/valgrind/memcheck/
Dmc_translate.c1479 void do_shadow_PUTI ( MCEnv* mce, IRPutI *puti) in do_shadow_PUTI()
7354 IRPutI *puti = st->Ist.PutI.details; in schemeS()