Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 - 25 of 42) sorted by relevance

12

/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.cpp66 testPackage->getChildren(children); in enterTestPackage()
81 testGroup->getChildren(children); in enterGroupNode()
205 case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
H A DtcuTestCase.hpp124 void getChildren (std::vector<TestNode*>& children) const;
H A DtcuTestCase.cpp70 void TestNode::getChildren (vector<TestNode*>& res) const in getChildren() function in tcu::TestNode
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessTests.cpp68 robustnessTests->getChildren(children); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessTests.cpp68 robustnessTests->getChildren(children); in createTests()
/third_party/vk-gl-cts/framework/platform/ohos/
H A Dtestmain.cpp123 node->getChildren(children); in GetCasePath()
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js98 getChildren: d => d.children,
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dindex.js194 getChildren: (node, tree) =>
H A Drebuild.js189 getChildren: node => [...node.children.values()],
H A Dbuild-ideal-tree.js338 getChildren: (node) => {
958 getChildren: pd => pd.children,
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp47 root.getChildren(m_nodeStack[0].children); in RandomOrderExecutor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function in llvm::LexicalScope
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp549 SetVector<MRT *> *getChildren() { return &Children; }
827 auto Children = Region->getChildren();
1332 auto Children = Region->getChildren();
1344 auto Children = Region->getChildren();
2616 SetVector<MRT *> *Children = Region->getChildren();
2643 SetVector<MRT *> *Children = Region->getChildren();
2789 auto Children = Region->getChildren();
2842 for (auto CI = Region->getChildren()->begin(),
2843 CE = Region->getChildren()->end();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1399 if (Node->getChildren().empty()) { in VerifyDFSNumbers()
1511 if (!BB || TN->getChildren().empty()) continue; in verifyParentProperty()
1520 for (TreeNodePtr Child : TN->getChildren()) in verifyParentProperty()
1544 if (!BB || TN->getChildren().empty()) continue; in verifySiblingProperty()
1546 const auto &Siblings = TN->getChildren(); in verifySiblingProperty()
H A DGenericDomTree.h85 const std::vector<DomTreeNodeBase *> &getChildren() const { return Children; } in getChildren() function in llvm::DomTreeNodeBase
623 assert(Node->getChildren().empty() && "Node is not a leaf node."); in eraseNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp99 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp240 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
H A DMachineCSE.cpp750 const std::vector<MachineDomTreeNode*> &Children = Node->getChildren(); in PerformCSE()
858 const std::vector<MachineDomTreeNode *> &Children = Node->getChildren(); in PerformSimplePRE()
H A DEarlyIfConversion.cpp761 DomTree->changeImmediateDominator(Node->getChildren().back(), HeadNode); in updateDomTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp221 const std::vector<MachineDomTreeNode *> &Children = Node->getChildren(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp831 DomTree->changeImmediateDominator(Node->getChildren().back(), HeadNode); in updateDomTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp678 Node->getChildren(); in simplifyOneLoop()
H A DLoopUnroll.cpp833 for (auto *ChildDomNode : BBDomNode->getChildren()) { in UnrollLoop()
H A DLoopUnrollRuntime.cpp852 for (auto *DomChild : DomNodeBB->getChildren()) { in UnrollRuntimeLoopRemainder()
H A DLoopUtils.cpp500 for (DomTreeNode *Child : Worklist[I]->getChildren()) in collectChildrenInLoop()

Completed in 23 milliseconds

12