Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp1110 SmallVector<uint32_t, 8> extInstOperands; in encodeExtensionInstruction() local
1111 extInstOperands.reserve(operands.size() + 2); in encodeExtensionInstruction()
1112 extInstOperands.append(operands.begin(), std::next(operands.begin(), 2)); in encodeExtensionInstruction()
1113 extInstOperands.push_back(setID); in encodeExtensionInstruction()
1114 extInstOperands.push_back(extensionOpcode); in encodeExtensionInstruction()
1115 extInstOperands.append(std::next(operands.begin(), 2), operands.end()); in encodeExtensionInstruction()
1117 extInstOperands); in encodeExtensionInstruction()