Home
last modified time | relevance | path

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

12

/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScannerTest.cpp39 std::vector<std::string> &Deps) in TestFileCollector() argument
48 std::vector<std::string> &Deps; member in __anon2770b77c0111::TestFileCollector
53 TestDependencyScanningAction(std::vector<std::string> &Deps) : Deps(Deps) {} in TestDependencyScanningAction() argument
76 std::vector<std::string> &Deps; global() member in __anon2770b77c0111::TestDependencyScanningAction
104 std::vector<std::string> Deps; TEST() local
159 std::vector<std::string> Deps; TEST() local
196 std::vector<std::string> Deps; TEST() local
[all...]
/llvm-project/polly/lib/Transform/
H A DDeadCodeElimination.cpp149 const Dependences &Deps = DI.getDependences(Dependences::AL_Statement); in runOnScop() local
176 const Dependences &Deps = DA.getDependences(Dependences::AL_Statement); in run() local
H A DScheduleTreeTransform.cpp688 isl::union_map Deps) { in remainingDepsFromPartialSchedule() argument
715 isl::union_map Deps) { in remainigDepsFromSequence() argument
735 const isl::union_map &Deps) { in canFuseOutermost() argument
773 const isl::union_map &Deps) { in tryGreedyFuse() argument
820 tryGreedyFuse(isl::schedule_node LHS,isl::schedule_node RHS,const isl::union_map & Deps) tryGreedyFuse() argument
848 visitBand(isl::schedule_node_band Band,isl::union_map Deps) visitBand() argument
874 visitSequence(isl::schedule_node_sequence Sequence,isl::union_map Deps) visitSequence() argument
1231 applyGreedyFusion(isl::schedule Sched,const isl::union_map & Deps) applyGreedyFusion() argument
[all...]
H A DScheduleOptimizer.cpp1015 DependenceAnalysis::Result &Deps = SAM.getResult<DependenceAnalysis>(S, SAR); in runIslScheduleOptimizerUsingNPM() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp20 JITDylibSearchOrderResolver(MaterializationResponsibility & MR,SymbolDependenceMap & Deps) JITDylibSearchOrderResolver() argument
70 SymbolDependenceMap &Deps; global() member in __anonc9b1cb420111::JITDylibSearchOrderResolver
185 auto Deps = std::make_unique<SymbolDependenceMap>(); emit() local
360 onObjEmit(MaterializationResponsibility & R,object::OwningBinary<object::ObjectFile> O,std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr,std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,std::unique_ptr<SymbolDependenceMap> Deps,Error Err) onObjEmit() argument
[all...]
H A DDebugUtils.cpp206 operator <<(raw_ostream & OS,const SymbolDependenceMap & Deps) operator <<() argument
/llvm-project/llvm/unittests/ADT/
H A DDAGDeltaAlgorithmTest.cpp60 std::vector<edge_ty> Deps; in TEST() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp62 SmallPtrSetImpl<GlobalValue *> &Deps) { in ComputeDependencies() argument
84 SmallPtrSet<GlobalValue *, 8> Deps; in UpdateGVDependencies() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp698 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() argument
717 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in updatePhysDepsDownwards() argument
670 getDataDeps(const MachineInstr & UseMI,SmallVectorImpl<DataDep> & Deps,const MachineRegisterInfo * MRI) getDataDeps() argument
797 SmallVector<DataDep, 8> Deps; updateDepth() local
1052 SmallVector<DataDep, 8> Deps; computeInstrHeights() local
1188 SmallVector<DataDep, 1> Deps; getPHIDepth() local
[all...]
/llvm-project/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()
/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp85 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence() local
499 auto Deps = ExprDependence::None; computeDependence() local
735 auto Deps = E->getInit()->getDependence(); computeDependence() local
795 auto Deps = ExprDependence::None; computeDependence() local
939 auto Deps = ExprDependence::None; computeDependence() local
[all...]
H A DTemplateBase.cpp266 auto Deps = TemplateArgumentDependence::None; getDependence() local
772 initializeFrom(SourceLocation TemplateKWLoc,const TemplateArgumentListInfo & Info,TemplateArgumentLoc * OutArgArray,TemplateArgumentDependence & Deps) initializeFrom() argument
[all...]
H A DExprCXX.cpp488 auto Deps = TemplateArgumentDependence::None; OverloadExpr() local
519 auto Deps = TemplateArgumentDependence::None; DependentScopeDeclRefExpr() local
1507 auto Deps = TemplateArgumentDependence::None; CXXDependentScopeMemberExpr() local
/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.h814 auto *Deps = DepChecker.getDependences(); collectDependences() local
/llvm-project/polly/lib/Analysis/
H A DPolyhedralInfo.cpp83 isl_union_map *Deps = in checkParallel() local
H A DDependenceInfo.cpp712 __isl_take isl_union_map *Deps, in isParallel()
799 isl::union_map Deps = Deps.empty(Space.ctx()); in getDependences() local
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp133 addOutputPaths(CowCompilerInvocation & CI,ModuleDeps & Deps) addOutputPaths() argument
230 getInvocationAdjustedForModuleBuildWithoutOutputs(const ModuleDeps & Deps,llvm::function_ref<void (CowCompilerInvocation &)> Optimize) const getInvocationAdjustedForModuleBuildWithoutOutputs() argument
433 associateWithContextHash(const CowCompilerInvocation & CI,ModuleDeps & Deps) associateWithContextHash() argument
[all...]
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h33 SmallVector<DTSortableEntry *, 2> Deps; global() variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp187 const auto *Deps = DepChecker.getDependences(); findStoreToLoadDependences() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp389 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { markDependentsLive() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp620 for (auto &I : Deps) in getZeroLatency() argument
H A DHexagonVectorCombine.cpp239 InstList Deps; // List of dependencies. member
950 if (!llvm::all_of(Deps, isSafeToCopyAtBase)) in createLoadGroups() local
852 DepList Deps; getUpwardDeps() local
1208 DepList Deps = getUpwardDeps(In, To); realignLoadGroup() local
[all...]
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp107 const Dependences *Deps = nullptr; member
/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp83 std::vector<JITDylibState *> Deps; global() member

12