Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h664 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
682 bool exactSIVtest(const SCEV *SrcCoeff,
719 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
735 bool exactRDIVtest(const SCEV *SrcCoeff,
752 bool symbolicRDIVtest(const SCEV *SrcCoeff,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1413 bool DependenceInfo::exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactSIVtest() argument
1419 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n"); in exactSIVtest()
1429 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest()
1432 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff); in exactSIVtest()
1732 bool DependenceInfo::weakZeroDstSIVtest(const SCEV *SrcCoeff, in weakZeroDstSIVtest() argument
1741 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << "\n"); in weakZeroDstSIVtest()
1749 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
1760 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(SrcCoeff); in weakZeroDstSIVtest()
1817 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() argument
1822 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n"); in exactRDIVtest()
[all …]
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
173 GrBlendCoeff SrcCoeff, in GetProperties() argument
176 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) | in GetProperties()
177 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) | in GetProperties()
178 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) || in GetProperties()
185 GrBlendAllowsCoverageAsAlpha(BlendEquation, SrcCoeff, DstCoeff) in GetProperties()