Home
last modified time | relevance | path

Searched refs:NodeAllocatorType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h136 using NodeAllocatorType = NodeArray::AllocatorType; member
142 typename std::aligned_storage<sizeof(NodeAllocatorType),
143 alignof(NodeAllocatorType)>::type
155 NodeAllocatorType *NodeAllocator = nullptr;
173 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()
175 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
194 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()
196 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
215 sizeof(NodeAllocatorType)); in Allocators()
226 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h201 NodeAllocatorType;
204 NodeAllocatorType NodeAllocator;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h254 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,
259 NodeAllocatorType NodeAllocator;
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h254 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,
259 NodeAllocatorType NodeAllocator;