Lines Matching refs:createIntermediate
2095 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCompositeConstruct()
2118 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCompositeInsert()
2148 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCompositeExtract()
2165 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorShuffle()
2199 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorExtractDynamic()
2219 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorInsertDynamic()
2236 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitSelect()
2260 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitAny()
2279 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitAll()
2304 auto &dst = state->createIntermediate(resultId, resultType.componentCount); in EmitAtomicOp()
2382 auto &dst = state->createIntermediate(resultId, resultType.componentCount); in EmitAtomicCompareExchange()
2407 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitCopyObject()
2429 auto &result = state->createIntermediate(insn.resultId(), 1); in EmitArrayLength()