Lines Matching refs:ea
523 IRAtom* ea; member
527 IRAtom* ea; member
531 IRAtom* ea; member
550 case Ev_Dr: return ev->Ev.Dr.ea; in get_Event_dea()
551 case Ev_Dw: return ev->Ev.Dw.ea; in get_Event_dea()
552 case Ev_Dm: return ev->Ev.Dm.ea; in get_Event_dea()
644 ppIRExpr(ev->Ev.Dr.ea); in showEvent()
649 ppIRExpr(ev->Ev.Dw.ea); in showEvent()
654 ppIRExpr(ev->Ev.Dm.ea); in showEvent()
895 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() argument
898 tl_assert(isIRAtom(ea)); in addEvent_Dr()
910 evt->Ev.Dr.ea = ea; in addEvent_Dr()
915 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw() argument
920 tl_assert(isIRAtom(ea)); in addEvent_Dw()
932 && eqIRAtom(lastEvt->Ev.Dr.ea, ea)) in addEvent_Dw()
947 evt->Ev.Dw.ea = ea; in addEvent_Dw()
953 Int datasize, IRAtom* ea, IRAtom* guard, in addEvent_D_guarded() argument
956 tl_assert(isIRAtom(ea)); in addEvent_D_guarded()
986 ea, mkIRExpr_HWord( datasize ) ); in addEvent_D_guarded()