Searched refs:BitsPerComp (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSearchableTables.td | 35 bits<8> BitsPerComp = bpc; 46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
| H A D | SILoadStoreOptimizer.cpp | 719 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 D | AMDGPUBaseInfo.h | 56 unsigned BitsPerComp; member 418 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
|
| H A D | AMDGPUBaseInfo.cpp | 1980 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp, in getGcnBufferFormatInfo() argument 1985 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents, in getGcnBufferFormatInfo() 1987 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
|