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