Searched refs:OldFormatInfo (Results 1 – 1 of 1) sorted by relevance
1003 const llvm::AMDGPU::GcnBufferFormatInfo *OldFormatInfo = in getBufferFormatWithCompCount() local1005 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()