Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp343 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock()
359 uint32_t Index = (ActiveEnd-ActiveBegin)/NodeMemSize; in needNewBlock()
368 uint32_t Index = (ActiveEnd - Blocks[ActiveB])/NodeMemSize; in New()
371 ActiveEnd += NodeMemSize; in New()
379 if (A < B || A >= B + NodesPerBlock*NodeMemSize) in id()
381 uint32_t Idx = (A-B)/NodeMemSize; in id()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h376 enum { NodeMemSize = 32 }; enumerator
387 uint32_t Offset = (N1 & IndexMask) * NodeMemSize; in ptr()
510 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,