HomeSort by relevance Sort by last modified time
    Searched refs:SrcCoeff (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 664 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,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 654 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
672 bool exactSIVtest(const SCEV *SrcCoeff,
709 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
725 bool exactRDIVtest(const SCEV *SrcCoeff,
742 bool symbolicRDIVtest(const SCEV *SrcCoeff,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
50 , fSrcCoeff(srcCoeff)
52 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
92 GrBlendCoeff srcCoeff() const {
143 GrBlendEquation BlendEquation, GrBlendCoeff SrcCoeff,
173 GrBlendCoeff SrcCoeff,
176 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
177 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
178 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
182 : 0) | // We assert later that SrcCoeff doesn't ref src2
    [all...]

Completed in 454 milliseconds