Searched refs:createIntermediate (Results 1 – 9 of 9) sorted by relevance
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | MethodInstrumenter.java | 116 final Label newDflt = createIntermediate(dflt); in visitTableSwitchInsnWithProbes() 130 final Label newDflt = createIntermediate(dflt); in visitLookupSwitchInsnWithProbes() 141 intermediates[i] = createIntermediate(labels[i]); in createIntermediates() 146 private Label createIntermediate(final Label label) { in createIntermediate() method in MethodInstrumenter
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderArithmetic.cpp | 27 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorTimesScalar() 42 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitMatrixTimesVector() 62 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitVectorTimesMatrix() 82 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitMatrixTimesMatrix() 109 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitOuterProduct() 130 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitTranspose() 150 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitUnaryOp() 312 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitBinaryOp() 520 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitDot()
|
D | SpirvShader.cpp | 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() [all …]
|
D | SpirvShaderImage.cpp | 131 auto &result = state->createIntermediate(insn.resultId(), resultType.componentCount); in EmitImageSample() 346 auto &dst = state->createIntermediate(insn.resultId(), resultTy.componentCount); in EmitImageQuerySizeLod() 358 auto &dst = state->createIntermediate(insn.resultId(), resultTy.componentCount); in EmitImageQuerySize() 454 auto &dst = state->createIntermediate(insn.resultId(), 1); in EmitImageQueryLevels() 489 auto &dst = state->createIntermediate(insn.resultId(), 1); in EmitImageQuerySamples() 672 auto &dst = state->createIntermediate(insn.resultId(), resultType.componentCount); in EmitImageRead()
|
D | SpirvShaderMemory.cpp | 58 auto &dst = state->createIntermediate(resultId, resultTy.componentCount); in EmitLoad()
|
D | SpirvShaderGroup.cpp | 88 auto &dst = state->createIntermediate(resultId, type.componentCount); in EmitGroupNonUniform()
|
D | SpirvShaderControlFlow.cpp | 671 auto &dst = state->createIntermediate(objectId, type.componentCount); in LoadPhi()
|
D | SpirvShader.hpp | 993 Intermediate &createIntermediate(Object::ID id, uint32_t componentCount) in createIntermediate() function in sw::SpirvShader::EmitState
|
D | SpirvShaderGLSLstd450.cpp | 74 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitExtGLSLstd450()
|