HomeSort by relevance Sort by last modified time
    Searched defs:NodeAllocator (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Support/
YAMLParser.h 534 BumpPtrAllocator NodeAllocator;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLParser.h 552 BumpPtrAllocator NodeAllocator;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 157 /// NodeAllocator - Pool allocation for nodes.
158 NodeAllocatorType NodeAllocator;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineOutliner.cpp 244 SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator;
249 /// \p NodeAllocator like every other node in the tree.
293 SuffixTreeNode *N = new (NodeAllocator.Allocate())
316 SuffixTreeNode *N = new (NodeAllocator.Allocate())
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 204 NodeAllocatorType NodeAllocator;
283 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 334 struct NodeAllocator {
337 NodeAllocator(uint32_t NPB = 4096)
470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
471 "NodeBase must be at most NodeAllocator::NodeMemSize bytes");
788 NodeAllocator Memory;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.h 374 struct NodeAllocator {
378 NodeAllocator(uint32_t NPB = 4096)
510 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
511 "NodeBase must be at most NodeAllocator::NodeMemSize bytes");
880 NodeAllocator Memory;
    [all...]

Completed in 120 milliseconds