Searched refs:NumFormat (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSearchableTables.td | 37 bits<8> NumFormat = nfmt; 46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
| H A D | SILoadStoreOptimizer.cpp | 721 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount() 726 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount() 769 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
|
| H A D | SIDefines.h | 461 enum NumFormat : int64_t { enum
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 58 unsigned NumFormat; member 420 uint8_t NumFormat,
|
| H A D | AMDGPUBaseInfo.cpp | 1982 uint8_t NumFormat, in getGcnBufferFormatInfo() argument 1986 NumFormat) in getGcnBufferFormatInfo() 1987 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
|