Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp36 std::vector<std::string> &Deps) in TestFileCollector()
45 std::vector<std::string> &Deps; member in clang::tooling::__anon45ec1fe10111::TestFileCollector
50 TestDependencyScanningAction(std::vector<std::string> &Deps) : Deps(Deps) {} in TestDependencyScanningAction()
73 std::vector<std::string> &Deps; member in clang::tooling::__anon45ec1fe10111::TestDependencyScanningAction
101 std::vector<std::string> Deps; in TEST() local
156 std::vector<std::string> Deps; in TEST() local
193 std::vector<std::string> Deps; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp103 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies()
125 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp103 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies()
125 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/external/llvm/unittests/ADT/
DDAGDeltaAlgorithmTest.cpp61 std::vector<edge_ty> Deps; in TEST() local
/external/llvm-project/llvm/unittests/ADT/
DDAGDeltaAlgorithmTest.cpp60 std::vector<edge_ty> Deps; in TEST() local
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp219 CheckerInfoSet Deps; in initializeRegistry() local
243 CheckerInfoSet Deps; in initializeRegistry() local
261 static bool collectStrongDependencies(const ConstCheckerInfoList &Deps, in collectStrongDependencies()
/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp53 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
407 auto Deps = ExprDependence::None; in computeDependence() local
591 auto Deps = E->getInit()->getDependence(); in computeDependence() local
658 auto Deps = ExprDependence::None; in computeDependence() local
779 auto Deps = ExprDependence::None; in computeDependence() local
DTemplateBase.cpp116 auto Deps = TemplateArgumentDependence::None; in getDependence() local
572 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp652 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
/external/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp652 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
682 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
701 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
784 SmallVector<DataDep, 8> Deps; in updateDepth() local
1044 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local
1184 SmallVector<DataDep, 1> Deps; in getPHIDepth() 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
/external/llvm-project/polly/lib/Analysis/
DPolyhedralInfo.cpp84 isl_union_map *Deps = in checkParallel() local
DDependenceInfo.cpp693 bool Dependences::isParallel(isl_union_map *Schedule, isl_union_map *Deps, in isParallel()
780 isl::union_map Deps = Deps.empty(Space); in getDependences() local
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h157 std::unordered_map<std::string, ModuleDeps> Deps; variable
/external/autotest/docs/
Duser-doc.md388 ### Deps subsection
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp39 DepSetMap Deps; member
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp40 DepSetMap Deps; member
/external/llvm-project/llvm/lib/Analysis/
DMemDepPrinter.cpp41 DepSetMap Deps; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp109 const Dependences *Deps = nullptr; member
213 isl_union_map *Deps = in astScheduleDimIsParallel() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DDebugUtils.cpp203 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
DRTDyldObjectLinkingLayer.cpp46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
/external/llvm-project/llvm/include/llvm/Analysis/
DDDG.h446 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp474 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp143 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local

123