Home
last modified time | relevance | path

Searched refs:NodeBase (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h316 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 …]
DRDFGraph.cpp50 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 …]
DRDFDeadCode.cpp177 auto BA = DFG.addr<NodeBase*>(I); in erase()
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py13 class NodeBase(object): class
29 class NodeListBase(NodeBase):
82 class Definition(NodeBase):
89 NodeBase.__init__(self, **kwargs)
96 class Attribute(NodeBase):
177 class Import(NodeBase):
243 class Module(NodeBase):
260 class Mojom(NodeBase):
283 class Ordinal(NodeBase):
296 class Parameter(NodeBase):
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dast_unittest.py27 class _TestNode(ast.NodeBase):
50 node1 = ast.NodeBase(filename="hello.mojom", lineno=123)
51 node2 = ast.NodeBase()
/external/llvm/include/llvm/ADT/
DIntervalMap.h214 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/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h193 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> {