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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 88 const SCEVAddRecExpr *Ev,
341 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
342 if (Ev == 0 || Ev->getLoop() != CurLoop || !Ev->isAffine())
352 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
361 MSI, Ev, BECount);
442 Instruction *TheStore, const SCEVAddRecExpr *Ev,
484 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
536 << " from store to: " << *Ev << " at: " << *TheStore << "\n")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 119 const SCEVAddRecExpr *Ev, const SCEV *BECount,
662 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer));
663 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
673 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
691 MSI->getAlignment(), SplatValue, MSI, MSIs, Ev,
747 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev,
769 const SCEV *Start = Ev->getStart();
831 << " from store to: " << *Ev << " at: " << *TheStore << "\n")
    [all...]
  /external/valgrind/cachegrind/
cg_main.c 540 } Ev;
544 static void init_Event ( Event* ev ) {
545 VG_(memset)(ev, 0, sizeof(Event));
548 static IRAtom* get_Event_dea ( Event* ev ) {
549 switch (ev->tag) {
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
701 Event* ev; local
    [all...]
  /external/valgrind/callgrind/
main.c 272 } Ev;
276 static void init_Event ( Event* ev ) {
277 VG_(memset)(ev, 0, sizeof(Event));
280 static IRAtom* get_Event_dea ( Event* ev ) {
281 switch (ev->tag) {
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
386 Event* ev; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c 230 #define Ev { OP_E, v_mode }
    [all...]

Completed in 124 milliseconds