Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp436 ArrayRef<uint32_t> instOperands; in processFunction() local
443 if (failed(sliceInstruction(opcode, instOperands, in processFunction()
448 return processFunctionEnd(instOperands); in processFunction()
453 if (instOperands.size() != 1) { in processFunction()
456 blockMap[instOperands[0]] = entryBlock; in processFunction()
457 if (failed(processLabel(instOperands))) { in processFunction()
463 while (succeeded(sliceInstruction(opcode, instOperands, in processFunction()
466 if (failed(processInstruction(opcode, instOperands))) { in processFunction()
474 return processFunctionEnd(instOperands); in processFunction()