Searched refs:OPCODE_CALL (Results 1 – 5 of 5) sorted by relevance
834 case OPCODE_CALL: return "call"; in operationString()1109 return opcode == OPCODE_CALL || opcode == OPCODE_CALLNZ; in isCall()1561 …if(instruction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == O… in optimizeCall()1888 if(inst->opcode == OPCODE_CALL || inst->opcode == OPCODE_CALLNZ) in analyzeCallSites()2018 case OPCODE_CALL: in analyzeLimits()
64 OPCODE_CALL, enumerator
112 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in program()303 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break; in program()
122 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ) in applyShader()343 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break; in applyShader()
532 Instruction *callMain = emit(sw::Shader::OPCODE_CALL); in output()1354 Instruction *call = emit(sw::Shader::OPCODE_CALL); in visitAggregate()