Home
last modified time | relevance | path

Searched defs:ForOp (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DHoisting.h16 class ForOp; variable
/llvm-project/mlir/include/mlir/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.h32 class ForOp; variable
/llvm-project/mlir/include/mlir/Dialect/SCF/TransformOps/
H A DSCFTransformOps.h24 class ForOp; variable
/llvm-project/mlir/include/mlir/Conversion/SCFToGPU/
H A DSCFToGPU.h25 class ForOp; variable
/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DLoopUtils.h35 class ForOp; variable
/llvm-project/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTransforms.h30 class ForOp; variable
H A DTileUsingInterface.h58 enum class LoopType { ForOp, ForallOp }; global() enumerator
/llvm-project/mlir/python/mlir/dialects/
H A Dscf.py24 class ForOp(ForOp): class