Lines Matching refs:SpvOpBranch
187 case SpvOpBranch: // fall through in writeOpCode()
1741 this->writeInstruction(SpvOpBranch, end, out); in getLValue()
1746 this->writeInstruction(SpvOpBranch, end, out); in getLValue()
2276 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalAnd()
2297 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalOr()
2328 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2331 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2806 this->writeInstruction(SpvOpBranch, fBreakTarget.top(), out); in writeStatement()
2809 this->writeInstruction(SpvOpBranch, fContinueTarget.top(), out); in writeStatement()
2836 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2841 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2850 this->writeInstruction(SpvOpBranch, ifFalse, out); in writeIfStatement()
2867 this->writeInstruction(SpvOpBranch, header, out); in writeForStatement()
2870 this->writeInstruction(SpvOpBranch, start, out); in writeForStatement()
2879 this->writeInstruction(SpvOpBranch, next, out); in writeForStatement()
2885 this->writeInstruction(SpvOpBranch, header, out); in writeForStatement()
2906 this->writeInstruction(SpvOpBranch, header, out); in writeWhileStatement()
2909 this->writeInstruction(SpvOpBranch, start, out); in writeWhileStatement()
2916 this->writeInstruction(SpvOpBranch, start, out); in writeWhileStatement()
2938 this->writeInstruction(SpvOpBranch, header, out); in writeDoStatement()
2941 this->writeInstruction(SpvOpBranch, start, out); in writeDoStatement()
2945 this->writeInstruction(SpvOpBranch, next, out); in writeDoStatement()
2990 this->writeInstruction(SpvOpBranch, labels[i + 1], out); in writeSwitchStatement()