Home
last modified time | relevance | path

Searched refs:NodeAllocator (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h156 NodeAllocatorType *NodeAllocator = nullptr; member
175 NodeAllocator = in Allocators()
196 NodeAllocator = in Allocators()
226 NodeAllocator = in Allocators()
235 O.NodeAllocator = nullptr; in Allocators()
244 if (NodeAllocator)
245 NodeAllocator->~NodeAllocatorType();
246 if (O.NodeAllocator) {
248 NodeAllocatorType(std::move(*O.NodeAllocator));
249 NodeAllocator =
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1948 return Doc->NodeAllocator; in getAllocator()
2402 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2428 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2434 return new (NodeAllocator) in parseBlockNode()
2441 return new (NodeAllocator) in parseBlockNode()
2448 return new (NodeAllocator) in parseBlockNode()
2455 return new (NodeAllocator) in parseBlockNode()
2462 return new (NodeAllocator) in parseBlockNode()
2470 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2471 return new (NodeAllocator) in parseBlockNode()
[all …]
H A DSuffixTree.cpp46 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf()
63 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); in insertInternalNode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
875 NodeAllocator Memory;
H A DSelectionDAG.h252 NodeAllocatorType NodeAllocator;
373 return new (NodeAllocator.template Allocate<SDNodeT>())
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
H A DYAMLParser.h560 BumpPtrAllocator NodeAllocator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp344 void NodeAllocator::startNewBlock() { in startNewBlock()
356 bool NodeAllocator::needNewBlock() { in needNewBlock()
365 NodeAddr<NodeBase*> NodeAllocator::New() { in New()
377 NodeId NodeAllocator::id(const NodeBase *P) const { in id()
389 void NodeAllocator::clear() { in clear()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp910 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()