Searched refs:OPCODE_RET (Results 1 – 13 of 13) sorted by relevance
837 case OPCODE_RET: return "ret"; in operationString()1508 if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET) in optimizeLeave()1548 if(oldOpcode == OPCODE_RET) in optimizeCall()1561 …ction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == OPCODE_RET) in optimizeCall()1570 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()1780 else if(instruction[i]->opcode == OPCODE_RET) // End of the function in analyzeDynamicBranching()1815 if(inst->opcode == OPCODE_RET) in markFunctionAnalysis()1987 case OPCODE_RET: in analyzeLimits()2063 case OPCODE_RET: in analyzeLimits()
67 OPCODE_RET, enumerator
318 case Shader::OPCODE_RET: RET(); break; in program()
358 case Shader::OPCODE_RET: RET(); break; in applyShader()
158 OPCODE_RET, /* 2 2 opt */ enumerator
139 { OPCODE_RET, "RET", 0, 0 },
380 case OPCODE_RET: in find_next_use()427 case OPCODE_RET: in _mesa_is_flow_control_opcode()
740 case OPCODE_RET: in _mesa_fprint_instruction_opt()
941 case OPCODE_RET: /* return from subroutine (conditional) */ in _mesa_execute_program()
2126 emit(ir, OPCODE_RET); in visit()
988 case OPCODE_RET: in upload_program()
536 emit(sw::Shader::OPCODE_RET); in output()1319 emit(sw::Shader::OPCODE_RET); in visitAggregate()
2304 - r300g: remove the hack with OPCODE_RET