Searched refs:isDependent (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrRenderTask.cpp | 261 bool GrRenderTask::isDependent(const GrRenderTask* dependent) const { in isDependent() function in GrRenderTask 275 SkASSERT(fDependencies[i]->isDependent(this)); in validate()
|
D | GrRenderTask.h | 223 SkDEBUGCODE(bool isDependent(const GrRenderTask* dependent) const;)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 315 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 352 bool isDependent(const MachineInstr &ProdMI,
|
D | HexagonInstrInfo.cpp | 2088 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/ |
D | LoopAccessAnalysis.cpp | 1443 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()
|