Home
last modified time | relevance | path

Searched defs:Dependences (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/polly/include/polly/
DDependenceInfo.h38 struct Dependences { struct
51 using ReductionDependencesMapTy = DenseMap<MemoryAccess *, isl_map *>; argument
54 using StatementToIslMapTy = DenseMap<ScopStmt *, isl::map>;
67 enum Type {
91 isl::union_map getDependences(int Kinds) const; argument
102 const ReductionDependencesMapTy &getReductionDependences() const { in getReductionDependences() argument
141 /// is able to call or modify a Dependences struct. argument
148 ~Dependences() { releaseMemory(); } in ~Dependences() argument
152 explicit Dependences(const std::shared_ptr<isl_ctx> &IslCtx, in Dependences() argument
183 ReductionDependencesMapTy ReductionDependences; argument
[all …]
/external/llvm-project/polly/lib/Transform/
DMaximalStaticExpansion.cpp133 Scop &S, const isl::union_map &Dependences, MemoryAccess *MA) { in filterDependences()
173 const isl::union_map &Dependences) { in isExpandable()
316 const isl::union_map &Dependences, in mapAccess()
418 const isl::union_map &Dependences) { in expandPhi()
440 isl::union_map Dependences = D.getDependences(Dependences::TYPE_RAW); in runOnScop() local
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp568 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences()
618 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp636 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences()
690 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp636 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences()
690 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h301 SmallVector<Dependence, 8> Dependences; variable
DVectorUtils.h641 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; variable
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp194 SetVector<DepChain *> Dependences; member in __anonc1c02e840111::HexagonVectorLoopCarriedReuse
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp289 SetVector<DepChain *> Dependences; member in __anonaa29b5980111::HexagonVectorLoopCarriedReuse
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences; member
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h299 SmallVector<Dependence, 8> Dependences; variable
DVectorUtils.h823 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h304 SmallVector<Dependence, 8> Dependences; variable
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp643 isl::union_map Dependences = getDependences(TYPE_RAW | TYPE_WAW | TYPE_WAR); in isValidSchedule() local
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h117 SmallVector<DependData, 4> Dependences; member
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2237 if (auto *Dependences = DepChecker->getDependences()) { in print() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1946 if (auto *Dependences = DepChecker->getDependences()) { in print() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2375 if (auto *Dependences = DepChecker->getDependences()) { in print() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp898 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; member in __anon63bf7e8f0111::InterleavedAccessInfo