Home
last modified time | relevance | path

Searched refs:OPCODE_RET (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp820 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()
DShader.hpp66 OPCODE_RET, enumerator
DVertexProgram.cpp322 case Shader::OPCODE_RET: RET(); break; in program()
DPixelProgram.cpp318 case Shader::OPCODE_RET: RET(); break; in applyShader()
/external/mesa3d/src/mesa/program/
Dprog_instruction.h158 OPCODE_RET, /* 2 2 opt */ enumerator
Dprog_instruction.c137 { OPCODE_RET, "RET", 0, 0 },
Dprog_optimize.c380 case OPCODE_RET: in find_next_use()
427 case OPCODE_RET: in _mesa_is_flow_control_opcode()
Dprog_print.c724 case OPCODE_RET: in _mesa_fprint_instruction_opt()
Dprog_execute.c940 case OPCODE_RET: /* return from subroutine (conditional) */ in _mesa_execute_program()
Dir_to_mesa.cpp2166 emit(ir, OPCODE_RET); in visit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c987 case OPCODE_RET: in upload_program()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp341 emit(sw::Shader::OPCODE_RET); in output()
1177 emit(sw::Shader::OPCODE_RET); in visitAggregate()