Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1864 KdStream << Indent << DIRECTIVE " " << GET_FIELD(MASK) << '\n'; \
1868 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
1892 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1()
1908 KdStream << Indent << ".amdhsa_next_free_vgpr " << NextFreeVGPR << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1939 KdStream << Indent << ".amdhsa_reserve_vcc " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1941 KdStream << Indent << ".amdhsa_reserve_flat_scratch " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1942 KdStream << Indent << ".amdhsa_reserve_xnack_mask " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
1943 KdStream << Indent << ".amdhsa_next_free_sgpr " << NextFreeSGPR << "\n"; in decodeCOMPUTE_PGM_RSRC1()
2000 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2()
2048 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC3()
[all …]
H A DAMDGPUDisassembler.h180 raw_string_ostream &KdStream) const;
187 raw_string_ostream &KdStream) const;
194 raw_string_ostream &KdStream) const;
201 raw_string_ostream &KdStream) const;