Home
last modified time | relevance | path

Searched defs:SrcConst (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1230 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
1567 exactSIVtest(const SCEV * SrcCoeff,const SCEV * DstCoeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * CurLoop,unsigned Level,FullDependence & Result,Constraint & NewConstraint) const exactSIVtest() argument
1760 weakZeroSrcSIVtest(const SCEV * DstCoeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * CurLoop,unsigned Level,FullDependence & Result,Constraint & NewConstraint) const weakZeroSrcSIVtest() argument
1870 weakZeroDstSIVtest(const SCEV * SrcCoeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * CurLoop,unsigned Level,FullDependence & Result,Constraint & NewConstraint) const weakZeroDstSIVtest() argument
1955 exactRDIVtest(const SCEV * SrcCoeff,const SCEV * DstCoeff,const SCEV * SrcConst,const SCEV * DstConst,const Loop * SrcLoop,const Loop * DstLoop,FullDependence & Result) const exactRDIVtest() argument
2234 const SCEV *SrcConst = SrcAddRec->getStart(); testSIV() local
2257 const SCEV *SrcConst = SrcAddRec->getStart(); testSIV() local
2269 const SCEV *SrcConst = Src; testSIV() local
2302 const SCEV *SrcConst, *DstConst; testRDIV() local
2426 const SCEV *SrcConst = Coefficients; gcdMIVtest() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp851 MachineOperand *SrcConst = TII->getNamedOperand(*DefMI, AMDGPU::OpName::src0); tryMoveVGPRConstToSGPR() local