/external/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.cpp | 30 assert(!Func->getNodes().empty()); in instrumentFunc() 37 Context.init(Func->getNodes().front()); in instrumentFunc() 38 for (CfgNode *Node : Func->getNodes()) { in instrumentFunc()
|
D | IceLiveness.cpp | 65 for (auto I = FirstNode, E = Func->getNodes().end(); I != E; ++I) { in initInternal() 111 for (auto I = FirstNode, E = Func->getNodes().end(); I != E; ++I) { in initInternal() 124 NodeList::const_iterator FirstNode = Func->getNodes().begin(); in init()
|
D | IceLoopAnalyzer.cpp | 145 const NodeList &Nodes = Func->getNodes(); in LoopAnalyzer() 160 assert(AllNodes.size() == Func->getNodes().size()); in computeLoopNestDepth() 271 CfgNode *Cur = Func->getNodes()[NodeIndex]; in ComputeLoopInfo()
|
D | IceCfg.cpp | 79 for (CfgNode *Node : getNodes()) { in getFunctionNameAndSize() 501 for (CfgNode *Node : getNodes()) { in localCSE() 683 auto NodeStack = this->getNodes(); in shortCircuitJumps() 746 for (CfgNode *Node : getNodes()) { in floatConstantCSE() 1096 for (CfgNode *Node : getNodes()) { in findRematerializable()
|
D | IceCfg.h | 95 const NodeList &getNodes() const { return Nodes; } in getNodes() function
|
D | IceVariableSplitting.cpp | 517 for (CfgNode *Node : Func->getNodes()) { in splitBlockLocalVariables()
|
D | IceTargetLowering.cpp | 352 for (CfgNode *Node : Func->getNodes()) { in genTargetHelperCalls() 772 for (CfgNode *Node : Func->getNodes()) { in getVarStackSlotParams()
|
D | IceRegAlloc.cpp | 147 for (CfgNode *Node : Func->getNodes()) { in initForGlobal() 219 for (CfgNode *Node : Func->getNodes()) { in initForInfOnly()
|
/external/llvm-project/lld/include/lld/Core/ |
D | LinkingContext.h | 136 std::vector<std::unique_ptr<Node>> &getNodes() { return _nodes; } in getNodes() function 137 const std::vector<std::unique_ptr<Node>> &getNodes() const { return _nodes; } in getNodes() function
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
D | NodeCreator.java | 30 Iterable<Node> getNodes(Iterable<Binding<?>> bindings); in getNodes() method
|
D | DefaultNodeCreator.java | 40 public Iterable<Node> getNodes(Iterable<Binding<?>> bindings) { in getNodes() method in DefaultNodeCreator
|
D | AbstractInjectorGrapher.java | 113 createNodes(nodeCreator.getNodes(bindings), aliases); in graph()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DDG.cpp | 43 for (const DDGNode *PN : cast<const PiBlockDDGNode>(this)->getNodes()) { in collectInstructions() 85 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() 235 for (DDGNode *NI : Pi->getNodes()) in addNode()
|
/external/antlr/runtime/ObjC/Framework/ |
D | BufferedTreeNodeStream.h | 88 @property (retain, getter=getNodes, setter=setNodes:) AMutableArray *nodes; 153 - (AMutableArray *) getNodes;
|
D | BufferedTreeNodeStream.m | 49 nodes = [theStream getNodes]; 541 - (AMutableArray *) getNodes
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DDG.cpp | 48 for (const DDGNode *PN : cast<const PiBlockDDGNode>(this)->getNodes()) { in collectInstructions() 90 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() 240 for (DDGNode *NI : Pi->getNodes()) in addNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DDG.h | 193 const PiNodeList &getNodes() const { in getNodes() function 197 PiNodeList &getNodes() { in getNodes() function 199 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes() 388 return PiNode->getNodes(); in getNodesInPiBlock()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DDG.h | 195 const PiNodeList &getNodes() const { in getNodes() function 199 PiNodeList &getNodes() { in getNodes() function 201 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes() 396 return PiNode->getNodes(); in getNodesInPiBlock()
|
/external/llvm-project/lld/unittests/DriverTests/ |
D | DarwinLdDriverTest.cpp | 32 int inputFileCount() { return _ctx.getNodes().size(); } in inputFileCount() 35 Node &node = *_ctx.getNodes()[index]; in inputFile()
|
/external/testng/src/main/java/org/testng/internal/ |
D | Graph.java | 77 private Collection<Node<T>> getNodes() { in getNodes() method in Graph 110 for (Node<T> n : getNodes()) { in topologicalSort()
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 303 for(Ice::CfgNode *basicBlock : function->getNodes()) in eliminateDeadCode() 388 for(Ice::CfgNode *block : function->getNodes()) in optimizeSingleBasicBlockLoadsStores() 465 for(Ice::CfgNode *basicBlock : function->getNodes()) in analyzeUses() 755 for(auto *basicBlock : function->getNodes()) in collectDiagnostics()
|
/external/llvm-project/lld/lib/Driver/ |
D | DarwinLdDriver.cpp | 163 ctx.getNodes().push_back(std::make_unique<FileNode>(std::move(file))); in addFile() 1125 if (ctx.getNodes().empty()) { in parse() 1141 auto &members = ctx.getNodes(); in createFiles() 1164 if (ctx.getNodes().empty()) in link() 1167 for (std::unique_ptr<Node> &ie : ctx.getNodes()) in link() 1189 auto &members = ctx.getNodes(); in link()
|
/external/llvm-project/lld/lib/Core/ |
D | Resolver.cpp | 183 std::vector<std::unique_ptr<Node>> &inputs = _ctx.getNodes(); in undefinesAdded() 192 std::vector<std::unique_ptr<Node>> &inputs = _ctx.getNodes(); in getFile()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachOLinkingContext.cpp | 174 auto &nodes = getNodes(); in ~MachOLinkingContext() 813 getNodes().push_back(std::make_unique<FileNode>(std::move(sectCreateFile))); in addSectCreateSection() 1022 std::vector<std::unique_ptr<Node>> &elements = getNodes(); in finalizeInputFiles()
|
/external/llvm-project/lld/include/lld/ReaderWriter/ |
D | MachOLinkingContext.h | 104 ctx->getNodes().push_back(std::make_unique<FileNode>(std::move(file))); in make_file()
|