Home
last modified time | relevance | path

Searched refs:processSpecConstantComposite (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h292 LogicalResult processSpecConstantComposite(ArrayRef<uint32_t> operands);
H A DDeserializeOps.cpp177 return processSpecConstantComposite(operands); in processInstruction()
H A DDeserializer.cpp1276 spirv::Deserializer::processSpecConstantComposite(ArrayRef<uint32_t> operands) { in processSpecConstantComposite() function in spirv::Deserializer