Home
last modified time | relevance | path

Searched defs:Parallel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DParallelTest.cpp26 TEST(Parallel, sort) { in TEST() argument
37 TEST(Parallel, parallel_for) { in TEST() argument
52 TEST(Parallel, TransformReduce) { in TEST() argument
83 TEST(Parallel, ForEachError) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DParallel.h67 bool Parallel; variable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h126 enum class IteratorType { Parallel, Reduction }; enumerator
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp87 ScopAnnotator *Annotator, bool Parallel, bool UseGuard, in createLoop()
H A DIslNodeBuilder.cpp808 bool Parallel = (IslAstInfo::isParallel(isl::manage_copy(For)) && in createFor() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2120 ExternalizationRAII Parallel(OMPInfoCache, OMPRTL___kmpc_kernel_parallel); in runAttributor() local