Searched refs:callRetBlock (Results 1 – 4 of 4) sorted by relevance
92 ASSERT(callRetBlock[dst.label].size() == dst.callSite); in applyShader()93 callRetBlock[dst.label].push_back(Nucleus::createBasicBlock()); in applyShader()1306 if(callRetBlock[labelIndex].size() > 1) in CALL()1314 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALL()1346 if(callRetBlock[labelIndex].size() > 1) in CALLNZb()1353 branch(condition, labelBlock[labelIndex], callRetBlock[labelIndex][callSiteIndex]); in CALLNZb()1354 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALLNZb()1375 if(callRetBlock[labelIndex].size() > 1) in CALLNZp()1385 branch(notAllFalse, labelBlock[labelIndex], callRetBlock[labelIndex][callSiteIndex]); in CALLNZp()1386 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALLNZp()[all …]
108 ASSERT(callRetBlock[dst.label].size() == dst.callSite); in program()109 callRetBlock[dst.label].push_back(Nucleus::createBasicBlock()); in program()1087 if(callRetBlock[labelIndex].size() > 1) in CALL()1095 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALL()1127 if(callRetBlock[labelIndex].size() > 1) in CALLNZb()1134 branch(condition, labelBlock[labelIndex], callRetBlock[labelIndex][callSiteIndex]); in CALLNZb()1135 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALLNZb()1156 if(callRetBlock[labelIndex].size() > 1) in CALLNZp()1166 branch(notAllFalse, labelBlock[labelIndex], callRetBlock[labelIndex][callSiteIndex]); in CALLNZp()1167 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALLNZp()[all …]
134 std::vector<llvm::BasicBlock*> callRetBlock[2048]; member in sw::VertexProgram
164 std::vector<llvm::BasicBlock*> callRetBlock[2048]; member in sw::PixelProgram