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.h136 raw_string_ostream &KdStream) const;
143 raw_string_ostream &KdStream) const;
150 raw_string_ostream &KdStream) const;
157 raw_string_ostream &KdStream) const;
H A DAMDGPUDisassembler.cpp2124 KdStream << Indent << DIRECTIVE " " << GET_FIELD(MASK) << '\n'; \
2128 KdStream << Indent << MAI.getCommentString() << ' ' << DIRECTIVE " " \
2152 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC1()
2168 KdStream << Indent << ".amdhsa_next_free_vgpr " << NextFreeVGPR << '\n'; in decodeCOMPUTE_PGM_RSRC1()
2199 KdStream << Indent << ".amdhsa_reserve_vcc " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
2201 KdStream << Indent << ".amdhsa_reserve_flat_scratch " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
2202 KdStream << Indent << ".amdhsa_reserve_xnack_mask " << 0 << '\n'; in decodeCOMPUTE_PGM_RSRC1()
2203 KdStream << Indent << ".amdhsa_next_free_sgpr " << NextFreeSGPR << "\n"; in decodeCOMPUTE_PGM_RSRC1()
2260 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC2()
2308 uint32_t FourByteBuffer, raw_string_ostream &KdStream) const { in decodeCOMPUTE_PGM_RSRC3()
[all …]