llvm/tools/mlir/include/mlir/Dialect/Vector/IR/VectorEnums.cpp.inc

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

namespace mlir {
namespace vector {
::llvm::StringRef stringifyCombiningKind(CombiningKind val) {}

::std::optional<CombiningKind> symbolizeCombiningKind(::llvm::StringRef str) {}
::std::optional<CombiningKind> symbolizeCombiningKind(uint32_t value) {}

} // namespace vector
} // namespace mlir

namespace mlir {
namespace vector {
::llvm::StringRef stringifyPrintPunctuation(PrintPunctuation val) {}

::std::optional<PrintPunctuation> symbolizePrintPunctuation(::llvm::StringRef str) {}
::std::optional<PrintPunctuation> symbolizePrintPunctuation(uint32_t value) {}

} // namespace vector
} // namespace mlir

namespace mlir {
namespace vector {
::llvm::StringRef stringifyIteratorType(IteratorType val) {}

::std::optional<IteratorType> symbolizeIteratorType(::llvm::StringRef str) {}
::std::optional<IteratorType> symbolizeIteratorType(uint32_t value) {}

} // namespace vector
} // namespace mlir