Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp651 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
681 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
700 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
783 SmallVector<DataDep, 8> Deps; in updateDepth() local
1042 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local
1182 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp218 CheckerInfoSet Deps; in initializeRegistry() local
242 CheckerInfoSet Deps; in initializeRegistry() local
260 static bool collectStrongDependencies(const ConstCheckerInfoList &Deps, in collectStrongDependencies()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp105 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies()
127 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp85 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
462 auto Deps = ExprDependence::None; in computeDependence() local
665 auto Deps = E->getInit()->getDependence(); in computeDependence() local
734 auto Deps = ExprDependence::None; in computeDependence() local
878 auto Deps = ExprDependence::None; in computeDependence() local
H A DTemplateBase.cpp192 auto Deps = TemplateArgumentDependence::None; in getDependence() local
665 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
H A DExprCXX.cpp438 auto Deps = TemplateArgumentDependence::None; in OverloadExpr() local
469 auto Deps = TemplateArgumentDependence::None; in DependentScopeDeclRefExpr() local
1450 auto Deps = TemplateArgumentDependence::None; in CXXDependentScopeMemberExpr() local
H A DExpr.cpp522 auto Deps = TemplateArgumentDependence::None; in DeclRefExpr() local
1734 auto Deps = E->getDependence(); in Create() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp57 ModuleDeps &Deps) { in addOutputPaths()
83 const ModuleDeps &Deps, in makeInvocationForModuleBuildWithoutOutputs()
295 ModuleDeps &Deps) { in associateWithContextHash()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDDG.h441 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
467 DependenceList Deps; in getDependenceString() local
H A DVectorUtils.h978 auto *Deps = LAI->getDepChecker().getDependences(); in collectDependences() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemDepPrinter.cpp41 DepSetMap Deps; member
H A DLoopAccessAnalysis.cpp2467 auto Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h32 SmallVector<DTSortableEntry *, 2> Deps; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp203 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
H A DRTDyldObjectLinkingLayer.cpp46 auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { in lookup()
H A DObjectLinkingLayer.cpp177 [this](const SymbolDependenceMap &Deps) { in lookup()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp399 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp178 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
H A DGVN.cpp1276 void GVNPass::AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1727 LoadDepVect Deps; in processNonLocalLoad() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp208 InstList Deps; // List of dependencies. member
626 DepList Deps; in getUpwardDeps() local
714 DepList Deps = getUpwardDeps(Info.Inst, Base); in createLoadGroups() local
909 DepList Deps = getUpwardDeps(In, To); in realignLoadGroup() local
H A DHexagonSubtarget.cpp622 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dcoff_platform.cpp83 std::vector<JITDylibState *> Deps; member
H A Dmacho_platform.cpp286 std::vector<JITDylibState *> Deps; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h615 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); in loadVersionMap() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1223 bool Bytes, bool Extras, bool Deps) { in dumpPartialTypeStream()

12