Home
last modified time | relevance | path

Searched refs:getTrueBlock (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp-deps/glslang/glslang/MachineIndependent/
DLiveTraverser.h125 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()
126 node->getTrueBlock()->traverse(this); in visitSelection()
DintermOut.cpp1163 if (node->getTrueBlock()) { in visitSelection()
1165 node->getTrueBlock()->traverse(this); in visitSelection()
DIntermediate.cpp3829 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DLiveTraverser.h125 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection()
126 node->getTrueBlock()->traverse(this); in visitSelection()
DintermOut.cpp1172 if (node->getTrueBlock()) { in visitSelection()
1174 node->getTrueBlock()->traverse(this); in visitSelection()
DIntermediate.cpp3834 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteElseBlocks.cpp104 new TIntermIfElse(conditionSymbolSel, ifElse->getTrueBlock(), falseBlock); in rewriteIfElse()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp353 if (node->getTrueBlock()) { in visitSelection()
355 node->getTrueBlock()->traverse(this); in visitSelection()
Dintermediate.h624 TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
DOutputASM.cpp1745 TIntermNode *trueBlock = node->getTrueBlock(); in visitSelection()
3064 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
/external/angle/src/compiler/translator/
DOutputTree.cpp539 if (node->getTrueBlock()) in visitIfElse()
542 node->getTrueBlock()->traverse(this); in visitIfElse()
DOutputHLSL.cpp2715 if (node->getTrueBlock()) in writeIfElse()
2718 node->getTrueBlock()->traverse(this); in writeIfElse()
2721 discard = (discard || FindDiscard::search(node->getTrueBlock())); in writeIfElse()
DIntermNode.h913 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock() function
DOutputGLSLBase.cpp780 visitCodeBlock(node->getTrueBlock()); in visitIfElse()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp576 pushStmt(*new TIntermIfElse(newCond, node.getTrueBlock(), node.getFalseBlock())); in visitIfElsePost()
DIntermRebuild.cpp656 auto *const true_ = node.getTrueBlock(); in traverseIfElseChildren()
DEmitMetal.cpp1629 TIntermBlock *thenNode = ifThenElseNode->getTrueBlock(); in visitIfElse()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVControlFlowOps.td160 Block *getTrueBlock() { return getOperation()->getSuccessor(kTrueIndex); }
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp552 op.getFalseBlockArguments(), branchWeights, op.getTrueBlock(), in matchAndRewrite()
1134 Block *trueBlock = condBrOp.getTrueBlock(); in matchAndRewrite()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp3485 if (node->getTrueBlock() == nullptr || in visitSelection()
3499 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()
3507 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()
3519 node->getTrueBlock()->traverse(this); in visitSelection()
3520 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3522 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3592 if (node->getTrueBlock() != nullptr) { in visitSelection()
3593 node->getTrueBlock()->traverse(this); in visitSelection()
3595 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3250 if (node->getTrueBlock() == nullptr || in visitSelection()
3264 assert(node->getType() == node->getTrueBlock() ->getAsTyped()->getType() && in visitSelection()
3272 return operandOkay(node->getTrueBlock() ->getAsTyped()) && in visitSelection()
3284 node->getTrueBlock()->traverse(this); in visitSelection()
3285 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3287 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection()
3357 if (node->getTrueBlock() != nullptr) { in visitSelection()
3358 node->getTrueBlock()->traverse(this); in visitSelection()
3360 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1696 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1675 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp1820 auto trueLabelID = getOrCreateBlockID(condBranchOp.getTrueBlock()); in processBranchConditionalOp()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1253 printer.printSuccessorAndUseList(branchOp.getTrueBlock(), in print()

12