Home
last modified time | relevance | path

Searched defs:Deps (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/ADT/
DDAGDeltaAlgorithmTest.cpp61 std::vector<edge_ty> Deps; in TEST() local
/external/llvm/unittests/ADT/
DDAGDeltaAlgorithmTest.cpp61 std::vector<edge_ty> Deps; in TEST() local
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp629 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
659 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
695 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
801 SmallVector<DataDep, 8> Deps; in computeInstrDepths() local
1020 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local
1160 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
DMachineScheduler.cpp3065 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysRegCopies() local
DMachinePipeliner.cpp1189 SmallVector<SDep, 4> Deps; in changeDependences() local
/external/autotest/docs/
Duser-doc.md389 ### Deps subsection
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.h42 LoopDeps Deps; variable
DInlineSpiller.cpp115 TinyPtrVector<VNInfo*> Deps; member
365 TinyPtrVector<VNInfo*> *Deps = VNI ? &FirstDeps : &SVI->second.Deps; in propagateSiblingValue() local
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp40 DepSetMap Deps; member
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemDepPrinter.cpp41 DepSetMap Deps; member
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp143 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
DGVN.cpp1348 void GVN::AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1609 LoadDepVect Deps; in processNonLocalLoad() local
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp376 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1268 SmallVector<NonLocalDepResult, 64> Deps; in processNonLocalLoad() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1016 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local