Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeAnalyzer.h63 uint64_t TotalBits = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp717 (unsigned long)RecStats.TotalBits); in printStats()
721 (double)RecStats.TotalBits / RecStats.NumInstances); in printStats()
865 BlockStats.CodeFreq[Code].TotalBits += in parseBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1832 uint64_t TotalBits = DL->getTypeSizeInBits(SrcTy); in scalarizeExtExtract() local
1833 Type *PackedTy = IntegerType::get(SrcTy->getContext(), TotalBits); in scalarizeExtExtract()
1841 ? (TotalBits - SrcEltSizeInBits - Idx * SrcEltSizeInBits) in scalarizeExtExtract()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp956 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine() local
958 if (TotalBits == 32 || in performSRACombine()
960 TotalBits <= 32)) { in performSRACombine()