Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1469 KdStream << Indent << DIRECTIVE " " \
1475 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1()
1491 KdStream << Indent << ".amdhsa_next_free_vgpr " << NextFreeVGPR << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1522 KdStream << Indent << ".amdhsa_reserve_vcc " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1524 KdStream << Indent << ".amdhsa_reserve_flat_scratch " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1525 KdStream << Indent << ".amdhsa_reserve_xnack_mask " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1526 KdStream << Indent << ".amdhsa_next_free_sgpr " << NextFreeSGPR << "\n"; in decodeCOMPUTE_PGM_RSRC1()
1572 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2()
1629 raw_string_ostream &KdStream) const { in decodeKernelDescriptorDirective()
1632 KdStream << Indent << DIRECTIVE " " \ in decodeKernelDescriptorDirective()
[all …]
H A DAMDGPUDisassembler.h74 raw_string_ostream &KdStream) const;
81 raw_string_ostream &KdStream) const;
88 raw_string_ostream &KdStream) const;