Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h155 NodeAllocatorType *NodeAllocator = nullptr; member
174 NodeAllocator = in Allocators()
195 NodeAllocator = in Allocators()
225 NodeAllocator = in Allocators()
234 O.NodeAllocator = nullptr; in Allocators()
243 if (NodeAllocator)
244 NodeAllocator->~NodeAllocatorType();
245 if (O.NodeAllocator) {
247 NodeAllocatorType(std::move(*O.NodeAllocator));
248 NodeAllocator =
[all …]
/external/llvm-project/llvm/lib/Support/
DSuffixTree.cpp46 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf()
63 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); in insertInternalNode()
DYAMLParser.cpp1866 return Doc->NodeAllocator; in getAllocator()
2320 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2346 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2352 return new (NodeAllocator) in parseBlockNode()
2359 return new (NodeAllocator) in parseBlockNode()
2366 return new (NodeAllocator) in parseBlockNode()
2373 return new (NodeAllocator) in parseBlockNode()
2380 return new (NodeAllocator) in parseBlockNode()
2388 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2389 return new (NodeAllocator) in parseBlockNode()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1875 return Doc->NodeAllocator; in getAllocator()
2329 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2355 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2361 return new (NodeAllocator) in parseBlockNode()
2368 return new (NodeAllocator) in parseBlockNode()
2375 return new (NodeAllocator) in parseBlockNode()
2382 return new (NodeAllocator) in parseBlockNode()
2389 return new (NodeAllocator) in parseBlockNode()
2397 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2398 return new (NodeAllocator) in parseBlockNode()
[all …]
/external/llvm/lib/Support/
DYAMLParser.cpp1871 return Doc->NodeAllocator; in getAllocator()
2313 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2339 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2345 return new (NodeAllocator) in parseBlockNode()
2352 return new (NodeAllocator) in parseBlockNode()
2359 return new (NodeAllocator) in parseBlockNode()
2366 return new (NodeAllocator) in parseBlockNode()
2373 return new (NodeAllocator) in parseBlockNode()
2381 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2382 return new (NodeAllocator) in parseBlockNode()
[all …]
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h334 struct NodeAllocator { struct
337 NodeAllocator(uint32_t NPB = 4096) argument
470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
788 NodeAllocator Memory;
DRDFGraph.cpp313 void NodeAllocator::startNewBlock() { in startNewBlock()
325 bool NodeAllocator::needNewBlock() { in needNewBlock()
334 NodeAddr<NodeBase*> NodeAllocator::New() { in New()
346 NodeId NodeAllocator::id(const NodeBase *P) const { in id()
358 void NodeAllocator::clear() { in clear()
/external/llvm-project/llvm/include/llvm/Support/
DSuffixTree.h153 llvm::SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
DYAMLParser.h551 BumpPtrAllocator NodeAllocator; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
875 NodeAllocator Memory;
DSelectionDAG.h259 NodeAllocatorType NodeAllocator;
380 return new (NodeAllocator.template Allocate<SDNodeT>())
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
879 NodeAllocator Memory;
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()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp274 class NodeAllocator { class
294 NodeAllocator> {
296 llvm::itanium_demangle::AbstractManglingParser<Derived, NodeAllocator>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp232 SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator; member in __anonccd637a60111::SuffixTree
281 SuffixTreeNode *N = new (NodeAllocator.Allocate()) in insertLeaf()
305 new (NodeAllocator.Allocate()) SuffixTreeNode(StartIdx, E, Root); in insertInternalNode()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/llvm/include/llvm/Support/
DYAMLParser.h534 BumpPtrAllocator NodeAllocator; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h551 BumpPtrAllocator NodeAllocator; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h537 BumpPtrAllocator NodeAllocator; variable
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h204 NodeAllocatorType NodeAllocator;
283 return new (NodeAllocator.template Allocate<SDNodeT>())
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h259 NodeAllocatorType NodeAllocator;
356 return new (NodeAllocator.template Allocate<SDNodeT>())
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp665 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp790 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp841 NodeAllocator.Deallocate(AllNodes.remove(N)); in DeallocateNode()