Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp66 static const int NumBitsPerType = 6; member in __anone18cd8db0111::PGOHash
67 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
68 static const unsigned TooBig = 1u << NumBitsPerType;
108 const int PGOHash::NumBitsPerType; member in __anone18cd8db0111::PGOHash
592 Working = Working << NumBitsPerType | Type; in combine()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp78 static const int NumBitsPerType = 6; member in __anon90a142290111::PGOHash
79 static const unsigned NumTypesPerWord = sizeof(uint64_t) * 8 / NumBitsPerType;
80 static const unsigned TooBig = 1u << NumBitsPerType;
139 const int PGOHash::NumBitsPerType; member in __anon90a142290111::PGOHash
741 Working = Working << NumBitsPerType | Type; in combine()