• Home
  • Raw
  • Download

Lines Matching refs:functionBody

457   SmallVector<uint32_t, 0> functionBody;  member in __anon4460d32f0111::Serializer
818 assert(functionHeader.empty() && functionBody.empty()); in processFuncOp()
886 functionBody[offset] = id; in processFuncOp()
893 if (failed(encodeInstructionInto(functionBody, spirv::Opcode::OpFunctionEnd, in processFuncOp()
899 functions.append(functionBody.begin(), functionBody.end()); in processFuncOp()
901 functionBody.clear(); in processFuncOp()
1614 encodeInstructionInto(functionBody, spirv::Opcode::OpLabel, {blockID}); in processBlock()
1694 deferredPhiValues[value].push_back(functionBody.size() + 1 + in emitPhiForBlockArguments()
1704 encodeInstructionInto(functionBody, spirv::Opcode::OpPhi, phiArgs); in emitPhiForBlockArguments()
1727 emitDebugLine(functionBody, loc); in processSelectionOp()
1730 functionBody, spirv::Opcode::OpSelectionMerge, in processSelectionOp()
1754 return encodeInstructionInto(functionBody, spirv::Opcode::OpLabel, {mergeID}); in processSelectionOp()
1779 encodeInstructionInto(functionBody, spirv::Opcode::OpBranch, {headerID}); in processLoopOp()
1789 emitDebugLine(functionBody, loc); in processLoopOp()
1792 functionBody, spirv::Opcode::OpLoopMerge, in processLoopOp()
1814 return encodeInstructionInto(functionBody, spirv::Opcode::OpLabel, {mergeID}); in processLoopOp()
1829 emitDebugLine(functionBody, condBranchOp.getLoc()); in processBranchConditionalOp()
1830 return encodeInstructionInto(functionBody, spirv::Opcode::OpBranchConditional, in processBranchConditionalOp()
1835 emitDebugLine(functionBody, branchOp.getLoc()); in processBranchOp()
1836 return encodeInstructionInto(functionBody, spirv::Opcode::OpBranch, in processBranchOp()
1872 return encodeInstructionInto(functionBody, spirv::Opcode::OpExtInst, in encodeExtensionInstruction()
1984 return encodeInstructionInto(functionBody, spirv::Opcode::OpControlBarrier, in processOp()
2031 return encodeInstructionInto(functionBody, spirv::Opcode::OpMemoryBarrier, in processOp()
2058 return encodeInstructionInto(functionBody, spirv::Opcode::OpFunctionCall, in processOp()
2101 emitDebugLine(functionBody, op.getLoc()); in processOp()
2102 encodeInstructionInto(functionBody, spirv::Opcode::OpCopyMemory, operands); in processOp()