Home
last modified time | relevance | path

Searched refs:getGcnBufferFormatInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h509 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
514 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t Format,
H A DAMDGPUBaseInfo.cpp2905 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp, in getGcnBufferFormatInfo() function
2918 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t Format, in getGcnBufferFormatInfo() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp928 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormat, STI); in getBufferFormatWithCompCount()
933 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp, in getBufferFormatWithCompCount()
974 llvm::AMDGPU::getGcnBufferFormatInfo(CI.Format, STI); in offsetsCanBeCombined()
978 llvm::AMDGPU::getGcnBufferFormatInfo(Paired.Format, STI); in offsetsCanBeCombined()