Home
last modified time | relevance | path

Searched refs:isDependent (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrRenderTask.cpp261 bool GrRenderTask::isDependent(const GrRenderTask* dependent) const { in isDependent() function in GrRenderTask
275 SkASSERT(fDependencies[i]->isDependent(this)); in validate()
DGrRenderTask.h223 SkDEBUGCODE(bool isDependent(const GrRenderTask* dependent) const;)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h315 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h352 bool isDependent(const MachineInstr &ProdMI,
DHexagonInstrInfo.cpp2088 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, in isDependent() function in HexagonInstrInfo
3065 if (!isDependent(ProdMI, ConsMI)) in producesStall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1443 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, in isDependent() function in MemoryDepChecker
1681 isDependent(*A.first, A.second, *B.first, B.second, Strides); in areDepsSafe()