Home
last modified time | relevance | path

Searched refs:NodeMemSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h336 enum { NodeMemSize = 32 }; enumerator
345 uint32_t Offset = (N1 & IndexMask) * NodeMemSize; in ptr()
470 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
DRDFGraph.cpp314 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock()
330 uint32_t Index = (ActiveEnd-ActiveBegin)/NodeMemSize; in needNewBlock()
339 uint32_t Index = (ActiveEnd - Blocks[ActiveB])/NodeMemSize; in New()
342 ActiveEnd += NodeMemSize; in New()
350 if (A < B || A >= B + NodesPerBlock*NodeMemSize) in id()
352 uint32_t Idx = (A-B)/NodeMemSize; in id()