HomeSort by relevance Sort by last modified time
    Searched refs:BitsPerIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 338 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)),
339 IndexMask((1 << BitsPerIndex)-1), ActiveEnd(nullptr) {
344 uint32_t BlockN = N1 >> BitsPerIndex;
357 return ((Block << BitsPerIndex) | Index) + 1;
361 const uint32_t BitsPerIndex;
RDFGraph.cpp 319 // BitsPerIndex is the number of bits per node index.
320 assert((Blocks.size() < ((size_t)1 << (8*sizeof(NodeId)-BitsPerIndex))) &&
    [all...]

Completed in 557 milliseconds