Searched refs:OPCODE_LABEL (Results 1 – 9 of 9) sorted by relevance
835 case OPCODE_LABEL: return "label"; in operationString()1535 if(instruction[i]->opcode == OPCODE_LABEL) in optimizeCall()1566 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()1780 else if(instruction[i]->opcode == OPCODE_LABEL) in analyzeDynamicBranching()1804 if(inst->opcode == OPCODE_LABEL && inst->dst.label == functionLabel) in markFunctionAnalysis()
68 OPCODE_LABEL, enumerator
305 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in program()
324 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in applyShader()
297 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in program()
323 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in applyShader()
1292 Instruction *label = emit(sw::Shader::OPCODE_LABEL); in visitAggregate()