Home
last modified time | relevance | path

Searched defs:IfOp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/SCF/TransformOps/
H A DSCFTransformOps.h25 class IfOp; variable
/llvm-project/mlir/include/mlir/Dialect/SCF/Utils/
H A DAffineCanonicalizationUtils.h32 class IfOp; variable
/llvm-project/mlir/include/mlir/Dialect/Vector/Transforms/
H A DVectorTransforms.h22 class IfOp; global() variable
/llvm-project/mlir/include/mlir/Dialect/SCF/Transforms/
H A DTransforms.h28 class IfOp; variable
/llvm-project/mlir/python/mlir/dialects/
H A Dscf.py75 class IfOp(IfOp): class