Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown91 ### Nodes subsection
96 #### Control flow nodes
254 #### Instruction nodes
262 #### SSA-specific nodes
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h81 const BoundNodes Nodes; member
275 SmallVector<BoundNodes, 1> Nodes; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DCallGraphSCCPass.h82 std::vector<CallGraphNode*> Nodes; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInterval.h55 std::vector<BasicBlock*> Nodes; variable
DCallGraphSCCPass.h91 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/swiftshader/third_party/subzero/src/
DIceTimerTree.h90 std::vector<TimerTreeNode> Nodes; /// indexed by TTindex variable
DIceLiveness.h141 LivenessVector<LivenessNode> Nodes; variable
DIceLoopAnalyzer.cpp145 const NodeList &Nodes = Func->getNodes(); in LoopAnalyzer() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInterval.h58 std::vector<BasicBlock*> Nodes; variable
/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/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp88 std::vector<Metadata *> Nodes; in addModuleFlags() local
/external/swiftshader/third_party/LLVM/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/jsoncpp/include/json/
Dreader.h230 typedef std::stack<Value*> Nodes; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScopedNoAliasAA.cpp134 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp168 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp200 SmallVector<CallGraphNode *, 8> Nodes(SCC.begin(), SCC.end()); in updateCallGraph() local

1234