Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h62 uint64_t TotalBits; member
63 PerRecordStats() : NumInstances(0), NumAbbrev(0), TotalBits(0) {} in PerRecordStats()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp708 (unsigned long)RecStats.TotalBits); in printStats()
712 (double)RecStats.TotalBits / RecStats.NumInstances); in printStats()
856 BlockStats.CodeFreq[Code].TotalBits += in parseBlock()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp911 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local
913 if (TotalBits == 32 || in performSRACombine()
915 TotalBits <= 32)) { in performSRACombine()