Lines Matching refs:SpvOpBranch

188         case SpvOpBranch:      // fall through  in writeOpCode()
1685 this->writeInstruction(SpvOpBranch, end, out); in getLValue()
1690 this->writeInstruction(SpvOpBranch, end, out); in getLValue()
2284 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalAnd()
2305 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalOr()
2336 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2339 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2815 this->writeInstruction(SpvOpBranch, fBreakTarget.top(), out); in writeStatement()
2818 this->writeInstruction(SpvOpBranch, fContinueTarget.top(), out); in writeStatement()
2845 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2850 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2859 this->writeInstruction(SpvOpBranch, ifFalse, out); in writeIfStatement()
2876 this->writeInstruction(SpvOpBranch, header, out); in writeForStatement()
2879 this->writeInstruction(SpvOpBranch, start, out); in writeForStatement()
2888 this->writeInstruction(SpvOpBranch, next, out); in writeForStatement()
2894 this->writeInstruction(SpvOpBranch, header, out); in writeForStatement()
2915 this->writeInstruction(SpvOpBranch, header, out); in writeWhileStatement()
2918 this->writeInstruction(SpvOpBranch, start, out); in writeWhileStatement()
2925 this->writeInstruction(SpvOpBranch, start, out); in writeWhileStatement()
2947 this->writeInstruction(SpvOpBranch, header, out); in writeDoStatement()
2950 this->writeInstruction(SpvOpBranch, start, out); in writeDoStatement()
2954 this->writeInstruction(SpvOpBranch, next, out); in writeDoStatement()
2999 this->writeInstruction(SpvOpBranch, labels[i + 1], out); in writeSwitchStatement()