Home
last modified time | relevance | path

Searched refs:LSCEVAddRec (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp236 const SCEVAddRecExpr *LSCEVAddRec; member
245 Prefetch(const SCEVAddRecExpr *L, Instruction *I) : LSCEVAddRec(L) { in Prefetch()
348 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local
349 if (!LSCEVAddRec) in runOnLoop()
358 const SCEV *PtrDiff = SE->getMinusSCEV(LSCEVAddRec, Pref.LSCEVAddRec); in runOnLoop()
370 Prefetches.push_back(Prefetch(LSCEVAddRec, MemI)); in runOnLoop()
390 if (!isStrideLargeEnough(P.LSCEVAddRec, TargetMinStride)) in runOnLoop()
395 const SCEV *NextLSCEV = SE->getAddExpr(P.LSCEVAddRec, SE->getMulExpr( in runOnLoop()
396 SE->getConstant(P.LSCEVAddRec->getType(), ItersAhead), in runOnLoop()
397 P.LSCEVAddRec->getStepRecurrence(*SE))); in runOnLoop()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp163 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in runOnLoop() local
164 if (!LSCEVAddRec || !LSCEVAddRec->isAffine()) in runOnLoop()
H A DAArch64TargetTransformInfo.cpp2695 const SCEVAddRecExpr *LSCEVAddRec = dyn_cast<SCEVAddRecExpr>(LSCEV); in getFalkorUnrollingPreferences() local
2696 if (!LSCEVAddRec || !LSCEVAddRec->isAffine()) in getFalkorUnrollingPreferences()