Home
last modified time | relevance | path

Searched refs:getAsBranchNode (Results 1 – 23 of 23) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DAddDefaultReturnStatements.cpp32 TIntermBranch *returnNode = bodyNode->getSequence()->back()->getAsBranchNode(); in NeedsReturnStatement()
DRemoveSwitchFallThrough.cpp232 TIntermBranch *lastStatementAsBranch = node->getSequence()->back()->getAsBranchNode(); in DoesBlockAlwaysBreak()
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp25 if((*current)->getAsBranchNode()) // Kill, Break, Continue or Return in traverseCaseBody()
Dintermediate.h285 virtual TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function
395 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
DOutputASM.cpp2045 if((*caseIt)->getAsBranchNode()) in visitSwitch()
2069 if((*defaultIt)->getAsBranchNode()) // Kill, Break, Continue or Return in visitSwitch()
/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h1077 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function
1090 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function
1228 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
1229 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1077 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function
1090 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function
1228 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
1229 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
/external/angle/src/compiler/translator/
DIntermNode.h107 virtual TIntermBranch *getAsBranchNode() { return nullptr; } in getAsBranchNode() function
240 TIntermBranch *getAsBranchNode() override { return this; } in getAsBranchNode() function
DOutputHLSL.cpp2139 node->getSequence()->empty() || !node->getSequence()->back()->getAsBranchNode() || in visitBlock()
2140 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang.m43559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang_tab.cpp9862 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()
9863 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
9874 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()
9875 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
DParseHelper.cpp8358 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
8361 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dglslang.y3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang.m43559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
Dglslang_tab.cpp9862 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()
9863 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
9874 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()
9875 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
DParseHelper.cpp8307 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
8310 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp3287 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()
3289 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch()
3291 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion() in visitSwitch()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3287 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()
3289 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch()
3291 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion() in visitSwitch()
/external/angle/third_party/glslang/src/hlsl/
DhlslGrammar.cpp3404 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
DhlslParseHelper.cpp9130 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
9133 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3404 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
DhlslParseHelper.cpp9130 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()
9133 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()