Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1003 const llvm::AMDGPU::GcnBufferFormatInfo *OldFormatInfo = in getBufferFormatWithCompCount() local
1005 if (!OldFormatInfo) in getBufferFormatWithCompCount()
1009 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp, in getBufferFormatWithCompCount()
1011 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount()
1016 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount()
1017 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp); in getBufferFormatWithCompCount()