Home
last modified time | relevance | path

Searched refs:createIntermediate (Results 1 – 9 of 9) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java116 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/
DSpirvShaderArithmetic.cpp27 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()
DSpirvShader.cpp2095 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 …]
DSpirvShaderImage.cpp131 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()
DSpirvShaderMemory.cpp58 auto &dst = state->createIntermediate(resultId, resultTy.componentCount); in EmitLoad()
DSpirvShaderGroup.cpp88 auto &dst = state->createIntermediate(resultId, type.componentCount); in EmitGroupNonUniform()
DSpirvShaderControlFlow.cpp671 auto &dst = state->createIntermediate(objectId, type.componentCount); in LoadPhi()
DSpirvShader.hpp993 Intermediate &createIntermediate(Object::ID id, uint32_t componentCount) in createIntermediate() function in sw::SpirvShader::EmitState
DSpirvShaderGLSLstd450.cpp74 auto &dst = state->createIntermediate(insn.resultId(), type.componentCount); in EmitExtGLSLstd450()