Searched defs:Deps (Results 1 – 15 of 15) sorted by relevance
/third_party/ninja/src/ |
D | deps_log.h | 80 struct Deps { struct 81 Deps(int64_t mtime, int node_count) in Deps() argument 83 ~Deps() { delete [] nodes; } in ~Deps() 84 TimeStamp mtime; 85 int node_count; 86 Node** nodes;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 103 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() 125 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
|
/third_party/gn/docs/ |
D | style_guide.md | 128 ### Deps subsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 652 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 682 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 701 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 785 SmallVector<DataDep, 8> Deps; in updateDepth() local 1044 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local 1184 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
|
D | MachinePipeliner.cpp | 870 SmallVector<SDep, 4> Deps; in changeDependences() local
|
D | MachineScheduler.cpp | 3259 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysReg() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 39 DepSetMap Deps; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
|
D | ObjectLinkingLayer.cpp | 89 [this](const SymbolDependenceMap &Deps) { in lookup()
|
D | Core.cpp | 211 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<() 682 &SrcJD](const SymbolDependenceMap &Deps) { in materialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 474 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 764 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 180 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
|
D | GVN.cpp | 981 void GVN::AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps, in AnalyzeLoadAvailability() 1319 LoadDepVect Deps; in processNonLocalLoad() local
|
D | NewGVN.cpp | 2749 SmallPtrSet<Value *, 4> Deps; in makePossiblePHIOfOps() local
|