Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp226 const u64 TotalSizeBytes = RoundUpTo( in SerializeToRawProfile() local
230 Buffer = (char *)InternalAlloc(TotalSizeBytes); in SerializeToRawProfile()
235 static_cast<u64>(TotalSizeBytes), in SerializeToRawProfile()
249 return TotalSizeBytes; in SerializeToRawProfile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp298 uint64_t TotalSizeBytes = ElementCnt * ElementSizePerBytes; in canonicalizeThunkType() local
300 Out << (ElementTy->isFloatTy() ? "F" : "D") << TotalSizeBytes; in canonicalizeThunkType()
304 if (TotalSizeBytes <= 8) { in canonicalizeThunkType()
307 X64Ty = llvm::Type::getIntNTy(M->getContext(), TotalSizeBytes * 8); in canonicalizeThunkType()