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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h155 NodeAllocatorType *NodeAllocator = nullptr; member in struct:__xray::FunctionCallTrie::Allocators
174 NodeAllocator =
195 NodeAllocator =
225 NodeAllocator =
234 O.NodeAllocator = nullptr;
243 if (NodeAllocator)
244 NodeAllocator->~NodeAllocatorType();
245 if (O.NodeAllocator) {
247 NodeAllocatorType(std::move(*O.NodeAllocator));
248 NodeAllocator
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1875 return Doc->NodeAllocator;
2329 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
2355 return new (NodeAllocator) SequenceNode( stream.CurrentDoc
2361 return new (NodeAllocator)
2368 return new (NodeAllocator)
2375 return new (NodeAllocator)
2382 return new (NodeAllocator)
2389 return new (NodeAllocator)
2397 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back();
2398 return new (NodeAllocator)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) function in struct:NodeAllocator
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
510 "NodeBase must be at most NodeAllocator::NodeMemSize bytes");
879 NodeAllocator Memory;
H A DSelectionDAG.h259 NodeAllocatorType NodeAllocator;
356 return new (NodeAllocator.template Allocate<SDNodeT>())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp270 class NodeAllocator { class in namespace:__anon1223
290 NodeAllocator> {
292 llvm::itanium_demangle::AbstractManglingParser<Derived, NodeAllocator>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp232 SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator; member in class:__anon1760::SuffixTree
237 /// \p NodeAllocator like every other node in the tree.
281 SuffixTreeNode *N = new (NodeAllocator.Allocate())
305 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root);
H A DRDFGraph.cpp344 void NodeAllocator::startNewBlock() {
356 bool NodeAllocator::needNewBlock() {
365 NodeAddr<NodeBase*> NodeAllocator::New() {
377 NodeId NodeAllocator::id(const NodeBase *P) const {
389 void NodeAllocator::clear() {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h551 BumpPtrAllocator NodeAllocator; member in class:llvm::yaml::Document
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp790 NodeAllocator.Deallocate(AllNodes.remove(N));
1765 // the node is deallocated, but recovered when the NodeAllocator is released.

Completed in 136 milliseconds