|
MLIR 22.0.0git
|
#include "mlir-c/Dialect/PDL.h"#include "mlir/CAPI/Registration.h"#include "mlir/Dialect/PDL/IR/PDL.h"#include "mlir/Dialect/PDL/IR/PDLOps.h"#include "mlir/Dialect/PDL/IR/PDLTypes.h"Go to the source code of this file.
| MlirType mlirPDLAttributeTypeGet | ( | MlirContext | ctx | ) |
Definition at line 39 of file PDL.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::pdl::AttributeType::bindDerived().
| MlirStringRef mlirPDLAttributeTypeGetName | ( | void | ) |
| MlirTypeID mlirPDLAttributeTypeGetTypeID | ( | void | ) |
| MlirType mlirPDLOperationTypeGet | ( | MlirContext | ctx | ) |
Definition at line 59 of file PDL.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::pdl::OperationType::bindDerived().
| MlirStringRef mlirPDLOperationTypeGetName | ( | void | ) |
| MlirTypeID mlirPDLOperationTypeGetTypeID | ( | void | ) |
| MlirType mlirPDLRangeTypeGet | ( | MlirType | elementType | ) |
Definition at line 79 of file PDL.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::pdl::RangeType::bindDerived().
| MlirType mlirPDLRangeTypeGetElementType | ( | MlirType | type | ) |
Definition at line 87 of file PDL.cpp.
References getElementType(), unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::pdl::RangeType::bindDerived().
| MlirStringRef mlirPDLRangeTypeGetName | ( | void | ) |
| MlirTypeID mlirPDLRangeTypeGetTypeID | ( | void | ) |
| MlirType mlirPDLTypeTypeGet | ( | MlirContext | ctx | ) |
Definition at line 103 of file PDL.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::pdl::TypeType::bindDerived().
| MlirStringRef mlirPDLTypeTypeGetName | ( | void | ) |
| MlirTypeID mlirPDLTypeTypeGetTypeID | ( | void | ) |
| MlirType mlirPDLValueTypeGet | ( | MlirContext | ctx | ) |
Definition at line 121 of file PDL.cpp.
References unwrap(), and wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::pdl::ValueType::bindDerived().
| MlirStringRef mlirPDLValueTypeGetName | ( | void | ) |
| MlirTypeID mlirPDLValueTypeGetTypeID | ( | void | ) |
| bool mlirTypeIsAPDLAttributeType | ( | MlirType | type | ) |
| bool mlirTypeIsAPDLOperationType | ( | MlirType | type | ) |
| bool mlirTypeIsAPDLRangeType | ( | MlirType | type | ) |
| bool mlirTypeIsAPDLType | ( | MlirType | type | ) |
Definition at line 23 of file PDL.cpp.
References mlirTypeIsAPDLType(), and unwrap().
Referenced by mlirTypeIsAPDLType().
| bool mlirTypeIsAPDLTypeType | ( | MlirType | type | ) |