/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | LiveTraverser.h | 125 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection() 126 node->getTrueBlock()->traverse(this); in visitSelection()
|
D | intermOut.cpp | 1163 if (node->getTrueBlock()) { in visitSelection() 1165 node->getTrueBlock()->traverse(this); in visitSelection()
|
D | Intermediate.cpp | 3829 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | LiveTraverser.h | 125 if (constant->getConstArray()[0].getBConst() == true && node->getTrueBlock()) in visitSelection() 126 node->getTrueBlock()->traverse(this); in visitSelection()
|
D | intermOut.cpp | 1172 if (node->getTrueBlock()) { in visitSelection() 1174 node->getTrueBlock()->traverse(this); in visitSelection()
|
D | Intermediate.cpp | 3834 TIntermTyped* typedNode = selectionNode->getTrueBlock()->getAsTyped(); in propagatePrecision()
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RewriteElseBlocks.cpp | 104 new TIntermIfElse(conditionSymbolSel, ifElse->getTrueBlock(), falseBlock); in rewriteIfElse()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 353 if (node->getTrueBlock()) { in visitSelection() 355 node->getTrueBlock()->traverse(this); in visitSelection()
|
D | intermediate.h | 624 TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
|
D | OutputASM.cpp | 1745 TIntermNode *trueBlock = node->getTrueBlock(); in visitSelection() 3064 TIntermNode *trueBlock = selection->getTrueBlock(); in cost()
|
/external/angle/src/compiler/translator/ |
D | OutputTree.cpp | 539 if (node->getTrueBlock()) in visitIfElse() 542 node->getTrueBlock()->traverse(this); in visitIfElse()
|
D | OutputHLSL.cpp | 2715 if (node->getTrueBlock()) in writeIfElse() 2718 node->getTrueBlock()->traverse(this); in writeIfElse() 2721 discard = (discard || FindDiscard::search(node->getTrueBlock())); in writeIfElse()
|
D | IntermNode.h | 913 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock() function
|
D | OutputGLSLBase.cpp | 780 visitCodeBlock(node->getTrueBlock()); in visitIfElse()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | SeparateCompoundExpressions.cpp | 576 pushStmt(*new TIntermIfElse(newCond, node.getTrueBlock(), node.getFalseBlock())); in visitIfElsePost()
|
D | IntermRebuild.cpp | 656 auto *const true_ = node.getTrueBlock(); in traverseIfElseChildren()
|
D | EmitMetal.cpp | 1629 TIntermBlock *thenNode = ifThenElseNode->getTrueBlock(); in visitIfElse()
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVControlFlowOps.td | 160 Block *getTrueBlock() { return getOperation()->getSuccessor(kTrueIndex); }
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 552 op.getFalseBlockArguments(), branchWeights, op.getTrueBlock(), in matchAndRewrite() 1134 Block *trueBlock = condBrOp.getTrueBlock(); in matchAndRewrite()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 3485 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/ |
D | GlslangToSpv.cpp | 3250 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/ |
D | intermediate.h | 1696 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1675 virtual TIntermNode* getTrueBlock() const { return trueBlock; } in getTrueBlock() function
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 1820 auto trueLabelID = getOrCreateBlockID(condBranchOp.getTrueBlock()); in processBranchConditionalOp()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 1253 printer.printSuccessorAndUseList(branchOp.getTrueBlock(), in print()
|