MLIR 23.0.0git
SPIRVExtInstSets.h File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::spirv

Enumerations

enum class  mlir::spirv::GraphDebugInfoExtInst : uint32_t { mlir::spirv::DebugGraph = 1 , mlir::spirv::DebugOperation = 2 , mlir::spirv::DebugTensor = 3 }
 Instruction opcodes in the NonSemantic.Graph.DebugInfo.1 extended instruction set. More...

Functions

constexpr bool mlir::spirv::isValidGraphDebugInfoExtInst (uint32_t opcode)

Variables

constexpr llvm::StringLiteral mlir::spirv::extTosa {"TOSA.001000.1"}
 Extension set name for TOSA ops.
constexpr llvm::StringLiteral mlir::spirv::extDebugInfo {"NonSemantic.Graph.DebugInfo.1"}
 Extension set name for non-semantic graph debug info.