Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp291 void addOneCandidate(Instruction *MemI, const SCEV *LSCEV,
831 Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets, in addOneCandidate() argument
835 assert(LSCEV && "Invalid SCEV for Ptr value."); in addOneCandidate()
840 cast<SCEVAddRecExpr>(LSCEV)->getStepRecurrence(*SE)) in addOneCandidate()
842 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate()
856 Buckets.push_back(Bucket(LSCEV, MemI)); in addOneCandidate()
882 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in collectCandidates() local
883 const SCEVAddRecExpr *LARSCEV = dyn_cast<SCEVAddRecExpr>(LSCEV); in collectCandidates()
891 addOneCandidate(&J, LSCEV, Buckets, isValidDiff, MaxCandidateNum); in collectCandidates()
1323 const SCEV *LSCEV = SE->getSCEVAtScope(const_cast<Value *>(PtrValue), L); in runOnLoop() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp347 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() local
348 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()
H A DLoopUnrollAndJamPass.cpp265 const SCEV *LSCEV = SE.getSCEVAtScope(V, L); in computeUnrollAndJamCount() local
266 if (SE.isLoopInvariant(LSCEV, L)) in computeUnrollAndJamCount()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp162 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop() local
163 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop()
H A DAArch64TargetTransformInfo.cpp2694 const SCEV *LSCEV = SE.getSCEV(PtrValue); in getFalkorUnrollingPreferences() local
2695 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in getFalkorUnrollingPreferences()