Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td35 bits<8> BitsPerComp = bpc;
46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
H A DSILoadStoreOptimizer.cpp719 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp, in getBufferFormatWithCompCount()
727 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp); in getBufferFormatWithCompCount()
768 if (Info0->BitsPerComp != Info1->BitsPerComp || in offsetsCanBeCombined()
774 if (Info0->BitsPerComp != 32) in offsetsCanBeCombined()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h56 unsigned BitsPerComp; member
418 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
H A DAMDGPUBaseInfo.cpp1980 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp, in getGcnBufferFormatInfo() argument
1985 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents, in getGcnBufferFormatInfo()
1987 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()