Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp20 SymbolDependenceMap &Deps) in JITDylibSearchOrderResolver()
70 SymbolDependenceMap &Deps; member in __anon8430628f0111::JITDylibSearchOrderResolver
185 auto Deps = std::make_unique<SymbolDependenceMap>(); in emit() local
360 std::unique_ptr<SymbolDependenceMap> Deps, Error Err) { in onObjEmit()
H A DDebugUtils.cpp206 raw_ostream &operator<<(raw_ostream &OS, const SymbolDependenceMap &Deps) { in operator <<()
H A DObjectLinkingLayer.cpp225 [this](const SymbolDependenceMap &Deps) { in lookup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp62 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies()
84 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp670 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
698 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
717 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
797 SmallVector<DataDep, 8> Deps; in updateDepth() local
1052 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local
1188 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
H A DMachinePipeliner.cpp1048 SmallVector<SDep, 4> Deps; in changeDependences() local
H A DMachineScheduler.cpp3809 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysReg() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp85 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
499 auto Deps = ExprDependence::None; in computeDependence() local
735 auto Deps = E->getInit()->getDependence(); in computeDependence() local
795 auto Deps = ExprDependence::None; in computeDependence() local
939 auto Deps = ExprDependence::None; in computeDependence() local
H A DTemplateBase.cpp266 auto Deps = TemplateArgumentDependence::None; in getDependence() local
772 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) { in initializeFrom()
H A DExprCXX.cpp491 auto Deps = TemplateArgumentDependence::None; in OverloadExpr() local
522 auto Deps = TemplateArgumentDependence::None; in DependentScopeDeclRefExpr() local
1510 auto Deps = TemplateArgumentDependence::None; in CXXDependentScopeMemberExpr() local
H A DExpr.cpp473 auto Deps = TemplateArgumentDependence::None; in DeclRefExpr() local
1743 auto Deps = TemplateArgumentDependence::None; in MemberExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h442 const NodeType &Src, const NodeType &Dst, DependenceList &Deps) const { in getDependencies()
468 DependenceList Deps; in getDependenceString() local
H A DVectorUtils.h831 auto *Deps = DepChecker.getDependences(); in collectDependences() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp133 ModuleDeps &Deps) { in addOutputPaths()
230 const ModuleDeps &Deps, in getInvocationAdjustedForModuleBuildWithoutOutputs()
433 const CowCompilerInvocation &CI, ModuleDeps &Deps) { in associateWithContextHash()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h33 SmallVector<DTSortableEntry *, 2> Deps; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp187 const auto *Deps = DepChecker.getDependences(); in findStoreToLoadDependences() local
H A DGVN.cpp1374 void GVNPass::AnalyzeLoadAvailability(LoadInst *Load, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1911 LoadDepVect Deps; in processNonLocalLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp620 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
H A DHexagonVectorCombine.cpp239 InstList Deps; // List of dependencies. member
852 DepList Deps; in getUpwardDeps() local
950 DepList Deps = getUpwardDeps(Info.Inst, Base); in createLoadGroups() local
1208 DepList Deps = getUpwardDeps(In, To); in realignLoadGroup() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp83 std::vector<JITDylibState *> Deps; member
H A Dmacho_platform.cpp264 std::vector<JITDylibState *> Deps; global() member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h742 Expected<std::vector<VerNeed>> Deps = getVersionDependencies(*VerNeedSec); in loadVersionMap() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1223 bool Bytes, bool Extras, bool Deps) { in dumpPartialTypeStream()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2696 const auto *Deps = getDepChecker().getDependences(); in emitUnsafeDependenceRemark() local

12