Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h2600 } IRPutI; typedef
2602 extern void ppIRPutI ( const IRPutI* puti );
2604 extern IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix,
2607 extern IRPutI* deepCopyIRPutI ( const IRPutI* );
2808 IRPutI* details;
2968 extern IRStmt* IRStmt_PutI ( IRPutI* details );
/external/valgrind/VEX/priv/
Dir_defs.c1476 void ppIRPutI ( const IRPutI* puti ) in ppIRPutI()
2093 IRPutI* mkIRPutI ( IRRegArray* descr, IRExpr* ix, in mkIRPutI()
2096 IRPutI* puti = LibVEX_Alloc_inline(sizeof(IRPutI)); in mkIRPutI()
2164 IRStmt* IRStmt_PutI ( IRPutI* details ) { in IRStmt_PutI()
2432 IRPutI* deepCopyIRPutI ( const IRPutI * puti ) in deepCopyIRPutI()
3746 const IRPutI *puti = st->Ist.PutI.details; in isFlatIRStmt()
4006 const IRPutI* puti; in useBeforeDef_Stmt()
4373 const IRPutI* puti = stmt->Ist.PutI.details; in tcStmt()
Dir_opt.c406 IRPutI *puti, *puti2; in flatten_Stmt()
2572 IRPutI *puti, *puti2; in subst_and_fold_Stmt()
3963 IRPutI *puti = st->Ist.PutI.details; in do_cse_BB()
4181 IRPutI *puti = st->Ist.PutI.details; in collapse_AddSub_chains_BB()
4268 IRPutI *puti = st->Ist.PutI.details; in findPutI()
4321 IRPutI *p1 = pi->Ist.PutI.details; in identicalPutIs()
4322 IRPutI *p2 = s2->Ist.PutI.details; in identicalPutIs()
4348 IRPutI *p1 = pi->Ist.PutI.details; in guestAccessWhichMightOverlapPutI()
4387 IRPutI *p2 = s2->Ist.PutI.details; in guestAccessWhichMightOverlapPutI()
5511 IRPutI *puti, *puti2; in atbSubst_Stmt()
[all …]
Dhost_x86_isel.c3983 IRPutI *puti = stmt->Ist.PutI.details; in iselStmt()
Dhost_amd64_isel.c4479 IRPutI *puti = stmt->Ist.PutI.details; in iselStmt()
Dhost_ppc_isel.c6314 IRPutI *puti = stmt->Ist.PutI.details; in iselStmt()
/external/valgrind/memcheck/
Dmc_translate.c1489 void do_shadow_PUTI ( MCEnv* mce, IRPutI *puti) in do_shadow_PUTI()
7560 IRPutI *puti = st->Ist.PutI.details; in schemeS()