reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
345 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); 345 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); 361 uint32_t Index = (ActiveEnd-ActiveBegin)/NodeMemSize; 370 uint32_t Index = (ActiveEnd - Blocks[ActiveB])/NodeMemSize; 373 ActiveEnd += NodeMemSize; 381 if (A < B || A >= B + NodesPerBlock*NodeMemSize) 383 uint32_t Idx = (A-B)/NodeMemSize;lib/Target/Hexagon/RDFGraph.h
386 uint32_t Offset = (N1 & IndexMask) * NodeMemSize; 509 static_assert(sizeof(NodeBase) <= NodeAllocator::NodeMemSize,