|
MLIR 22.0.0git
|
#include "mlir-c/Dialect/Transform.h"#include "mlir-c/Support.h"#include "mlir/CAPI/Registration.h"#include "mlir/Dialect/Transform/IR/TransformDialect.h"#include "mlir/Dialect/Transform/IR/TransformTypes.h"Go to the source code of this file.
| MLIR_DEFINE_CAPI_DIALECT_REGISTRATION | ( | Transform | , |
| transform | , | ||
| transform::TransformDialect | ) |
Definition at line 17 of file Transform.cpp.
References unwrap().
| MlirType mlirTransformAnyOpTypeGet | ( | MlirContext | ctx | ) |
Definition at line 32 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::AnyOpType::bindDerived().
| MlirStringRef mlirTransformAnyOpTypeGetName | ( | void | ) |
Definition at line 36 of file Transform.cpp.
References wrap().
| MlirTypeID mlirTransformAnyOpTypeGetTypeID | ( | void | ) |
Definition at line 28 of file Transform.cpp.
References wrap().
| MlirType mlirTransformAnyParamTypeGet | ( | MlirContext | ctx | ) |
Definition at line 52 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::AnyParamType::bindDerived().
| MlirStringRef mlirTransformAnyParamTypeGetName | ( | void | ) |
Definition at line 56 of file Transform.cpp.
References wrap().
| MlirTypeID mlirTransformAnyParamTypeGetTypeID | ( | void | ) |
Definition at line 48 of file Transform.cpp.
References wrap().
| MlirType mlirTransformAnyValueTypeGet | ( | MlirContext | ctx | ) |
Definition at line 72 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::AnyValueType::bindDerived().
| MlirStringRef mlirTransformAnyValueTypeGetName | ( | void | ) |
Definition at line 76 of file Transform.cpp.
References wrap().
| MlirTypeID mlirTransformAnyValueTypeGetTypeID | ( | void | ) |
Definition at line 68 of file Transform.cpp.
References wrap().
| MlirType mlirTransformOperationTypeGet | ( | MlirContext | ctx, |
| MlirStringRef | operationName ) |
Definition at line 92 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::OperationType::bindDerived().
| MlirStringRef mlirTransformOperationTypeGetName | ( | void | ) |
Definition at line 98 of file Transform.cpp.
References wrap().
| MlirStringRef mlirTransformOperationTypeGetOperationName | ( | MlirType | type | ) |
Definition at line 102 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::OperationType::bindDerived().
| MlirTypeID mlirTransformOperationTypeGetTypeID | ( | void | ) |
Definition at line 88 of file Transform.cpp.
References wrap().
| MlirType mlirTransformParamTypeGet | ( | MlirContext | ctx, |
| MlirType | type ) |
Definition at line 118 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::bindDerived().
| MlirStringRef mlirTransformParamTypeGetName | ( | void | ) |
Definition at line 122 of file Transform.cpp.
References wrap().
| MlirType mlirTransformParamTypeGetType | ( | MlirType | type | ) |
Definition at line 126 of file Transform.cpp.
References mlir::getType(), unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::transform::ParamType::bindDerived().
| MlirTypeID mlirTransformParamTypeGetTypeID | ( | void | ) |
Definition at line 114 of file Transform.cpp.
References wrap().
| bool mlirTypeIsATransformAnyParamType | ( | MlirType | type | ) |
Definition at line 44 of file Transform.cpp.
References unwrap().
| bool mlirTypeIsATransformAnyValueType | ( | MlirType | type | ) |
Definition at line 64 of file Transform.cpp.
References unwrap().
| bool mlirTypeIsATransformOperationType | ( | MlirType | type | ) |
Definition at line 84 of file Transform.cpp.
References unwrap().
| bool mlirTypeIsATransformParamType | ( | MlirType | type | ) |
Definition at line 110 of file Transform.cpp.
References unwrap().