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

  /external/llvm/include/llvm/Support/
YAMLParser.h 534 BumpPtrAllocator NodeAllocator;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 537 BumpPtrAllocator NodeAllocator;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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/llvm/include/llvm/CodeGen/
SelectionDAG.h 204 NodeAllocatorType NodeAllocator;
283 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 return new (NodeAllocator.template Allocate<SDNodeT>())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 195 NodeAllocatorType NodeAllocator;
274 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;

Completed in 977 milliseconds