Searched refs:OPCODE_RET (Results 1 – 12 of 12) sorted by relevance
820 case OPCODE_RET: return "ret"; in operationString()1486 if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET) in optimizeLeave()1526 if(oldOpcode == OPCODE_RET) in optimizeCall()1539 …ction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == OPCODE_RET) in optimizeCall()1548 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()1758 else if(instruction[i]->opcode == OPCODE_RET) // End of the function in analyzeDynamicBranching()1793 if(instruction[i]->opcode == OPCODE_RET) in markFunctionAnalysis()
66 OPCODE_RET, enumerator
322 case Shader::OPCODE_RET: RET(); break; in program()
318 case Shader::OPCODE_RET: RET(); break; in applyShader()
158 OPCODE_RET, /* 2 2 opt */ enumerator
137 { OPCODE_RET, "RET", 0, 0 },
380 case OPCODE_RET: in find_next_use()427 case OPCODE_RET: in _mesa_is_flow_control_opcode()
724 case OPCODE_RET: in _mesa_fprint_instruction_opt()
940 case OPCODE_RET: /* return from subroutine (conditional) */ in _mesa_execute_program()
2166 emit(ir, OPCODE_RET); in visit()
987 case OPCODE_RET: in upload_program()
341 emit(sw::Shader::OPCODE_RET); in output()1177 emit(sw::Shader::OPCODE_RET); in visitAggregate()