Home
last modified time | relevance | path

Searched defs:Ev (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp137 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
/freebsd-src/usr.bin/pom/
H A Dpom.c177 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; in potm() local
/freebsd-src/usr.bin/calendar/
H A Dpom.c209 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; in potm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp837 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer)); processLoopMemSet() local
1003 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...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp264 if (auto Ev = SE->evaluatePredicateAt(Pred, S, X, CtxI)) { eliminateIVComparison() local