Home
last modified time | relevance | path

Searched refs:DebugProps (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAMDGPUMetadata.cpp161 struct MappingTraits<Kernel::DebugProps::Metadata> {
162 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping()
163 YIO.mapOptional(Kernel::DebugProps::Key::DebuggerABIVersion, in mapping()
165 YIO.mapOptional(Kernel::DebugProps::Key::ReservedNumVGPRs, in mapping()
167 YIO.mapOptional(Kernel::DebugProps::Key::ReservedFirstVGPR, in mapping()
169 YIO.mapOptional(Kernel::DebugProps::Key::PrivateSegmentBufferSGPR, in mapping()
171 YIO.mapOptional(Kernel::DebugProps::Key::WavefrontPrivateSegmentOffsetSGPR, in mapping()
191 YIO.mapOptional(Kernel::Key::DebugProps, MD.mDebugProps); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h313 namespace DebugProps {
383 constexpr char DebugProps[] = "DebugProps"; variable
403 DebugProps::Metadata mDebugProps = DebugProps::Metadata();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp240 Kernel::DebugProps::Metadata
243 return HSAMD::Kernel::DebugProps::Metadata(); in getHSADebugProps()
477 auto DebugProps = getHSADebugProps(MF, ProgramInfo); in emitKernel() local
488 HSAMetadata.mKernels.back().mDebugProps = DebugProps; in emitKernel()
DAMDGPUHSAMetadataStreamer.h145 Kernel::DebugProps::Metadata getHSADebugProps(