Home
last modified time | relevance | path

Searched refs:scVScale (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h41 scVScale, enumerator
84 : SCEV(ID, scVScale, 0), Ty(ty) {} in SCEVVScale()
92 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof()
612 case scVScale: in visit()
681 case scVScale: in visitAll()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp423 case scVScale: in getRelevantLoop()
1856 case scVScale: in costAndCollectOperands()
1993 case scVScale: in isHighCostExpansionHelper()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp272 case scVScale: in print()
384 case scVScale: in getType()
417 case scVScale: in operands()
502 ID.AddInteger(scVScale); in getVScale()
728 case scVScale: { in CompareSCEVComplexity()
4102 case scVScale: in scevUnconditionallyPropagatesPoisonFromOperands()
6303 case scVScale: in getConstantMultipleImpl()
6557 case scVScale: in getRangeRefIter()
6665 case scVScale: in getRangeRef()
9807 case scVScale: in BuildConstantFromSCEV()
[all …]
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1114 case scVScale: in isHighCostExpansion()
3003 case scVScale: in getExprBase()