Lines Matching refs:encodeInstructionInto

75 void encodeInstructionInto(SmallVectorImpl<uint32_t> &binary, spirv::Opcode op,  in encodeInstructionInto()  function
168 encodeInstructionInto(capabilities, spirv::Opcode::OpCapability, in processCapability()
181 encodeInstructionInto(debug, spirv::Opcode::OpString, operands); in processDebugInfo()
190 encodeInstructionInto(extensions, spirv::Opcode::OpExtension, extName); in processExtension()
198 encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, {am, mm}); in processMemoryModel()
258 encodeInstructionInto(names, spirv::Opcode::OpName, nameOperands); in processName()
291 encodeInstructionInto(decorations, spirv::Opcode::OpMemberDecorate, args); in processMemberDecoration()
349 encodeInstructionInto(typesGlobalValues, typeEnum, operands); in processTypeImpl()
362 encodeInstructionInto(typesGlobalValues, spirv::Opcode::OpTypePointer, in processTypeImpl()
467 encodeInstructionInto(typesGlobalValues, in prepareBasicType()
696 encodeInstructionInto(typesGlobalValues, opcode, operands); in prepareArrayConstant()
741 encodeInstructionInto(typesGlobalValues, opcode, operands); in prepareDenseElementsConstant()
782 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID}); in prepareConstantBool()
828 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID, word}); in prepareConstantInt()
842 encodeInstructionInto(typesGlobalValues, opcode, in prepareConstantInt()
886 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID, word}); in prepareConstantFp()
892 encodeInstructionInto(typesGlobalValues, opcode, in prepareConstantFp()
897 encodeInstructionInto(typesGlobalValues, opcode, {typeID, resultID, word}); in prepareConstantFp()
946 encodeInstructionInto(functionBody, spirv::Opcode::OpLabel, {blockID}); in processBlock()
967 encodeInstructionInto(functionBody, spirv::Opcode::OpBranch, {blockID}); in processBlock()
968 encodeInstructionInto(functionBody, spirv::Opcode::OpLabel, {blockID}); in processBlock()
1080 encodeInstructionInto(functionBody, spirv::Opcode::OpPhi, phiArgs); in emitPhiForBlockArguments()
1101 encodeInstructionInto(extendedSets, spirv::Opcode::OpExtInstImport, in encodeExtensionInstruction()
1116 encodeInstructionInto(functionBody, spirv::Opcode::OpExtInst, in encodeExtensionInstruction()
1181 encodeInstructionInto(functionBody, static_cast<spirv::Opcode>(opcode), in processOpWithoutGrammarAttr()
1222 encodeInstructionInto(binary, spirv::Opcode::OpLine, in emitDebugLine()