|
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 mlir::get(), unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirTypeID mlirTransformAnyOpTypeGetTypeID | ( | void | ) |
Definition at line 28 of file Transform.cpp.
References wrap().
Referenced by populateDialectTransformSubmodule().
| MlirType mlirTransformAnyParamTypeGet | ( | MlirContext | ctx | ) |
Definition at line 48 of file Transform.cpp.
References mlir::get(), unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirTypeID mlirTransformAnyParamTypeGetTypeID | ( | void | ) |
Definition at line 44 of file Transform.cpp.
References wrap().
Referenced by populateDialectTransformSubmodule().
| MlirType mlirTransformAnyValueTypeGet | ( | MlirContext | ctx | ) |
Definition at line 64 of file Transform.cpp.
References mlir::get(), unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirTypeID mlirTransformAnyValueTypeGetTypeID | ( | void | ) |
Definition at line 60 of file Transform.cpp.
References wrap().
Referenced by populateDialectTransformSubmodule().
| MlirType mlirTransformOperationTypeGet | ( | MlirContext | ctx, |
| MlirStringRef | operationName | ||
| ) |
Definition at line 80 of file Transform.cpp.
References mlir::get(), unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirStringRef mlirTransformOperationTypeGetOperationName | ( | MlirType | type | ) |
Definition at line 86 of file Transform.cpp.
References unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirTypeID mlirTransformOperationTypeGetTypeID | ( | void | ) |
Definition at line 76 of file Transform.cpp.
References wrap().
Referenced by populateDialectTransformSubmodule().
| MlirType mlirTransformParamTypeGet | ( | MlirContext | ctx, |
| MlirType | type | ||
| ) |
Definition at line 102 of file Transform.cpp.
References mlir::get(), unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirType mlirTransformParamTypeGetType | ( | MlirType | type | ) |
Definition at line 106 of file Transform.cpp.
References mlir::getType(), unwrap(), and wrap().
Referenced by populateDialectTransformSubmodule().
| MlirTypeID mlirTransformParamTypeGetTypeID | ( | void | ) |
Definition at line 98 of file Transform.cpp.
References wrap().
Referenced by populateDialectTransformSubmodule().
| bool mlirTypeIsATransformAnyParamType | ( | MlirType | type | ) |
Definition at line 40 of file Transform.cpp.
References unwrap().
Referenced by populateDialectTransformSubmodule().
| bool mlirTypeIsATransformAnyValueType | ( | MlirType | type | ) |
Definition at line 56 of file Transform.cpp.
References unwrap().
Referenced by populateDialectTransformSubmodule().
| bool mlirTypeIsATransformOperationType | ( | MlirType | type | ) |
Definition at line 72 of file Transform.cpp.
References unwrap().
Referenced by populateDialectTransformSubmodule().
| bool mlirTypeIsATransformParamType | ( | MlirType | type | ) |
Definition at line 94 of file Transform.cpp.
References unwrap().
Referenced by populateDialectTransformSubmodule().