MLIR
20.0.0git
|
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 |
A struct that collects the info needed to materialize/emit a SpecConstantOperation op.
Definition at line 101 of file Deserializer.h.
spirv::Opcode mlir::spirv::SpecConstOperationMaterializationInfo::enclodesOpcode |
Definition at line 102 of file Deserializer.h.
SmallVector<uint32_t> mlir::spirv::SpecConstOperationMaterializationInfo::enclosedOpOperands |
Definition at line 104 of file Deserializer.h.
uint32_t mlir::spirv::SpecConstOperationMaterializationInfo::resultTypeID |
Definition at line 103 of file Deserializer.h.