/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 316 struct NodeBase; 342 NodeBase *ptr(NodeId N) const { in ptr() 346 return reinterpret_cast<NodeBase*>(Blocks[BlockN]+Offset); in ptr() 348 NodeId id(const NodeBase *P) const; 349 NodeAddr<NodeBase*> New(); 413 struct NodeBase { struct 416 NodeBase() = default; 427 void append(NodeAddr<NodeBase*> NA); argument 470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument 473 typedef std::vector<NodeAddr<NodeBase*>> NodeList; [all …]
|
D | RDFGraph.cpp | 50 auto NA = P.G.addr<NodeBase*>(P.Obj); in operator <<() 334 NodeAddr<NodeBase*> NodeAllocator::New() { in New() 340 NodeAddr<NodeBase*> NA = { reinterpret_cast<NodeBase*>(ActiveEnd), in New() 346 NodeId NodeAllocator::id(const NodeBase *P) const { in id() 366 void NodeBase::append(NodeAddr<NodeBase*> NA) { in append() 404 NodeAddr<NodeBase*> RefNode::getOwner(const DataFlowGraph &G) { in getOwner() 405 NodeAddr<NodeBase*> NA = G.addr<NodeBase*>(getNext()); in getOwner() 410 NA = G.addr<NodeBase*>(NA.Addr->getNext()); in getOwner() 430 NodeAddr<NodeBase*> CodeNode::getFirstMember(const DataFlowGraph &G) const { in getFirstMember() 432 return NodeAddr<NodeBase*>(); in getFirstMember() [all …]
|
D | RDFDeadCode.cpp | 177 auto BA = DFG.addr<NodeBase*>(I); in erase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 356 struct NodeBase; 384 NodeBase *ptr(NodeId N) const { in ptr() 388 return reinterpret_cast<NodeBase*>(Blocks[BlockN]+Offset); in ptr() 391 NodeId id(const NodeBase *P) const; 392 NodeAddr<NodeBase*> New(); 450 struct NodeBase { struct 453 NodeBase() = default; 465 void append(NodeAddr<NodeBase*> NA); argument 510 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument 513 using NodeList = SmallVector<NodeAddr<NodeBase *>, 4>; [all …]
|
D | RDFGraph.cpp | 71 auto NA = P.G.addr<NodeBase*>(P.Obj); in operator <<() 384 NodeAddr<NodeBase*> NodeAllocator::New() { in New() 390 NodeAddr<NodeBase*> NA = { reinterpret_cast<NodeBase*>(ActiveEnd), in New() 396 NodeId NodeAllocator::id(const NodeBase *P) const { in id() 415 void NodeBase::append(NodeAddr<NodeBase*> NA) { in append() 453 NodeAddr<NodeBase*> RefNode::getOwner(const DataFlowGraph &G) { in getOwner() 454 NodeAddr<NodeBase*> NA = G.addr<NodeBase*>(getNext()); in getOwner() 459 NA = G.addr<NodeBase*>(NA.Addr->getNext()); in getOwner() 479 NodeAddr<NodeBase*> CodeNode::getFirstMember(const DataFlowGraph &G) const { in getFirstMember() 481 return NodeAddr<NodeBase*>(); in getFirstMember() [all …]
|
D | RDFDeadCode.cpp | 188 auto BA = DFG.addr<NodeBase*>(I); in erase()
|
D | RDFLiveness.cpp | 296 for (NodeAddr<NodeBase*> R : RDs) in getAllReachingDefsRecImpl()
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
D | ast.py | 13 class NodeBase(object): class 29 class NodeListBase(NodeBase): 82 class Definition(NodeBase): 89 NodeBase.__init__(self, **kwargs) 96 class Attribute(NodeBase): 180 class Import(NodeBase): 249 class Module(NodeBase): 266 class Mojom(NodeBase): 289 class Ordinal(NodeBase): 302 class Parameter(NodeBase):
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | dag-functional.td | 64 class NodeBase; 66 class NodeA<int val> : NodeBase { 70 class NodeB<int val> : NodeBase { 74 class Anode<list<NodeBase> nodes, list<string> names> {
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | ast_unittest.py | 27 class _TestNode(ast.NodeBase): 50 node1 = ast.NodeBase(filename="hello.mojom", lineno=123) 51 node2 = ast.NodeBase()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntervalMap.h | 193 class NodeBase { 206 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, in copy() 265 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() 276 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() 289 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() 423 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase; 539 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { 677 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 220 class NodeBase { 233 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, in copy() 292 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() 303 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() 316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() 449 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>; 563 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { 700 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 214 class NodeBase { 227 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, in copy() 286 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() 297 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() 310 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() 444 typedef NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize> LeafBase; 560 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { 698 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | RegexLookup.java | 319 public class RTNode extends NodeBase<T> { 648 public class SPNode extends NodeBase<T> { 671 private static class NodeBase<T> { class in RegexLookup 676 public NodeBase(Finder finder, T value) { in NodeBase() method in RegexLookup.NodeBase
|