Searched defs:Ev (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 137 HWPressureEvent Ev(HWPressureEvent::RESOURCES, Insts, Mask); in cycleEnd() local 147 HWPressureEvent Ev(HWPressureEvent::REGISTER_DEPS, RegDeps); in cycleEnd() local 153 HWPressureEvent Ev(HWPressureEvent::MEMORY_DEPS, MemDeps); in cycleEnd() local
|
/llvm-project/bolt/test/runtime/X86/ |
H A D | rethrow.cpp | 48 int Ev = EG.generateEvent(); in runEventLoop() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 835 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer)); processLoopMemSet() local 1001 processLoopStridedStore(Value * DestPtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlignment,Value * StoredVal,Instruction * TheStore,SmallPtrSetImpl<Instruction * > & Stores,const SCEVAddRecExpr * Ev,const SCEV * BECount,bool IsNegStride,bool IsLoopMemset) processLoopStridedStore() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 273 if (auto Ev = SE->evaluatePredicateAt(Pred, S, X, CtxI)) { in eliminateIVComparison() local
|