Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DParallelTest.cpp105 EXPECT_TRUE(tg.isParallel() || (parallel::strategy.ThreadsRequested == 1));
110 EXPECT_FALSE(nestedTG.isParallel()); in TEST()
114 EXPECT_TRUE(tg.isParallel() || in TEST()
118 EXPECT_FALSE(nestedTG.isParallel()); in TEST()
134 EXPECT_TRUE(tg.isParallel() || in TEST()
139 EXPECT_FALSE(nestedTG.isParallel()); in TEST()
144 EXPECT_TRUE(tg.isParallel() || in TEST()
148 EXPECT_FALSE(nestedTG.isParallel()); in TEST()
/llvm-project/polly/lib/Analysis/
H A DPolyhedralInfo.cpp64 if (CheckParallel && isParallel(L)) in print()
95 IsParallel = D.isParallel(Schedule, Deps, MinDepDistPtr); in checkParallel()
100 bool PolyhedralInfo::isParallel(Loop *L) const { return checkParallel(L); } in isParallel() function in PolyhedralInfo
H A DDependenceInfo.cpp711 bool Dependences::isParallel(__isl_keep isl_union_map *Schedule, in isParallel() function in Dependences
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp211 if (!D->isParallel(Schedule.get(), Dep.release())) { in astScheduleDimIsParallel()
217 D->isParallel(Schedule.get(), DepsAll.release(), in astScheduleDimIsParallel()
225 if (!D->isParallel(Schedule.get(), RedDeps.release())) in astScheduleDimIsParallel()
235 if (!D->isParallel(Schedule.get(), MaRedDeps.release())) in astScheduleDimIsParallel()
467 if (IslAstInfo::isParallel(isl::manage_copy(Node))) in walkAstForStatistics()
578 bool IslAstInfo::isParallel(const isl::ast_node &Node) { in isParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp704 bool Parallel = (IslAstInfo::isParallel(isl::manage_copy(For)) && in createIf()
/llvm-project/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/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DLoopEmitter.h149 bool isParallel = false, bool needsUniv = false);
320 bool isParallel);
H A DLoopEmitter.cpp473 MutableArrayRef<Value> reduc, bool isParallel) { in emitForLoopOverTensorAtLvl() argument
483 if (isParallel) { in emitForLoopOverTensorAtLvl()
/llvm-project/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/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/llvm/include/llvm/Support/
H A DParallel.h104 bool isParallel() const { return Parallel; } in sync()
106 bool isParallel() const { return Parallel; } isParallel() function