Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp201 encodeInstructionInto(functionHeader, spirv::Opcode::OpFunctionParameter, in processFuncParameter()
209 assert(functionHeader.empty() && functionBody.empty()); in processFuncOp()
233 encodeInstructionInto(functionHeader, spirv::Opcode::OpFunction, operands); in processFuncOp()
272 // functionHeader. Thus, we put the label in functionHeader first, and in processFuncOp()
278 encodeInstructionInto(functionHeader, spirv::Opcode::OpLabel, in processFuncOp()
321 functions.append(functionHeader.begin(), functionHeader.end()); in processFuncOp()
323 functionHeader.clear(); in processFuncOp()
354 if (failed(emitDebugLine(functionHeader, o in processVariableOp()
[all...]
H A DSerializer.h383 SmallVector<uint32_t, 0> functionHeader; variable