|
MLIR 23.0.0git
|
#include "mlir-c/IR.h"Go to the source code of this file.
| MLIR_DECLARE_CAPI_DIALECT_REGISTRATION | ( | PDL | , |
| pdl | ) |
References MLIR_CAPI_EXPORTED.
| MLIR_CAPI_EXPORTED 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().
| MLIR_CAPI_EXPORTED MlirStringRef mlirPDLAttributeTypeGetName | ( | void | ) |
| MLIR_CAPI_EXPORTED MlirTypeID mlirPDLAttributeTypeGetTypeID | ( | void | ) |
| MLIR_CAPI_EXPORTED 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().
| MLIR_CAPI_EXPORTED MlirStringRef mlirPDLOperationTypeGetName | ( | void | ) |
| MLIR_CAPI_EXPORTED MlirTypeID mlirPDLOperationTypeGetTypeID | ( | void | ) |
| MLIR_CAPI_EXPORTED 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().
| MLIR_CAPI_EXPORTED 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().
| MLIR_CAPI_EXPORTED MlirStringRef mlirPDLRangeTypeGetName | ( | void | ) |
| MLIR_CAPI_EXPORTED MlirTypeID mlirPDLRangeTypeGetTypeID | ( | void | ) |
| MLIR_CAPI_EXPORTED 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().
| MLIR_CAPI_EXPORTED MlirStringRef mlirPDLTypeTypeGetName | ( | void | ) |
| MLIR_CAPI_EXPORTED MlirTypeID mlirPDLTypeTypeGetTypeID | ( | void | ) |
| MLIR_CAPI_EXPORTED 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().
| MLIR_CAPI_EXPORTED MlirStringRef mlirPDLValueTypeGetName | ( | void | ) |
| MLIR_CAPI_EXPORTED MlirTypeID mlirPDLValueTypeGetTypeID | ( | void | ) |
| MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLAttributeType | ( | MlirType | type | ) |
| MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLOperationType | ( | MlirType | type | ) |
| MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLRangeType | ( | MlirType | type | ) |
| MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLType | ( | MlirType | type | ) |
Definition at line 23 of file PDL.cpp.
References mlirTypeIsAPDLType(), and unwrap().
Referenced by mlirTypeIsAPDLType().
| MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLTypeType | ( | MlirType | type | ) |
| MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLValueType | ( | MlirType | type | ) |