llvm/tools/mlir/examples/transform/Ch4/include/MyExtension.cpp.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Op Definitions                                                             *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|* From: MyExtension.td                                                       *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

#ifdef GET_OP_LIST
#undef GET_OP_LIST

::mlir::transform::HasOperandSatisfyingOp
#endif  // GET_OP_LIST

#ifdef GET_OP_CLASSES
#undef GET_OP_CLASSES


//===----------------------------------------------------------------------===//
// Local Utility Method Definitions
//===----------------------------------------------------------------------===//

namespace mlir {
namespace transform {

static ::llvm::LogicalResult __mlir_ods_local_type_constraint_MyExtension1(
    ::mlir::Operation *op, ::mlir::Type type, ::llvm::StringRef valueKind,
    unsigned valueIndex) {}

static ::llvm::LogicalResult __mlir_ods_local_type_constraint_MyExtension2(
    ::mlir::Operation *op, ::mlir::Type type, ::llvm::StringRef valueKind,
    unsigned valueIndex) {}

static ::llvm::LogicalResult __mlir_ods_local_type_constraint_MyExtension3(
    ::mlir::Operation *op, ::mlir::Type type, ::llvm::StringRef valueKind,
    unsigned valueIndex) {}

static ::llvm::LogicalResult __mlir_ods_local_region_constraint_MyExtension1(
    ::mlir::Operation *op, ::mlir::Region &region, ::llvm::StringRef regionName,
    unsigned regionIndex) {}
} // namespace transform
} // namespace mlir
namespace mlir {
namespace transform {

//===----------------------------------------------------------------------===//
// ::mlir::transform::HasOperandSatisfyingOp definitions
//===----------------------------------------------------------------------===//

namespace detail {
} // namespace detail
HasOperandSatisfyingOpAdaptor::HasOperandSatisfyingOpAdaptor(HasOperandSatisfyingOp op) :{}

::llvm::LogicalResult HasOperandSatisfyingOpAdaptor::verify(::mlir::Location loc) {}

void HasOperandSatisfyingOp::getAsmResultNames(::mlir::OpAsmSetValueNameFn setNameFn) {}

std::pair<unsigned, unsigned> HasOperandSatisfyingOp::getODSResultIndexAndLength(unsigned index) {}

void HasOperandSatisfyingOp::build(::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type position, ::mlir::TypeRange results, ::mlir::Value op) {}

void HasOperandSatisfyingOp::build(::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value op) {}

void HasOperandSatisfyingOp::build(::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute> attributes) {}

::llvm::LogicalResult HasOperandSatisfyingOp::verifyInvariantsImpl() {}

::llvm::LogicalResult HasOperandSatisfyingOp::verifyInvariants() {}

::mlir::ParseResult HasOperandSatisfyingOp::parse(::mlir::OpAsmParser &parser, ::mlir::OperationState &result) {}

void HasOperandSatisfyingOp::print(::mlir::OpAsmPrinter &_odsPrinter) {}

} // namespace transform
} // namespace mlir
MLIR_DEFINE_EXPLICIT_TYPE_ID(::mlir::transform::HasOperandSatisfyingOp)


#endif  // GET_OP_CLASSES