MLIR
20.0.0git
|
#include "mlir-c/IR.h"
Go to the source code of this file.
Functions | |
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (PDL, pdl) | |
MLIR_CAPI_EXPORTED bool | mlirTypeIsAPDLType (MlirType type) |
MLIR_CAPI_EXPORTED bool | mlirTypeIsAPDLAttributeType (MlirType type) |
MLIR_CAPI_EXPORTED MlirType | mlirPDLAttributeTypeGet (MlirContext ctx) |
MLIR_CAPI_EXPORTED bool | mlirTypeIsAPDLOperationType (MlirType type) |
MLIR_CAPI_EXPORTED MlirType | mlirPDLOperationTypeGet (MlirContext ctx) |
MLIR_CAPI_EXPORTED bool | mlirTypeIsAPDLRangeType (MlirType type) |
MLIR_CAPI_EXPORTED MlirType | mlirPDLRangeTypeGet (MlirType elementType) |
MLIR_CAPI_EXPORTED MlirType | mlirPDLRangeTypeGetElementType (MlirType type) |
MLIR_CAPI_EXPORTED bool | mlirTypeIsAPDLTypeType (MlirType type) |
MLIR_CAPI_EXPORTED MlirType | mlirPDLTypeTypeGet (MlirContext ctx) |
MLIR_CAPI_EXPORTED bool | mlirTypeIsAPDLValueType (MlirType type) |
MLIR_CAPI_EXPORTED MlirType | mlirPDLValueTypeGet (MlirContext ctx) |
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION | ( | PDL | , |
pdl | |||
) |
MLIR_CAPI_EXPORTED MlirType mlirPDLAttributeTypeGet | ( | MlirContext | ctx | ) |
Definition at line 35 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MLIR_CAPI_EXPORTED MlirType mlirPDLOperationTypeGet | ( | MlirContext | ctx | ) |
Definition at line 47 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MLIR_CAPI_EXPORTED MlirType mlirPDLRangeTypeGet | ( | MlirType | elementType | ) |
Definition at line 59 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MLIR_CAPI_EXPORTED MlirType mlirPDLRangeTypeGetElementType | ( | MlirType | type | ) |
Definition at line 63 of file PDL.cpp.
References getElementType(), unwrap(), and wrap().
MLIR_CAPI_EXPORTED MlirType mlirPDLTypeTypeGet | ( | MlirContext | ctx | ) |
Definition at line 75 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MLIR_CAPI_EXPORTED MlirType mlirPDLValueTypeGet | ( | MlirContext | ctx | ) |
Definition at line 87 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
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 | ) |
MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLTypeType | ( | MlirType | type | ) |
MLIR_CAPI_EXPORTED bool mlirTypeIsAPDLValueType | ( | MlirType | type | ) |