9 #ifndef MLIR_DIALECT_TRANSFORMS_UTILS_UTILS_H
10 #define MLIR_DIALECT_TRANSFORMS_UTILS_UTILS_H
37 Value packed, Type packedType,
38 OperandRange values, TypeRange valueTypes,
54 OpAsmParser &parser, std::optional<OpAsmParser::UnresolvedOperand> &packed,
58 OpAsmParser &parser, std::optional<OpAsmParser::UnresolvedOperand> &packed,
The OpAsmParser has methods for interacting with the asm parser: parsing things from it,...
This is a pure-virtual base class that exposes the asmprinter hooks necessary to implement a custom p...
This class implements the operand iterators for the Operation class.
Operation is the basic unit of execution within MLIR.
This class provides an abstraction over the various different ranges of value types.
Instances of the Type class are uniqued, have an immutable identifier and an optional mutable compone...
This class represents an instance of an SSA value in the MLIR system, representing a computable value...
Base class for DenseArrayAttr that is instantiated and specialized for each supported element type be...
Include the generated interface declarations.
detail::DenseArrayAttrImpl< int64_t > DenseI64ArrayAttr