MLIR
20.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.
Functions | |
bool | mlirTypeIsAPDLType (MlirType type) |
bool | mlirTypeIsAPDLAttributeType (MlirType type) |
MlirType | mlirPDLAttributeTypeGet (MlirContext ctx) |
bool | mlirTypeIsAPDLOperationType (MlirType type) |
MlirType | mlirPDLOperationTypeGet (MlirContext ctx) |
bool | mlirTypeIsAPDLRangeType (MlirType type) |
MlirType | mlirPDLRangeTypeGet (MlirType elementType) |
MlirType | mlirPDLRangeTypeGetElementType (MlirType type) |
bool | mlirTypeIsAPDLTypeType (MlirType type) |
MlirType | mlirPDLTypeTypeGet (MlirContext ctx) |
bool | mlirTypeIsAPDLValueType (MlirType type) |
MlirType | mlirPDLValueTypeGet (MlirContext ctx) |
MlirType mlirPDLAttributeTypeGet | ( | MlirContext | ctx | ) |
Definition at line 35 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MlirType mlirPDLOperationTypeGet | ( | MlirContext | ctx | ) |
Definition at line 47 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MlirType mlirPDLRangeTypeGet | ( | MlirType | elementType | ) |
Definition at line 59 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MlirType mlirPDLRangeTypeGetElementType | ( | MlirType | type | ) |
Definition at line 63 of file PDL.cpp.
References getElementType(), unwrap(), and wrap().
MlirType mlirPDLTypeTypeGet | ( | MlirContext | ctx | ) |
Definition at line 75 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
MlirType mlirPDLValueTypeGet | ( | MlirContext | ctx | ) |
Definition at line 87 of file PDL.cpp.
References mlir::get(), unwrap(), and wrap().
bool mlirTypeIsAPDLAttributeType | ( | MlirType | type | ) |
bool mlirTypeIsAPDLOperationType | ( | MlirType | type | ) |
bool mlirTypeIsAPDLRangeType | ( | MlirType | type | ) |
bool mlirTypeIsAPDLType | ( | MlirType | type | ) |
bool mlirTypeIsAPDLTypeType | ( | MlirType | type | ) |