llvm-project/llvm/lib/Target/AMDGPU/Utils
Kazu Hirata 7760971741 Forward-declare raw_ostream (NFC)
This patch adds forward declarations of raw_ostream to those header
files that are relying on the forward declaration of raw_ostream in
llvm/include/llvm/ADT/Optional.h.

I'm planning to move operator<< for Optional<T> and std::optional<T>
from Optional.h to llvm/include/llvm/Support/raw_ostream.h.  Once I do
so, we no longer need to forward-declare raw_ostream in Optional.h.
2022-12-04 21:43:10 -08:00
..
AMDGPUAsmUtils.cpp [AMDGPU] gfx11 scalar alu instructions 2022-05-17 13:35:41 -04:00
AMDGPUAsmUtils.h [AMDGPU] gfx11 BUF Instructions 2022-05-16 09:41:40 -04:00
AMDGPUBaseInfo.cpp [Target] Use std::nullopt instead of None (NFC) 2022-12-02 20:36:06 -08:00
AMDGPUBaseInfo.h Forward-declare raw_ostream (NFC) 2022-12-04 21:43:10 -08:00
AMDGPUMemoryUtils.cpp Revert "[amdgpu][lds] Use the same isKernel predicate consistently" 2022-11-09 16:54:20 +00:00
AMDGPUMemoryUtils.h [llvm] Remove unused forward declarations (NFC) 2022-11-20 09:59:36 -08:00
AMDGPUPALMetadata.cpp [AMDGPU] Add agpr_count to metadata and AsmParser 2022-02-16 15:17:23 -08:00
AMDGPUPALMetadata.h [AMDGPU] Add agpr_count to metadata and AsmParser 2022-02-16 15:17:23 -08:00
AMDKernelCodeTInfo.h
AMDKernelCodeTUtils.cpp
AMDKernelCodeTUtils.h
CMakeLists.txt [AMDGPU] Merge AMDGPULDSUtils into AMDGPUMemoryUtils 2022-02-11 10:32:24 -08:00