Home
last modified time | relevance | path

Searched defs:ParallelOp (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DParallelLoopMapper.h36 class ParallelOp; variable
/external/llvm-project/mlir/include/mlir/Dialect/SCF/
DTransforms.h28 class ParallelOp; variable
DUtils.h26 class ParallelOp; variable
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/EDSC/
DBuilders.h27 class ParallelOp; variable
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h34 class ParallelOp; variable
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopFusion.cpp28 ploop.getBody()->walk([](ParallelOp) { return WalkResult::interrupt(); }); in hasNestedParallelOp() argument
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp556 [&](omp::ParallelOp) { return convertOmpParallel(opInst, builder); }) in convertOmpOperation()