HomeSort by relevance Sort by last modified time
    Searched refs:IRAtom (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/VEX/
test_main.c 603 typedef IRExpr IRAtom;
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* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 )
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 307 typedef IRExpr IRAtom;
311 static Bool isOriginalAtom ( MCEnv* mce, IRAtom* a1 )
324 static Bool isShadowAtom ( MCEnv* mce, IRAtom* a1 )
337 static Bool sameKindedAtoms ( IRAtom* a1, IRAtom* a2 )
430 static IRAtom* assignNew ( HChar cat, MCEnv* mce, IRType ty, IRExpr* e )
468 static IRAtom* mkDifD8 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 ) {
474 static IRAtom* mkDifD16 ( MCEnv* mce, IRAtom* a1, IRAtom* a2 )
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 394 IRAtom;
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 )
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 472 IRAtom;
493 IRAtom* ea;
497 IRAtom* ea;
501 IRAtom* ea;
505 IRAtom* taken; /* :: Ity_I1 */
508 IRAtom* dst;
518 static IRAtom* get_Event_dea ( Event* ev ) {
845 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
865 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea )
902 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guard
    [all...]
  /external/valgrind/main/callgrind/
main.c 226 IRAtom;
248 IRAtom* ea;
252 IRAtom* ea;
256 IRAtom* ea;
260 IRAtom* taken; /* :: Ity_I1 */
263 IRAtom* dst;
275 static IRAtom* get_Event_dea ( Event* ev ) {
612 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
632 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea )
666 void addEvent_Bc ( ClgState* clgs, InstrInfo* inode, IRAtom* guard
    [all...]

Completed in 64 milliseconds