Searched refs:mNumSpilledVGPRs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h254 /// Key for Kernel::CodeProps::Metadata::mNumSpilledVGPRs.
290 uint16_t mNumSpilledVGPRs = 0; member in struct:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::CodeProps::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp156 MD.mNumSpilledVGPRs, uint16_t(0));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp235 HSACodeProps.mNumSpilledVGPRs = MFI.getNumSpilledVGPRs();

Completed in 102 milliseconds