Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h62 uint64_t TotalBits = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp714 (unsigned long)RecStats.TotalBits); in printStats()
718 (double)RecStats.TotalBits / RecStats.NumInstances); in printStats()
862 BlockStats.CodeFreq[Code].TotalBits += in parseBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp917 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local
919 if (TotalBits == 32 || in performSRACombine()
921 TotalBits <= 32)) { in performSRACombine()