HomeSort by relevance Sort by last modified time
    Searched defs: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;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.h 379 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)),
380 IndexMask((1 << BitsPerIndex)-1) {
386 uint32_t BlockN = N1 >> BitsPerIndex;
401 return ((Block << BitsPerIndex) | Index) + 1;
405 const uint32_t BitsPerIndex;
    [all...]

Completed in 76 milliseconds