Home
last modified time | relevance | path

Searched refs:getFlowOp (Results 1 – 25 of 35) sorted by relevance

12

/external/angle/src/compiler/translator/tree_util/
DNodeSearch.h41 switch (node->getFlowOp()) in visitBranch()
DRunAtTheEndOfShader.cpp47 if (node->getFlowOp() == EOpReturn) in visitBranch()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DEarlyFragmentTestsOptimization.cpp58 if (node->getFlowOp() == EOpKill) in visitBranch()
/external/angle/src/compiler/translator/tree_ops/d3d/
DAddDefaultReturnStatements.cpp33 if (returnNode != nullptr && returnNode->getFlowOp() == EOpReturn) in NeedsReturnStatement()
DArrayReturnValueToOutParameter.cpp182 if (mFunctionWithArrayReturnValue && node->getFlowOp() == EOpReturn) in visitBranch()
/external/angle/src/compiler/translator/
DValidateBarrierFunctionCall.cpp39 if (branch->getFlowOp() == EOpReturn) in visitBranch()
DASTMetadataHLSL.cpp222 switch (node->getFlowOp()) in visitBranch()
DOutputTree.cpp680 switch (node->getFlowOp()) in visitBranch()
DIntermNode.h249 TOperator getFlowOp() { return mFlowOp; } in getFlowOp() function
DOutputGLSLBase.cpp1005 switch (node->getFlowOp()) in visitBranch()
DOutputHLSL.cpp2154 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
2909 switch (node->getFlowOp()) in visitBranch()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()
653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
Dglslang.y3689 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3690 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3696 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3697 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp318 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()
653 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
Dglslang.y3766 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||
3767 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {
3773 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||
3774 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
/external/angle/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp142 if (node->getFlowOp() == EOpContinue && (mLoop.condition || mLoop.expression)) in visitBranch()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp451 switch (node->getFlowOp()) { in visitBranch()
Dintermediate.h398 TOperator getFlowOp() { return flowOp; } in getFlowOp() function
DOutputASM.cpp1968 switch(node->getFlowOp()) in visitBranch()
1986 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
4060 switch(node->getFlowOp()) in visitBranch()
4068 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp591 pushStmt(*new TIntermBranch(node.getFlowOp(), newExpr)); in visitBranchPost()
DIntermRebuild.cpp836 return new TIntermBranch(node.getFlowOp(), newExpr); in traverseBranchChildren()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp3418 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()
3419 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp3420 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()
3421 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1249 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1243 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function

12