#ifdef GET_OP_LIST
#undef GET_OP_LIST
::mlir::transform::IRDLCollectMatchingOp
#endif
#ifdef GET_OP_CLASSES
#undef GET_OP_CLASSES
namespace mlir {
namespace transform {
static ::llvm::LogicalResult __mlir_ods_local_type_constraint_IRDLExtensionOps1(
::mlir::Operation *op, ::mlir::Type type, ::llvm::StringRef valueKind,
unsigned valueIndex) { … }
static ::llvm::LogicalResult __mlir_ods_local_region_constraint_IRDLExtensionOps1(
::mlir::Operation *op, ::mlir::Region ®ion, ::llvm::StringRef regionName,
unsigned regionIndex) { … }
}
}
namespace mlir {
namespace transform {
namespace detail {
}
IRDLCollectMatchingOpAdaptor::IRDLCollectMatchingOpAdaptor(IRDLCollectMatchingOp op) : … { … }
::llvm::LogicalResult IRDLCollectMatchingOpAdaptor::verify(::mlir::Location loc) { … }
void IRDLCollectMatchingOp::build(::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type matched, ::mlir::Value root) { … }
void IRDLCollectMatchingOp::build(::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value root) { … }
void IRDLCollectMatchingOp::build(::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes) { … }
::llvm::LogicalResult IRDLCollectMatchingOp::verifyInvariantsImpl() { … }
::llvm::LogicalResult IRDLCollectMatchingOp::verifyInvariants() { … }
::mlir::ParseResult IRDLCollectMatchingOp::parse(::mlir::OpAsmParser &parser, ::mlir::OperationState &result) { … }
void IRDLCollectMatchingOp::print(::mlir::OpAsmPrinter &_odsPrinter) { … }
}
}
MLIR_DEFINE_EXPLICIT_TYPE_ID(::mlir::transform::IRDLCollectMatchingOp)
#endif