Home
last modified time | relevance | path

Searched defs:Nodes (Results 1 – 25 of 104) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown91 ### Nodes subsection
96 #### Control flow nodes
254 #### Instruction nodes
262 #### SSA-specific nodes
/external/rust/crates/serde-xml-rs/tests/
Dround_trip.rs18 struct Nodes { struct
41 let nodes = Nodes { in round_trip_list_of_enums() argument
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h81 const BoundNodes Nodes; member
275 SmallVector<BoundNodes, 1> Nodes; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h54 std::vector<BasicBlock*> Nodes; variable
DCallGraphSCCPass.h90 std::vector<CallGraphNode *> Nodes; variable
DLazyCallGraph.h436 SmallVector<Node *, 1> Nodes; variable
439 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC()
/external/llvm/include/llvm/Analysis/
DInterval.h55 std::vector<BasicBlock*> Nodes; variable
DCallGraphSCCPass.h92 std::vector<CallGraphNode*> Nodes; variable
DLazyCallGraph.h354 SmallVector<Node *, 1> Nodes; variable
357 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h325 bool run(const BoundNodes *Nodes) override { in run()
347 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
DASTMatchersNodeTest.cpp1421 bool run(const BoundNodes *Nodes) override { return false; } in run()
1423 bool run(const BoundNodes *Nodes, ASTContext *Context) override { in run()
1428 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Stmt *Node) { in verify()
1437 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Decl *Node) { in verify()
1446 bool verify(const BoundNodes &Nodes, ASTContext &Context, const Type *Node) { in verify()
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h90 std::vector<TimerTreeNode> Nodes; /// indexed by TTindex variable
DIceLiveness.h142 LivenessVector<LivenessNode> Nodes; variable
DIceLoopAnalyzer.cpp145 const NodeList &Nodes = Func->getNodes(); in LoopAnalyzer() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp87 std::vector<Metadata *> Nodes; in addModuleFlags() local
/external/jsoncpp/include/json/
Dreader.h228 using Nodes = std::stack<Value*>; variable
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp168 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScopedNoAliasAA.cpp134 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
DDDG.cpp85 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() local
DCallGraph.cpp93 SmallVector<CallGraphNode *, 16> Nodes; in print() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp179 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
/external/llvm/docs/
DLangRef.rst3941 .. _DICompileUnit:
3943 DICompileUnit
3968 DIFile
3982 DIBasicType
4009 DISubroutineType
4025 DIDerivedType
4075 DICompositeType
4129 DISubrange
4143 DIEnumerator
4155 DITemplateTypeParameter
[all …]
/external/llvm/lib/Analysis/
DCallGraph.cpp109 SmallVector<CallGraphNode *, 16> Nodes; in print() local

12345