Home
last modified time | relevance | path

Searched defs:SCEV (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h45 class SCEV; variable
H A DDelinearization.h26 class SCEV; variable
H A DScalarEvolutionAliasAnalysis.h23 class SCEV; variable
H A DScalarEvolutionDivision.h20 class SCEV; variable
H A DLoopCacheAnalysis.h31 class SCEV; variable
H A DIVUsers.h27 class SCEV; variable
H A DIVDescriptors.h31 class SCEV; variable
H A DDependenceAnalysis.h53 class SCEV; variable
H A DLoopAccessAnalysis.h31 class SCEV; variable
H A DTargetTransformInfoImpl.h698 const SCEV *) const { in getAddressComputationCost()
H A DTargetTransformInfo.h59 class SCEV; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DAlignmentFromAssumptions.h27 class SCEV; variable
H A DNaryReassociate.h96 class SCEV; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h40 class SCEV; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h37 class SCEV; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h36 class SCEV; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h64 class SCEV; variable
2214 const SCEV *) { in getAddressComputationCost()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1193 DenseMap<const SCEV *, SmallVector<Instruction *, 2>> &DominatingExprs) { in findClosestMatchingDominator()
H A DIndVarSimplify.cpp579 IndVarSimplifyVisitor(PHINode *IV, ScalarEvolution *SCEV, in IndVarSimplifyVisitor()
H A DLoopIdiomRecognize.cpp806 bool (LoopIdiomRecognize::*Processor)(MemInst *, const SCEV *), in processLoopMemIntrinsic()
H A DLoopStrengthReduce.cpp5071 const SmallPtrSet<const SCEV *, 16> &CurRegs, in SolveRecurse()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp816 SmallVectorImpl<PointerIntPair<const SCEV *, 1, bool>> &ScevList, in findForkedSCEVs()
831 auto UndefPoisonCheck = [](PointerIntPair<const SCEV *, 1, bool> S) { in findForkedSCEVs()
H A DScalarEvolution.cpp1588 DenseMap<const SCEV *, SmallVector<ScalarEvolution::FoldID, 2>> in insertFoldCacheEntry()
2279 CollectAddOperandsWithScales(DenseMap<const SCEV *, APInt> &M, in CollectAddOperandsWithScales()
14944 DenseMap<const SCEV *, const SCEV *> &M) in SCEVLoopGuardRewriter()
14970 &RewriteMap) { in applyLoopGuards()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h57 class SCEV; variable