Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h376 enum { NodeMemSize = 32 }; enumerator
387 uint32_t Offset = (N1 & IndexMask) * NodeMemSize; in ptr()
510 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,
H A DRDFGraph.cpp364 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock()
380 uint32_t Index = (ActiveEnd-ActiveBegin)/NodeMemSize; in needNewBlock()
389 uint32_t Index = (ActiveEnd - Blocks[ActiveB])/NodeMemSize; in New()
392 ActiveEnd += NodeMemSize; in New()
400 if (A < B || A >= B + NodesPerBlock*NodeMemSize) in id()
402 uint32_t Idx = (A-B)/NodeMemSize; in id()