Searched refs:isParallel (Results 1 – 13 of 13) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | ParallelTest.cpp | 105 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 D | PolyhedralInfo.cpp | 64 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 D | DependenceInfo.cpp | 711 bool Dependences::isParallel(__isl_keep isl_union_map *Schedule, in isParallel() function in Dependences
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslAst.cpp | 211 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 D | IslNodeBuilder.cpp | 704 bool Parallel = (IslAstInfo::isParallel(isl::manage_copy(For)) && in createIf()
|
/llvm-project/polly/include/polly/ |
H A D | PolyhedralInfo.h | 47 bool isParallel(llvm::Loop *L) const;
|
H A D | DependenceInfo.h | 115 bool isParallel(__isl_keep isl_union_map *Schedule,
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | LoopEmitter.h | 149 bool isParallel = false, bool needsUniv = false); 320 bool isParallel);
|
H A D | LoopEmitter.cpp | 473 MutableArrayRef<Value> reduc, bool isParallel) { in emitForLoopOverTensorAtLvl() argument 483 if (isParallel) { in emitForLoopOverTensorAtLvl()
|
/llvm-project/polly/include/polly/CodeGen/ |
H A D | IRBuilder.h | 56 void popLoop(bool isParallel);
|
H A D | IslAst.h | 137 static bool isParallel(const isl::ast_node &Node);
|
/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
H A D | parallel-loops-after-reg2mem.ll | 7 ; by reg2mem (Loop::isParallel() starts to return false). Ensure the loop is
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Parallel.h | 104 bool isParallel() const { return Parallel; } in sync() 106 bool isParallel() const { return Parallel; } isParallel() function
|