Searched refs:NodeBase (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 355 struct NodeBase; 383 NodeBase *ptr(NodeId N) const { in ptr() 387 return reinterpret_cast<NodeBase*>(Blocks[BlockN]+Offset); in ptr() 390 NodeId id(const NodeBase *P) const; 391 NodeAddr<NodeBase*> New(); 449 struct NodeBase { struct 452 NodeBase() = default; 464 void append(NodeAddr<NodeBase*> NA); argument 509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize, argument 512 using NodeList = SmallVector<NodeAddr<NodeBase *>, 4>; [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 68 auto NA = P.G.addr<NodeBase*>(P.Obj); in operator <<() 365 NodeAddr<NodeBase*> NodeAllocator::New() { in New() 371 NodeAddr<NodeBase*> NA = { reinterpret_cast<NodeBase*>(ActiveEnd), in New() 377 NodeId NodeAllocator::id(const NodeBase *P) const { in id() 396 void NodeBase::append(NodeAddr<NodeBase*> NA) { in append() 434 NodeAddr<NodeBase*> RefNode::getOwner(const DataFlowGraph &G) { in getOwner() 435 NodeAddr<NodeBase*> NA = G.addr<NodeBase*>(getNext()); in getOwner() 440 NA = G.addr<NodeBase*>(NA.Addr->getNext()); in getOwner() 460 NodeAddr<NodeBase*> CodeNode::getFirstMember(const DataFlowGraph &G) const { in getFirstMember() 462 return NodeAddr<NodeBase*>(); in getFirstMember() [all …]
|
H A D | RDFLiveness.cpp | 334 for (NodeAddr<NodeBase*> R : RDs) in getAllReachingDefsRecImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 225 class NodeBase { 238 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, in copy() 297 void transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToLeftSib() 308 void transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, in transferToRightSib() 321 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { in adjustFromLeftSib() 454 using LeafBase = NodeBase<std::pair<KeyT, KeyT>, ValT, LeafSize>; 568 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { 705 class BranchNode : public NodeBase<NodeRef, KeyT, N> {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 188 auto BA = DFG.addr<NodeBase*>(I); in erase()
|