Searched refs:OPCODE_LABEL (Results 1 – 5 of 5) sorted by relevance
822 case OPCODE_LABEL: return "label"; in operationString()1517 if(instruction[i]->opcode == OPCODE_LABEL) in optimizeCall()1548 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()1762 else if(instruction[i]->opcode == OPCODE_LABEL) in analyzeDynamicBranching()1786 if(instruction[i]->opcode == OPCODE_LABEL && instruction[i]->dst.label == functionLabel) in markFunctionAnalysis()
68 OPCODE_LABEL, enumerator
317 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in program()
313 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in applyShader()
1150 Instruction *label = emit(sw::Shader::OPCODE_LABEL); in visitAggregate()