Searched defs:Coeff (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1230 strongSIVtest(const SCEV * Coeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * CurLoop,unsigned Level,FullDependence & Result,Constraint & NewConstraint) const strongSIVtest() argument 1367 weakCrossingSIVtest(const SCEV * Coeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * CurLoop,unsigned Level,FullDependence & Result,Constraint & NewConstraint,const SCEV * & SplitIter) const weakCrossingSIVtest() argument 2416 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local 2435 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local 2513 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local 2530 const SCEV *Coeff = AddRec->getStepRecurrence(*SE); gcdMIVtest() local [all...] |
H A D | LoopCacheAnalysis.cpp | 480 const SCEV *Coeff = getLastCoefficient(); isConsecutive() local
|
H A D | ScalarEvolution.cpp | 988 const SCEV *Coeff = BinomialCoefficient(It, i, SE, Result->getType()); evaluateAtIteration() local 3352 uint64_t Coeff; getMulExpr() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 376 const SCEV *Coeff; member
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 172 FAddendCoef Coeff; global() member in __anone2711ed90111::FAddend 724 const FAddendCoef &Coeff = Opnd.getCoef(); createAddendVal() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 1566 for (auto &Coeff : R.Coefficients) addFact() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4470 const SCEV *Coeff = TryGetStride(Diff, Stride); calculateRtStride() local
|