14#ifndef MLIR_TARGET_SPIRV_SPIRVEXTINSTSETS_H
15#define MLIR_TARGET_SPIRV_SPIRVEXTINSTSETS_H
17#include "llvm/ADT/STLExtras.h"
18#include "llvm/ADT/StringRef.h"
24constexpr llvm::StringLiteral
extTosa{
"TOSA.001000.1"};
27constexpr llvm::StringLiteral
extDebugInfo{
"NonSemantic.Graph.DebugInfo.1"};
38 return llvm::is_contained(
constexpr llvm::StringLiteral extDebugInfo
Extension set name for non-semantic graph debug info.
constexpr bool isValidGraphDebugInfoExtInst(uint32_t opcode)
constexpr llvm::StringLiteral extTosa
Extension set name for TOSA ops.
GraphDebugInfoExtInst
Instruction opcodes in the NonSemantic.Graph.DebugInfo.1 extended instruction set.