Home
last modified time | relevance | path

Searched defs:NodeAllocator (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h334 struct NodeAllocator { struct
337 NodeAllocator(uint32_t NPB = 4096) argument
338 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
342 NodeBase *ptr(NodeId N) const { in ptr()
355 uint32_t makeId(uint32_t Block, uint32_t Index) const { in makeId()
360 const uint32_t NodesPerBlock;
361 const uint32_t BitsPerIndex;
362 const uint32_t IndexMask;
363 char *ActiveEnd;
364 std::vector<char*> Blocks;
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
383 NodeBase *ptr(NodeId N) const { in ptr()
398 uint32_t makeId(uint32_t Block, uint32_t Index) const { in makeId()
403 const uint32_t NodesPerBlock;
404 const uint32_t BitsPerIndex;
405 const uint32_t IndexMask;
406 char *ActiveEnd = nullptr;
407 std::vector<char*> Blocks;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h373 struct NodeAllocator { struct
377 NodeAllocator(uint32_t NPB = 4096) argument
378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
383 NodeBase *ptr(NodeId N) const { in ptr()
398 uint32_t makeId(uint32_t Block, uint32_t Index) const { in makeId()
403 const uint32_t NodesPerBlock;
404 const uint32_t BitsPerIndex;
405 const uint32_t IndexMask;
406 char *ActiveEnd = nullptr;
407 std::vector<char*> Blocks;
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h551 BumpPtrAllocator NodeAllocator; variable
/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-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h155 NodeAllocatorType *NodeAllocator = nullptr; member
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp274 class NodeAllocator { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp232 SpecificBumpPtrAllocator<SuffixTreeNode> NodeAllocator; member in __anonccd637a60111::SuffixTree