Home
last modified time | relevance | path

Searched refs:BitsPerIndex (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h338 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
339 IndexMask((1 << BitsPerIndex)-1), ActiveEnd(nullptr) { in NodesPerBlock()
344 uint32_t BlockN = N1 >> BitsPerIndex; in ptr()
357 return ((Block << BitsPerIndex) | Index) + 1; in makeId()
361 const uint32_t BitsPerIndex; member
DRDFGraph.cpp320 assert((Blocks.size() < ((size_t)1 << (8*sizeof(NodeId)-BitsPerIndex))) && in startNewBlock()
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
379 IndexMask((1 << BitsPerIndex)-1) { in NodesPerBlock()
385 uint32_t BlockN = N1 >> BitsPerIndex; in ptr()
400 return ((Block << BitsPerIndex) | Index) + 1; in makeId()
404 const uint32_t BitsPerIndex; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h378 : NodesPerBlock(NPB), BitsPerIndex(Log2_32(NPB)), in NodesPerBlock()
379 IndexMask((1 << BitsPerIndex)-1) { in NodesPerBlock()
385 uint32_t BlockN = N1 >> BitsPerIndex; in ptr()
400 return ((Block << BitsPerIndex) | Index) + 1; in makeId()
404 const uint32_t BitsPerIndex; member
DRDFGraph.cpp351 assert((Blocks.size() < ((size_t)1 << (8*sizeof(NodeId)-BitsPerIndex))) && in startNewBlock()
/external/llvm-project/llvm/lib/CodeGen/
DRDFGraph.cpp351 assert((Blocks.size() < ((size_t)1 << (8*sizeof(NodeId)-BitsPerIndex))) && in startNewBlock()