Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp927 const llvm::AMDGPU::GcnBufferFormatInfo *OldFormatInfo = in getBufferFormatWithCompCount() local
929 if (!OldFormatInfo) in getBufferFormatWithCompCount()
933 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp, in getBufferFormatWithCompCount()
935 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount()
940 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount()
941 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp); in getBufferFormatWithCompCount()