Searched refs:NumFormat (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSearchableTables.td | 37 bits<8> NumFormat = nfmt; 47 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 48 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
| H A D | SILoadStoreOptimizer.cpp | 845 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount() 850 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount() 893 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
|
| H A D | SIDefines.h | 497 enum NumFormat : int64_t { enum
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 70 unsigned NumFormat; member 484 uint8_t NumFormat,
|
| H A D | AMDGPUBaseInfo.cpp | 2393 uint8_t NumFormat, in getGcnBufferFormatInfo() argument 2397 NumFormat) in getGcnBufferFormatInfo() 2399 NumComponents, NumFormat) in getGcnBufferFormatInfo() 2401 NumComponents, NumFormat); in getGcnBufferFormatInfo()
|