/external/llvm-project/polly/include/polly/ |
D | DependenceInfo.h | 38 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/ |
D | MaximalStaticExpansion.cpp | 133 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/ |
D | LoopDistribute.cpp | 568 const SmallVectorImpl<Dependence> &Dependences) { in MemoryInstructionDependences() 618 auto *Dependences = LAI->getDepChecker().getDependences(); in processLoop() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 636 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/ |
D | LoopDistribute.cpp | 636 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/ |
D | LoopAccessAnalysis.h | 301 SmallVector<Dependence, 8> Dependences; variable
|
D | VectorUtils.h | 641 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; variable
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 194 SetVector<DepChain *> Dependences; member in __anonc1c02e840111::HexagonVectorLoopCarriedReuse
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 289 SetVector<DepChain *> Dependences; member in __anonaa29b5980111::HexagonVectorLoopCarriedReuse
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences; member
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 299 SmallVector<Dependence, 8> Dependences; variable
|
D | VectorUtils.h | 823 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; variable
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 304 SmallVector<Dependence, 8> Dependences; variable
|
/external/llvm-project/polly/lib/Analysis/ |
D | DependenceInfo.cpp | 643 isl::union_map Dependences = getDependences(TYPE_RAW | TYPE_WAW | TYPE_WAR); in isValidSchedule() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 117 SmallVector<DependData, 4> Dependences; member
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 2237 if (auto *Dependences = DepChecker->getDependences()) { in print() local
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1946 if (auto *Dependences = DepChecker->getDependences()) { in print() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 2375 if (auto *Dependences = DepChecker->getDependences()) { in print() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 898 DenseMap<Instruction *, SmallPtrSet<Instruction *, 2>> Dependences; member in __anon63bf7e8f0111::InterleavedAccessInfo
|