Home
last modified time | relevance | path

Searched refs:LSCEV (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp273 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() local
274 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()
323 LLVM_DEBUG(dbgs() << " Access: " << *PtrValue << ", SCEV: " << *LSCEV in runOnLoop()
H A DLoopUnrollAndJamPass.cpp262 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount() local
263 if (SE.isLoopInvariant(LSCEV, L)) in computeUnrollAndJamCount()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopPreIncPrep.cpp293 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop() local
294 if (const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV)) { in runOnLoop()
316 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in runOnLoop()
327 Buckets.push_back(Bucket(LSCEV, MemI)); in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp164 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop() local
165 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()
H A DAArch64TargetTransformInfo.cpp724 const SCEV *LSCEV = SE.getSCEV(PtrValue); in getFalkorUnrollingPreferences() local
725 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in getFalkorUnrollingPreferences()