Home
last modified time | relevance | path

Searched refs:isParallel (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp63 if (CheckParallel && isParallel(L)) in print()
94 IsParallel = D.isParallel(Schedule, Deps, MinDepDistPtr); in checkParallel()
99 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
H A DDependenceInfo.cpp710 bool Dependences::isParallel(__isl_keep isl_union_map *Schedule, in isParallel() function in Dependences
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp210 if (!D->isParallel(Schedule.get(), Dep.release())) { in astScheduleDimIsParallel()
216 D->isParallel(Schedule.get(), DepsAll.release(), in astScheduleDimIsParallel()
224 if (!D->isParallel(Schedule.get(), RedDeps.release())) in astScheduleDimIsParallel()
234 if (!D->isParallel(Schedule.get(), MaRedDeps.release())) in astScheduleDimIsParallel()
466 if (IslAstInfo::isParallel(isl::manage_copy(Node))) in walkAstForStatistics()
577 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp808 bool Parallel = (IslAstInfo::isParallel(isl::manage_copy(For)) && in createFor()
/llvm-project-15.0.7/polly/include/polly/
H A DPolyhedralInfo.h47 bool isParallel(llvm::Loop *L) const;
H A DDependenceInfo.h115 bool isParallel(__isl_keep isl_union_map *Schedule,
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIRBuilder.h56 void popLoop(bool isParallel);
H A DIslAst.h137 static bool isParallel(const isl::ast_node &Node);
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dparallel-loops-after-reg2mem.ll7 ; by reg2mem (Loop::isParallel() starts to return false). Ensure the loop is
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp1202 bool isParallel = in genFor() local
1221 if (isParallel) { in genFor()