Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp135 struct MappingTraits<Kernel::CodeProps::Metadata> {
137 YIO.mapRequired(Kernel::CodeProps::Key::KernargSegmentSize, in mapping()
143 YIO.mapRequired(Kernel::CodeProps::Key::KernargSegmentAlign, in mapping()
145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
147 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping()
149 YIO.mapOptional(Kernel::CodeProps::Key::NumVGPRs, in mapping()
153 YIO.mapOptional(Kernel::CodeProps::Key::IsDynamicCallStack, in mapping()
155 YIO.mapOptional(Kernel::CodeProps::Key::IsXNACKEnabled, in mapping()
157 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledSGPRs, in mapping()
159 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs, in mapping()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h238 namespace CodeProps {
390 constexpr char CodeProps[] = "CodeProps"; variable
410 CodeProps::Metadata mCodeProps = CodeProps::Metadata();