Searched defs:Ev (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp157 const SCEVAddRecExpr *Ev,
801 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer)); local
802 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
812 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
821 MSI, Ev, BECount);
902 Instruction *TheStore, const SCEVAddRecExpr *Ev,
948 Expander.expandCodeFor(Ev->getStart(), DestInt8PtrTy,
1007 << " from store to: " << *Ev << " a
900 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, const SCEV *BECount) argument
[all...]
/external/valgrind/cachegrind/
H A Dcg_main.c540 } Ev; member in struct:__anon15818
550 case Ev_Dr: return ev->Ev.Dr.ea;
551 case Ev_Dw: return ev->Ev.Dw.ea;
552 case Ev_Dm: return ev->Ev.Dm.ea;
559 case Ev_Dr: return ev->Ev.Dr.szB;
560 case Ev_Dw: return ev->Ev.Dw.szB;
561 case Ev_Dm: return ev->Ev.Dm.szB;
643 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
644 ppIRExpr(ev->Ev.Dr.ea);
648 VG_(printf)("Dw %p %d EA=", ev->inode, ev->Ev
[all...]
/external/valgrind/callgrind/
H A Dmain.c272 } Ev; member in struct:__anon15837
282 case Ev_Dr: return ev->Ev.Dr.ea;
283 case Ev_Dw: return ev->Ev.Dw.ea;
284 case Ev_Dm: return ev->Ev.Dm.ea;
291 case Ev_Dr: return ev->Ev.Dr.szB;
292 case Ev_Dw: return ev->Ev.Dw.szB;
293 case Ev_Dm: return ev->Ev.Dm.szB;
339 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
340 ppIRExpr(ev->Ev.Dr.ea);
345 ev->inode, ev->inode->instr_offset, ev->Ev
[all...]
/external/libvncserver/x11vnc/
H A Duserinput.c7761 XEvent Ev[EVMAX]; variable
8302 while (xcheckmaskevent(dpy, all_ev, &Ev[n])) {
8306 int type = Ev[n].type;
8309 win = Ev[n].xany.window;
8317 ev = Ev[n];
8319 if (type == DestroyNotify) w = Ev[n].xcreatewindow.window;
8320 if (type == CreateNotify) w = Ev[n].xdestroywindow.window;
8321 if (type == ReparentNotify) w = Ev[n].xreparent.window;
8322 if (type == UnmapNotify) w = Ev[n].xunmap.window;
8323 if (type == MapNotify) w = Ev[
[all...]

Completed in 139 milliseconds