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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 683 const SCEV *DstCoeff,
701 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
736 const SCEV *DstCoeff,
753 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 673 const SCEV *DstCoeff,
691 bool weakZeroSrcSIVtest(const SCEV *DstCoeff,
726 const SCEV *DstCoeff,
743 const SCEV *DstCoeff,
    [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 46 GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff)
51 , fDstCoeff(dstCoeff)
52 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
97 GrBlendCoeff dstCoeff() const {
144 GrBlendCoeff DstCoeff);
174 GrBlendCoeff DstCoeff) {
176 (GrBlendModifiesDst(BlendEquation, SrcCoeff, DstCoeff) ? kModifiesDst_Property : 0) |
177 (GrBlendCoeffsUseDstColor(SrcCoeff, DstCoeff) ? kUsesDstColor_Property : 0) |
178 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
180 GrBlendCoeffRefsSrc2(DstCoeff))
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]

Completed in 226 milliseconds