Searched refs:IRAtom (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/memcheck/ |
D | mc_translate.c | 326 typedef IRExpr IRAtom; typedef 330 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 ) in isOriginalAtom() 343 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 ) in isShadowAtom() 356 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 ) in sameKindedAtoms() 456 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e ) in assignNew() 483 IRAtom* z64 = IRExpr_Const(IRConst_U64(0)); in i128_const_zero() 498 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD8() 504 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD16() 510 static IRAtom* mkDifD32 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD32() 516 static IRAtom* mkDifD64 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) { in mkDifD64() [all …]
|
/external/valgrind/lackey/ |
D | lk_main.c | 297 IRAtom; typedef 367 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) in instrument_detail() 414 IRAtom* addr; 416 IRAtom* guard; /* :: Ity_I1, or NULL=="always True" */ 527 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) in addEvent_Ir() 546 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dr_guarded() 566 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dr() 573 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dw_guarded() 594 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dw()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 499 IRAtom; typedef 523 IRAtom* ea; 527 IRAtom* ea; 531 IRAtom* ea; 535 IRAtom* taken; /* :: Ity_I1 */ 538 IRAtom* dst; 548 static IRAtom* get_Event_dea ( Event* ev ) { in get_Event_dea() 895 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() 915 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw() 953 Int datasize, IRAtom* ea, IRAtom* guard, in addEvent_D_guarded() [all …]
|
/external/valgrind/callgrind/ |
D | main.c | 231 IRAtom; typedef 253 IRAtom* ea; 257 IRAtom* ea; 261 IRAtom* ea; 265 IRAtom* taken; /* :: Ity_I1 */ 268 IRAtom* dst; 280 static IRAtom* get_Event_dea ( Event* ev ) { in get_Event_dea() 617 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() 638 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw() 674 Int datasize, IRAtom* ea, IRAtom* guard, in addEvent_D_guarded() [all …]
|