Home
last modified time | relevance | path

Searched refs:TotalBits (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h59 uint64_t TotalBits; member
60 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {} in PerRecordStats()
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h59 uint64_t TotalBits; member
60 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {} in PerRecordStats()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp381 uint64_t TotalBits; member
383 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {} in PerRecordStats()
579 BlockStats.CodeFreq[Code].TotalBits += in ParseBlock()
885 (unsigned long)RecStats.TotalBits); in AnalyzeBitcode()
889 (double)RecStats.TotalBits/RecStats.NumInstances); in AnalyzeBitcode()
/external/aac/libSBRenc/src/
Dbit_sbr.h117 INT TotalBits; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp698 (unsigned long)RecStats.TotalBits); in printStats()
702 (double)RecStats.TotalBits / RecStats.NumInstances); in printStats()
850 BlockStats.CodeFreq[Code].TotalBits += in parseBlock()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp705 (unsigned long)RecStats.TotalBits); in printStats()
709 (double)RecStats.TotalBits / RecStats.NumInstances); in printStats()
857 BlockStats.CodeFreq[Code].TotalBits += in parseBlock()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp921 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local
923 if (TotalBits == 32 || in performSRACombine()
925 TotalBits <= 32)) { in performSRACombine()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp918 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local
920 if (TotalBits == 32 || in performSRACombine()
922 TotalBits <= 32)) { in performSRACombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp918 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local
920 if (TotalBits == 32 || in performSRACombine()
922 TotalBits <= 32)) { in performSRACombine()