Searched refs:IRAtom (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/
H A Dtest_main.c603 typedef IRExpr IRAtom; typedef
607 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
618 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
629 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
704 static IRAtom* assignNew ( MCEnv* mce, IRType ty, IRExpr* e ) {
717 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
723 static IRAtom* mkDifD1
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c314 typedef IRExpr IRAtom; typedef
318 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
331 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
344 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
441 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
468 IRAtom* z64 = IRExpr_Const(IRConst_U64(0));
483 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a
[all...]
/external/valgrind/main/lackey/
H A Dlk_main.c394 IRAtom; typedef
403 IRAtom* addr;
511 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize )
528 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize )
545 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize )
/external/valgrind/main/cachegrind/
H A Dcg_main.c478 IRAtom; typedef
499 IRAtom* ea;
503 IRAtom* ea;
507 IRAtom* ea;
511 IRAtom* taken; /* :: Ity_I1 */
514 IRAtom* dst;
524 static IRAtom* get_Event_dea ( Event* ev ) {
851 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
871 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
908 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guar
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c230 IRAtom; typedef
252 IRAtom* ea;
256 IRAtom* ea;
260 IRAtom* ea;
264 IRAtom* taken; /* :: Ity_I1 */
267 IRAtom* dst;
279 static IRAtom* get_Event_dea ( Event* ev ) {
616 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
637 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
672 void addEvent_Bc ( ClgState* clgs, InstrInfo* inode, IRAtom* guar
[all...]

Completed in 101 milliseconds