Searched refs:OPCODE_LABEL (Results 1 – 5 of 5) sorted by relevance
839 case OPCODE_LABEL: return "label"; in operationString()1539 if(instruction[i]->opcode == OPCODE_LABEL) in optimizeCall()1570 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()1784 else if(instruction[i]->opcode == OPCODE_LABEL) in analyzeDynamicBranching()1808 if(inst->opcode == OPCODE_LABEL && inst->dst.label == functionLabel) in markFunctionAnalysis()1978 case OPCODE_LABEL: in analyzeLimits()2006 case OPCODE_LABEL: in analyzeLimits()
69 OPCODE_LABEL, enumerator
313 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in program()
353 case Shader::OPCODE_LABEL: LABEL(dst.index); break; in applyShader()
1292 Instruction *label = emit(sw::Shader::OPCODE_LABEL); in visitAggregate()