Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/GPU/Transforms/
H A DParallelLoopMapper.h31 class ParallelOp; variable
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DLoopUtils.h36 class ParallelOp; variable
/llvm-project/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTransforms.h31 class ParallelOp; variable
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopFusion.cpp36 ploop.getBody()->walk([](ParallelOp) { return WalkResult::interrupt(); }); in hasNestedParallelOp() argument
[all...]