Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp259 const u64 TotalSizeBytes = in SerializeToRawProfile() local
265 Buffer = (char *)InternalAlloc(TotalSizeBytes); in SerializeToRawProfile()
270 static_cast<u64>(TotalSizeBytes), in SerializeToRawProfile()
286 return TotalSizeBytes; in SerializeToRawProfile()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp349 uint64_t TotalSizeBytes = ElementCnt * ElementSizePerBytes; in canonicalizeThunkType() local
351 Out << (ElementTy->isFloatTy() ? "F" : "D") << TotalSizeBytes; in canonicalizeThunkType()
354 if (TotalSizeBytes <= 8) { in canonicalizeThunkType()
357 return bitcast(T, TotalSizeBytes); in canonicalizeThunkType()