MLIR  19.0.0git
Public Attributes | List of all members
mlir::spirv::SpecConstOperationMaterializationInfo Struct Reference

A struct that collects the info needed to materialize/emit a SpecConstantOperation op. More...

#include "Target/SPIRV/Deserialization/Deserializer.h"

Public Attributes

spirv::Opcode enclodesOpcode
 
uint32_t resultTypeID
 
SmallVector< uint32_t > enclosedOpOperands
 

Detailed Description

A struct that collects the info needed to materialize/emit a SpecConstantOperation op.

Definition at line 101 of file Deserializer.h.

Member Data Documentation

◆ enclodesOpcode

spirv::Opcode mlir::spirv::SpecConstOperationMaterializationInfo::enclodesOpcode

Definition at line 102 of file Deserializer.h.

◆ enclosedOpOperands

SmallVector<uint32_t> mlir::spirv::SpecConstOperationMaterializationInfo::enclosedOpOperands

Definition at line 104 of file Deserializer.h.

◆ resultTypeID

uint32_t mlir::spirv::SpecConstOperationMaterializationInfo::resultTypeID

Definition at line 103 of file Deserializer.h.


The documentation for this struct was generated from the following file: