Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp30 CodeSizeInBytes.reset(); in reset()
212 if (!IsLowerBound && CodeSizeInBytes.has_value()) in getFunctionCodeSize()
213 return *CodeSizeInBytes; in getFunctionCodeSize()
243 CodeSizeInBytes = CodeSize; in getFunctionCodeSize()
H A DSIProgramInfo.h33 std::optional<uint64_t> CodeSizeInBytes; member
H A DAMDGPUAsmPrinter.cpp1278 uint32_t CodeSizeInBytes = (uint32_t)std::min( in getSIProgramInfo() local
1281 uint32_t CodeSizeInLines = divideCeil(CodeSizeInBytes, 128); in getSIProgramInfo()